Page 1 of 1

[App] PVR Player Seek Patch

Posted: Tue Sep 30, 2014 1:28 pm
by sectroyer
This patch allows to set time values to seek PVR playback using directional keys on remote control.
  1. Extract pvrseekpatch file (not folder) from attached archive to TV in /mnt/opt/privateer/usr/bin
  2. Telnet to TV and set file permissions:

    Code: Select all

    chmod +x /mnt/opt/privateer/usr/bin/pvrseekpatch
  3. Execute

    Code: Select all

    pvrseekpatch -n exeAPP --up 300 --down -300 --left -60 --right 60 -d
    up/down/left/right are values to seek in seconds with corresponding RC keys (negative to rewind)
  4. Autostart:
    1. 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:
      SpoilerShow

      Code: Select all

      LeftKey=-60
      RightKey=60
      DownKey=-300
      UpKey=300
    2. Set permissions

      Code: Select all

      chmod +x /mnt/etc/init.d/99_96_PVRSeekPatch.init