[APP] libSeekPatch for D55xx/57xx/69xx MIPS/MSTAR
Posted: Mon Feb 23, 2015 10:53 am
This patch allows to seek movies by custom amount of time in media player, using remote control directional keys.
If you're already using old seekpatch, please disable it before using this lib!!!
If you're already using old seekpatch, please disable it before using this lib!!!
- Get latest samyGOso from there and follow its installation procedure
- Extract attached archives and copy libSeekPatch.so to /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso (create folder if needed)
- Execute
This sets default seek values to +/-30 seconds for right/left and +/-60 for up/down. To set custom values use this:
Code: Select all
samyGOso -d -p `pidof exeDSP` -r -l /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSeekPatch.so
Negative values are meant to rewindCode: Select all
samyGOso -d -p `pidof exeDSP` -r -l /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSeekPatch.so LEFT:-20 RIGHT:20 UP:40 DOWN:-40
Logfile is written to /dtv/SeekPatch.log - Autostart:
- Copy 99_96_SeekPatch.init to /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d
SpoilerShowYou can edit prefered default values directly on top of script
Code: Select all
#Seconds to seek, negative values to rewind LeftKey=-60 RightKey=60 DownKey=-300 UpKey=300
- Set permissions
Code: Select all
chmod 775 /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d/99_96_SeekPatch.init
- Copy 99_96_SeekPatch.init to /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d