mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 05:16:45 +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:
@@ -1,4 +1,4 @@
|
||||
# ChannelMap_11 format
|
||||
# 1.x format
|
||||
|
||||
[service.dat_entry]
|
||||
offPcrPid=0
|
||||
@@ -51,13 +51,13 @@ offFreq=18
|
||||
offId=0
|
||||
offFreq=4
|
||||
offProgNr=8
|
||||
offAnalogUid=12
|
||||
offIsDigital=12
|
||||
offOnid=16
|
||||
offTsid=20
|
||||
offSid=24
|
||||
offSymbolRate=28
|
||||
offLogoNr=32
|
||||
offScrambleStat=36
|
||||
offEncrypted=36
|
||||
offLocked=40
|
||||
offModulateion=44
|
||||
offServiceType=52
|
||||
@@ -69,13 +69,13 @@ lenName=64
|
||||
offId=0
|
||||
offFreq=4
|
||||
offProgNr=8
|
||||
offAnalogUid=12
|
||||
offIsDigital=12
|
||||
offOnid=16
|
||||
offTsid=20
|
||||
offSid=24
|
||||
offSymbolRate=28
|
||||
offLogoNr=32
|
||||
offScrambleStat=36
|
||||
offEncrypted=36
|
||||
offLocked=40
|
||||
offModulateion=44
|
||||
offServiceType=52
|
||||
@@ -85,3 +85,6 @@ offName=80
|
||||
lenName=64
|
||||
offSatName=146
|
||||
lenSatName=64
|
||||
offUnk1=48
|
||||
offUnk2=68
|
||||
offPolarity=72
|
||||
|
||||
Reference in New Issue
Block a user