Page 1 of 6

[App] Movie Player Seek Patch

Posted: Sun Jun 01, 2014 7:08 pm
by sectroyer
This is stable version of Seek Movie patch for F series. It allows settings time values for both KEY_LEFT/KEY_RIGHT and also adds support for KEY_UP/KEY_DOWN.
It should work all the time and allow setting seek values multiple times without the need to restart TV. Please test it, post your TV model, firmware version and debug (-d) output :)

Sample usage:

Code: Select all

./seekpatch -n exeAPP --up 60 --down -60 --left -30 --right 30 -d

Re: [App] Movie Player Seek Patch

Posted: Sun Jun 01, 2014 7:13 pm
by greenhorn
Is it the latest stable I tested?...or it is new version?

Re: [App] Movie Player Seek Patch

Posted: Sun Jun 01, 2014 7:16 pm
by sectroyer
greenhorn wrote:Is it the latest stable I tested?...or it is new version?
It should be the same. But test it to be sure :)

Re: [App] Movie Player Seek Patch

Posted: Sun Jun 01, 2014 7:23 pm
by greenhorn
maybe you want to fix the command? :P
it works as it should be. 10x

Re: [App] Movie Player Seek Patch

Posted: Thu Jun 12, 2014 5:05 pm
by sss
where do i have to put the seekpatch folder? root and ftp access is working so far... thx

Re: [App] Movie Player Seek Patch

Posted: Thu Jun 12, 2014 5:22 pm
by sectroyer
sss wrote:where do i have to put the seekpatch folder? root and ftp access is working so far... thx
Anywhere you want. You can make a copy on Desktop, upload to to some sharing service or create a torrent :) Everything is fine :)

Re: [App] Movie Player Seek Patch

Posted: Thu Aug 07, 2014 10:17 pm
by stefan81
hi,
how can I install this app? In which folder the zip file must be copied and how it is started?

Re: [App] Movie Player Seek Patch

Posted: Thu Aug 07, 2014 11:43 pm
by zoelechat
Autostart:
  • Extract seekpatch file (not folder) from first post archive to /mnt/opt/privateer/usr/bin
  • Extract attached 99_96_SeekPatch.init script to /mnt/etc/init.d
    (you can edit arrows values on top of it, use Notepad++ ;) )
    SpoilerShow

    Code: Select all

    LeftKey=-60
    RightKey=60
    DownKey=-300
    UpKey=300
  • Telnet to TV both commands:

    Code: Select all

    chmod +x /mnt/opt/privateer/usr/bin/seekpatch
    chmod +x /mnt/etc/init.d/99_96_SeekPatch.init
  • Reboot TV, then you should be able to use arrows to seek movies with set values :)

Re: [App] Movie Player Seek Patch

Posted: Thu Oct 09, 2014 3:53 pm
by brunogts77
Hi! :D The patche works fine but when i turn on the script, the tv reboot over the time!Any idea?

Re: [App] Movie Player Seek Patch

Posted: Thu Oct 09, 2014 4:09 pm
by zoelechat
brunogts77 wrote:Hi! :D The patche works fine but when i turn on the script, the tv reboot over the time!Any idea?
As well as moviedelpatch?? There's nothing more in startup script that could lead to crash, expect patch itself. Maybe a matter of timing...