mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 05:16:45 +01:00
- DBM: fixed setting Hide/Lock/Skip/Favorites
- TCL .tar: build-options for trouble shooting (using different TAR implementations and minimal file updates)
This commit is contained in:
@@ -28,11 +28,13 @@ offProgNr=64
|
||||
offLcn=66
|
||||
offTransponderIndex=70
|
||||
offServiceType=76
|
||||
;offSkip=79
|
||||
;maskSkip=0x08
|
||||
;offLock=79
|
||||
;maskLock=0x10
|
||||
;offFavorites=81
|
||||
offHide=77
|
||||
maskHide=0x04
|
||||
offSkip=77
|
||||
maskSkip=0x08
|
||||
offLock=77
|
||||
maskLock=0x10
|
||||
offFavorites=79
|
||||
offTsid=96
|
||||
offOnid=98
|
||||
offSid=100
|
||||
@@ -85,6 +87,8 @@ offLcn=66
|
||||
offSatelliteIndex=70
|
||||
offTransponderIndex=72
|
||||
offServiceType=80
|
||||
offHide=81
|
||||
maskHide=0x04
|
||||
offSkip=81
|
||||
maskSkip=0x08
|
||||
offLock=81
|
||||
@@ -142,6 +146,8 @@ offLcn=66
|
||||
offSatelliteIndex=70
|
||||
offTransponderIndex=72
|
||||
offServiceType=80
|
||||
offHide=81
|
||||
maskHide=0x04
|
||||
offSkip=81
|
||||
maskSkip=0x08
|
||||
offLock=81
|
||||
@@ -199,6 +205,8 @@ offLcn=66
|
||||
offSatelliteIndex=70
|
||||
offTransponderIndex=72
|
||||
offServiceType=80
|
||||
offHide=81
|
||||
maskHide=0x04
|
||||
offSkip=81
|
||||
maskSkip=0x08
|
||||
offLock=81
|
||||
@@ -256,6 +264,8 @@ offLcn=66
|
||||
offSatelliteIndex=70
|
||||
offTransponderIndex=72
|
||||
offServiceType=80
|
||||
offHide=81
|
||||
maskHide=0x04
|
||||
offSkip=81
|
||||
maskSkip=0x08
|
||||
offLock=81
|
||||
|
||||
Reference in New Issue
Block a user