[App] PVR Player Seek Patch
Posted: Tue Sep 30, 2014 1:28 pm
This patch allows to set time values to seek PVR playback using directional keys on remote control.
- Extract pvrseekpatch file (not folder) from attached archive to TV in /mnt/opt/privateer/usr/bin
- Telnet to TV and set file permissions:
Code: Select all
chmod +x /mnt/opt/privateer/usr/bin/pvrseekpatch
- Execute
up/down/left/right are values to seek in seconds with corresponding RC keys (negative to rewind)
Code: Select all
pvrseekpatch -n exeAPP --up 300 --down -300 --left -60 --right 60 -d
- Autostart:
- Extract 99_96_PVRSeekPatch.init from archive to /mnt/etc/init.d
First edit time values on top of script if defaults don't fit your needs:SpoilerShowCode: Select all
LeftKey=-60 RightKey=60 DownKey=-300 UpKey=300
- Set permissions
Code: Select all
chmod +x /mnt/etc/init.d/99_96_PVRSeekPatch.init
- Extract 99_96_PVRSeekPatch.init from archive to /mnt/etc/init.d