[App] LibZoelPVR for D/E/F/H
Posted: Sat Nov 01, 2014 8:32 pm
Patch unlocks TV's built-in functionality to automatically add some time before and after recording when scheduling from EPG.
*For D series (arm), replace every instance of /mnt below by /mtd_rwcommon/widgets/user/SamyGO/SamyGO
[/size]
*For D series (arm), replace every instance of /mnt below by /mtd_rwcommon/widgets/user/SamyGO/SamyGO
SpoilerShow
Example: You have to copy libZoelPVR.so to /mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso instead of /mnt/opt/privateer/usr/libso. The same goes for command lines.
- First install latest samyGOso as usual, if needed.
- Extract attached archives and copy libZoelPVR.so to /mnt/opt/privateer/usr/libso (create folder if needed)
- Execute
Command line accepts two more args to change default amount of time to add before/after schedule. e.g.:
Code: Select all
samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libZoelPVR.so
Accepted values for 'before:' are 0 and 5 (TV default=5), the ones for 'after:' are 0, 5, 10, 15, 20 (TV default=10)Code: Select all
samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libZoelPVR.so before:5 after:10
Logfile is written to: /dtv/ZoelPVR.log
Patch can be injected repeatedly without rebooting the TV. - Autostart:
- Copy 99_91_ZoelPVR.init from archive to /mnt/etc/init.d
SpoilerShowYou can edit prefered default values directly on top of script
Code: Select all
TimeBefore=5 # Default time before schedule: 0 or 5 TimeAfter=10 # Default time after schedule: 0, 5, 10, 15 or 20
- Set permissions
Code: Select all
chmod 755 /mnt/etc/init.d/99_91_ZoelPVR.init
- Copy 99_91_ZoelPVR.init from archive to /mnt/etc/init.d