[App] libSTFUlight H
Posted: Sun Apr 19, 2015 1:54 pm
Patch allows to customize some banner timers and delays as libSTFU did on former series.
Usage:
Usage:
- Get latest samyGOso from there and copy/overwrite samyGOso file (not folder) to /mnt/opt/privateer/usr/bin
- Set permissions if needed (usually not if overwritten)
Code: Select all
chmod +x /mnt/opt/privateer/usr/bin/samyGOso
- Extract attached archives and copy libSTFUlight.so to /mnt/opt/privateer/usr/libso
- Execute
Usable args are:
Code: Select all
samyGOso -d -A -r -l /mnt/opt/privateer/usr/libso/libSTFUlight.so [arg1...arg3]
- CINFOTIMER:n - Set channel/source info banner to be displayed during n milliseconds
- PVRTIMER:n - Set PVR/Player banner to be displayed during n ms
- INPUTDELAY:n - Set input/tune delay when switching to a channel by entering its number to n (<4096) ms
For info, TV defaults are CINFOTIMER:10000 PVRTIMER:10000 INPUTDELAY:3000Code: Select all
CINFOTIMER:5000 PVRTIMER:5000 INPUTDELAY:1000
If you want a value NOT to be patched, set its value to 0 (e.g. PVRTIMER:0)
Other banner timers may be patched by CINFOTIMER/PVRTIMER, I can't tell exactly which ones
Logfile is written to /dtv/STFUlight.log - Autostart
- Copy 99_94_STFUlight.init to /mnt/etc/init.d
- Set permissions
Code: Select all
chmod +x /mnt/etc/init.d/99_94_STFUlight.init
- You can change OPTIONS value on top of script, default is none (=defaults). Could be for example:
Code: Select all
OPTIONS="CINFOTIMER:4500 PVRTIMER:0 INPUTDELAY:2000"
Code: Select all
19/4/2015
v0.1.0 - First release