From 356e5fe52a1d48eb46e0af67dc89972d5eb13391 Mon Sep 17 00:00:00 2001 From: Horst Beham Date: Sun, 25 Jul 2021 00:40:28 +0200 Subject: [PATCH] - fixed SignalSource.SatIP to not include Sat, because it caused ambiguity betwen DvbS and SAT>IP. This affected Panasonic lists where all SAT>IP channels ended up in the normal DVB-S list together with DVB-S channels. --- source/ChanSort.Api/Model/Enums.cs | 2 +- source/changelog.md | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/source/ChanSort.Api/Model/Enums.cs b/source/ChanSort.Api/Model/Enums.cs index ef37846..44d229a 100644 --- a/source/ChanSort.Api/Model/Enums.cs +++ b/source/ChanSort.Api/Model/Enums.cs @@ -61,7 +61,7 @@ namespace ChanSort.Api DvbT = Digital + Antenna, DvbCT = Digital + Cable + Antenna, DvbS = Digital + Sat, - SatIP = Digital + Sat + IP, + SatIP = Digital + IP, // must NOT add Sat CablePrimeD = Digital + Cable + CablePrime, HdPlusD = Digital + Sat + AstraHdPlus, diff --git a/source/changelog.md b/source/changelog.md index a23145d..02f7f83 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -1,11 +1,13 @@ ChanSort Change Log =================== -2021-07-23 -DVBS_Program.csv, DVBS_CHANNEL_TABLE.csv, MSxxxx_DVBS_CHANNEL_TABLE.csv: -(various versions of these files are used by Blaupunkt, Dyon, Hisense, Sharp and many others) -- added support for Hisense .csv files with 6 columns including "channel number" and "LCN" -- using separate lists for DTV, Radio and Data, which all start with 1 +2021-07-25 +- DVBS_Program.csv, DVBS_CHANNEL_TABLE.csv, MSxxxx_DVBS_CHANNEL_TABLE.csv: + Various versions of these files are used by Blaupunkt, Dyon, Hisense, Sharp and many others + - added support for Hisense .csv files with 6 columns including "channel number" and "LCN" + - using separate lists for DTV, Radio and Data, which all start with 1 +- Panasonic: SAT>IP channels were incorrectly added to the DVB-S channel list +- added [build.md](build.md) with info on how to build ChanSort from source without a DevExpress WinForms license 2021-07-18 - added support for Hisense Vidaa U5.2 format (servicelist.db with different table and column names)