mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-22 19:51:32 +01:00
- Philips: lists with a chanLst.bin file show information about file format version and TV model under File / Information
- Philips ChannelMap_45: fixed handling of favorite lists (allow up to 8 lists, empty ones get removed automatically) - Philips ChannelMap_45: no longer prompting to reorder channels sequentially (to close gaps). (This feature caused DVB-C/T list to only contain odd numbers and DVB-S to contain only even numbers, when both exist) - Philips ChannelMap_45: added display for service type (TV/radio), encryption, sat frequency polarity - Philips ChannelMap_45: fixed display of DVB-C/T frequency - Philips Repair\chanLst.bin (1.x): fixed sat frequency display for transponders with vertical polarity
This commit is contained in:
@@ -15,13 +15,13 @@ public struct Ph_ChannelMap45_CableDbBin
|
||||
dword id;
|
||||
dword freq;
|
||||
dword number;
|
||||
dword analogUid;
|
||||
dword isDigital;
|
||||
dword onid;
|
||||
dword tsid;
|
||||
dword sid;
|
||||
dword symRate;
|
||||
dword logoNr;
|
||||
dword scrambleStat;
|
||||
dword isEncrypted;
|
||||
dword locked;
|
||||
dword modulation;
|
||||
dword unk1;
|
||||
@@ -52,13 +52,13 @@ public struct Ph_ChannelMap45_SatelliteDbBin
|
||||
dword id;
|
||||
dword freq;
|
||||
dword number;
|
||||
dword analogUid;
|
||||
dword isDigital;
|
||||
dword onid;
|
||||
dword tsid;
|
||||
dword sid;
|
||||
dword symRate;
|
||||
dword logoNr;
|
||||
dword scrambleStat;
|
||||
dword isEncrypted;
|
||||
dword locked;
|
||||
dword modulation;
|
||||
dword unk1;
|
||||
@@ -67,7 +67,7 @@ public struct Ph_ChannelMap45_SatelliteDbBin
|
||||
dword isUserModifiedLogo;
|
||||
dword serviceEdit;
|
||||
dword streamPriorityMaybe;
|
||||
dword unk2;
|
||||
dword polarity;
|
||||
word unk3TransponderRelated;
|
||||
word unk4TransponderRelated;
|
||||
wchar_t name[32+1];
|
||||
|
||||
Reference in New Issue
Block a user