Page 2 of 18

Re: [App] SamyGO PVRAnyDev E/F Series

Posted: Fri Mar 07, 2014 9:57 pm
by zoelechat
First shot... Already works, maybe will need optimization/debugging, thanks sectroyer for "inspiration" ;) :
<Attachment removed, new version below>

-Daemon implemented, now supports hotplug
-Any device containing CONTENTS folder will be considered as recording one
-When a device is plugged, popup always shows "normal" device, this can't be avoided (I suppose), go to AllShare/device list
-Still possible to not use daemon (as previous version) by setting a fixed device on top of script
-Need to be tested on F-series with RecordingFS="ext4" to see if the trick works as well

Re: [App] SamyGO PVRAnyDev E/F Series

Posted: Fri Mar 07, 2014 10:40 pm
by fluffi444
Absolutly stunning! Works like a charm!

Re- and De-pluged devices several times... Works everytime, with the mentioned "limitations" of the recognition as an normal USB device. But this is ABSOLUTLY OK! :-)

And may be good also, because some other files of interest could be on the USB Dev.

Repluged it in AllSharePlay and saw that right after "New Devices Window" is gone it turns from normal device to a recording one...

This is an perfect solution! (in my opinion)

Many thanks for this nice work, Zoel !

EDIT
Tested also a "new" USB Stick (never recorded on it before) and made (emty) CONTENTS-Folder manually from PC - Works also! :-)

Re: [App] SamyGO PVRAnyDev E/F Series

Posted: Fri Mar 07, 2014 11:58 pm
by zoelechat
Update:
-Added automatic detection of E/F series
-Some cleaning...

Autostart:
  • Extract libPVRAnyDev.so from first post archive to /mnt/opt/privateer/usr/libso (folder may not exist on E series, create it if needed)
  • Extract samyGOso from first post archive to /mnt/opt/privateer/usr/bin if not already present
  • Telnet to TV and set file permissions if it wasn't there:

    Code: Select all

    chmod 755 /mnt/opt/privateer/usr/bin/samyGOso
  • Extract 02_05_PVRtoAnyDev.init from this post archive to /mnt/etc/init.d
  • Set permissions:

    Code: Select all

    chmod 755 /mnt/etc/init.d/02_05_PVRtoAnyDev.init
  • Reboot TV

Re: [App] SamyGO PVRAnyDev E/F Series

Posted: Sat Mar 08, 2014 12:18 am
by sectroyer
Good to know it works. I was suprised it's so simple to manipulate devices list when playing around with exfat :)

Re: [App] SamyGO PVRAnyDev E/F Series

Posted: Sat Mar 08, 2014 12:31 am
by bugficks
guess lordbyte has to test. i cant, no pvr functionality here.

Re: [App] SamyGO PVRAnyDev E/F Series

Posted: Sat Mar 08, 2014 10:38 am
by fluffi444
zoelechat wrote:Update
No issues found - works as good as V01.

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 3:14 pm
by zoelechat
<...discussion continued from other thread...>

Seeing output, PVRAnyDev script is well started (daemon is started), but libPVRAnyDev.so itself is not injected.
Did you check .so path in script? Is samyGOso in a folder included in $PATH, and chmodded to at least +x/755?

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 3:16 pm
by karo2204
When I start PVRAnyDev I can record to my HDD and decrypt at the same time.

I will have a look because of the rest. Should it normally startup automatically?

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 3:18 pm
by juusso

Code: Select all

source /dtv/SGO.env
ls -la $LIBSO_DIR/*

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 3:20 pm
by zoelechat
karo2204 wrote:When I start PVRAnyDev I can record to my HDD and decrypt at the same time.

I will have a look because of the rest. Should it normally startup automatically?
It is now absolutely sure that your scripts are well launched on startup, so you need to figure out why libs are not injected