- 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.
This commit is contained in:
Horst Beham
2021-07-25 00:40:28 +02:00
parent 417e790c4d
commit 356e5fe52a
2 changed files with 8 additions and 6 deletions

View File

@@ -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,

View File

@@ -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)