mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 09:17:01 +02:00
- added code to read binary TLL file for LB5xx series
- added code to read GlobalClone XML file for LB6xx and later series
This commit is contained in:
@@ -452,6 +452,16 @@
|
||||
lnbCount = 40
|
||||
lnbLength = 52
|
||||
|
||||
[DvbsBlock:967496]
|
||||
; LB series
|
||||
satCount = 64
|
||||
satLength = 48
|
||||
transponderCount = 2400
|
||||
transponderLength = 56
|
||||
dvbsChannelCount = 7520
|
||||
dvbsChannelLength = 100
|
||||
lnbCount = 40
|
||||
lnbLength = 52
|
||||
|
||||
[TransponderDataMapping:40]
|
||||
; everything up to LM
|
||||
@@ -648,6 +658,34 @@
|
||||
offVideoPid = 72
|
||||
offAudioPid = 74
|
||||
|
||||
[SatChannelDataMapping:100]
|
||||
; LB series
|
||||
lenName = 40
|
||||
offSatelliteNr = 0
|
||||
offSourceType = 4
|
||||
offTransponderIndex = 6, 12
|
||||
offProgramNr = 8
|
||||
offProgramNrPreset = 10
|
||||
offFavorites2 = 14
|
||||
offDeleted = 14
|
||||
maskDeleted = 0x42
|
||||
offEncrypted = 14
|
||||
maskEncrypted = 0x80
|
||||
offLock = 15
|
||||
maskLock = 0x01
|
||||
offSkip = 15
|
||||
maskSkip = 0x02
|
||||
offHide = 15
|
||||
maskHide = 0x04
|
||||
offProgNrCustomized = 15
|
||||
maskProgNrCustomized = 0x40
|
||||
offServiceId = 16
|
||||
offServiceType = 18
|
||||
offNameLength = 19
|
||||
offName = 20
|
||||
offVideoPid = 72
|
||||
offAudioPid = 74
|
||||
|
||||
[LnbMapping:44]
|
||||
; all except LA
|
||||
offSettingId = 0
|
||||
|
||||
Reference in New Issue
Block a user