Page 41 of 113
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3
Posted: Thu Feb 13, 2014 4:35 pm
by rbmaster
mihd wrote:zoelechat wrote:
You mean PVRtoTS autostart? This is not related to PVRdecoder but SamyGO extensions, and you can already enable it by yourself.
-libPVRtoTS.so is located in /mtd_rwcommon
-startup scripts are in /mnt/etc/init.d
-take example on existing scripts and other modules installation in [F Software] forum (e.g. ChannelInfo, it works exactly the same way)
-do manual tries before installing definitely your script

It's just great!!!
Configured autostart PVRtoTS, as 'ts_outdir' pointed a folder on the router.
Now I can view recordings on any device connected to the router!!!! For me it is important, since my TV receiver on the second TV works only as NFS client and Samygo has not NFS server (Why? I did not respond in any forum).
It remains to wait solve problems with UTF-8 ..
If more and automatic renaming will work, it will be just super .. Probably too much to ask

Could you share your autostart init file? I tried to make my own but it's not working. Also, will it work while recording on standby?
My init file looks like this:
Code: Select all
#!/bin/sh
#
# ? Copyright 1996-2013, SamyGO
#
#
. /dtv/SGO.env
libPATH=/mtd_rwcommon
case $1 in
start)
samyGOso -p `pidof exeDSP` -l $libPATH/libPVRtoTS.so
sleep 1
#Code for exeDSP crash protection
#while [ "$( ps -A | grep -c 'exeDSP')" -gt 0 ] ; do
# sleep 60
#done
#mv $0 $0.dis
;;
status)
;;
*)
echo "Usage: $0 {start|stop|status}" 1>&2
exit 0
;;
esac
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3
Posted: Thu Feb 13, 2014 5:08 pm
by mihd
rbmaster wrote:
Could you share your autostart init file? I tried to make my own but it's not working. Also, will it work while recording on standby?
samyGOso -p `pidof exeDSP` -l $libPATH/libPVRtoTS.so
samyGOso -p $(pidof exeTV || pidof exeDSP) -l $libPATH/libPVRtoTS.so -r
Yes, it will work while recording on standby. Timer recording is work.
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4
Posted: Fri Feb 14, 2014 12:48 am
by Lordbyte
Version 1.5.3.4 have been released to top post of this thread.
UTF-8 support and offline decoder is among the headlines.
For EXT2/3/4 support for the offline-decoder module follow directions here :
http://driesve.tumblr.com/post/15607941 ... -windows-7
It works well using Windows 8.1 here, and I can decode EXT3-stuff directly from USB-device in offline-mode !
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3
Posted: Fri Feb 14, 2014 8:09 pm
by Piwek
mihd wrote:
samyGOso -p $(pidof exeTV || pidof exeDSP) -l $libPATH/libPVRtoTS.so -r
Yes, it will work while recording on standby. Timer recording is work.
Could you share also your libPVRtoTS.config?
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3
Posted: Fri Feb 14, 2014 8:51 pm
by mihd
Piwek wrote:
Could you share also your libPVRtoTS.config?
I did corrected only "ts_outdir". For network access - "ts_outdir": "/dtv/usb/sdb/nfs/192.168.1.1..
your path".
The path of libPVRtoTS.config is
/mtd_rwcommon. Not correct /mnt/opt/privateer/usr/libso/libPVRtoTS.config !!!!
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4
Posted: Fri Feb 14, 2014 8:55 pm
by mihd
The old information..
Install Ext2fsd v.0.51.. It supports Ext4, in mode r/w also.
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3
Posted: Fri Feb 14, 2014 8:57 pm
by zoelechat
mihd wrote:The path of libPVRtoTS.config is /mtd_rwcommon. Not correct /mnt/opt/privateer/usr/libso/libPVRtoTS.config !!!!
It depends of path you've set in PVRdecoder. /mtd_rwcommon is default value though.
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4
Posted: Fri Feb 14, 2014 9:15 pm
by mihd
Lordbyte wrote:Version 1.5.3.4 have been released to top post of this thread.
Very thanks !!! All working!
I have only two wishes:
1) Is it possible to automatically rename .TS immediately after recording?
2) Is it possible to arrange automatic removal keys?
Possible by adding additional options in libPVRtoTS.config...
Tried to make a script to remove the keys for options 'exec_when_done' in libPVRtoTS.config.
But for some reason it did not start up ..
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4
Posted: Fri Feb 14, 2014 9:27 pm
by zoelechat
mihd wrote:1) Is it possible to automatically rename .TS immediately after recording?
Not until you always have PVRdecoder opened while recording. This option existed, caused problems, was too intrusive and had been removed.
2) Is it possible to arrange automatic removal keys?
I wonder what's the problem if keys are still there? 16 bytes each...
Not so difficult to open PVRdecoder from time to time and just launch "delete keys" and "rename files" once...
Possible by adding additional options in libPVRtoTS.config...
Tried to make a script to remove the keys for options 'exec_when_done' in libPVRtoTS.config.
Not related to PVRdecoder and no thread about it, you have to investigate yourself.
Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4
Posted: Fri Feb 14, 2014 9:48 pm
by mihd
zoelechat wrote:
Not so difficult to open PVRdecoder from time to time and just launch "delete keys" and "rename files" once...
Not difficult. But I think that 'garbage' by itself should not accumulate and must be removed automatically.
I do not understand what the problem in renaming .. Not immediately need to rename, it should be after recording.