[PC] SamyGO PVRDecoder for E/F/H series - Version 1.8.2.53

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

rbmaster
Posts: 6
Joined: Sat Jan 25, 2014 11:44 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3

Post 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
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3

Post 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.
You do not have the required permissions to view the files attached to this post.
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post 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 !
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
Piwek
Posts: 16
Joined: Wed Jan 15, 2014 8:48 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3

Post 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?
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3

Post 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 !!!!
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post by mihd »

Lordbyte wrote: 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 !
The old information..
Install Ext2fsd v.0.51.. It supports Ext4, in mode r/w also.
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.3

Post 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.
I do NOT receive any PM. Please use forum.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post 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 ..
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post 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.
I do NOT receive any PM. Please use forum.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [PC] SamyGO PVRDecoder for E/F series - Version 1.5.3.4

Post 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.
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).

Post Reply

Return to “[F] Software”