Page 1 of 1

[App] Movie Player Seek Patch

Posted: Fri Apr 24, 2015 7:42 pm
by sectroyer
This patch allows to set time values to seek movie playback using directional keys on remote control.
  1. Extract seekpatch 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/seekpatch
  3. Execute

    Code: Select all

    seekpatch -n exeAPP --channel-up 600 --channel-down 600 --up 300 --down -300 --left -60 --right 60 -d
    chup/chdown/up/down/left/right are values to seek in seconds with corresponding RC keys (negative to rewind)
  4. Autostart:
    1. Extract 99_96_SeekPatch.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_SeekPatch.init
*Changelog:

Code: Select all

3/9/2015
v0.6.5 - Added CH+/CH- keys
26/4/2015
v0.5.4 - Initial release