mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-18 21:32:05 +01:00
- 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:
@@ -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,
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user