[App] Movie Player Seek Patch

Here are software that related with Samsung H series TVs.
Please don't create any new topic here unless you have software to post/release.
Post Reply

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

[App] Movie Player Seek Patch

Post 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
You do not have the required permissions to view the files attached to this post.
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “[H] Software”