[App] LibZoelPVR for D/E/F/H

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.

blendstylez
SamyGO Project Donor
Posts: 99
Joined: Thu Nov 12, 2015 10:02 am

Re: [App] LibZoelPVR for D/E/F/H

Post by blendstylez »

ok now i got u, thx man!
tobi148
SamyGO Project Donor
Posts: 5
Joined: Sat Dec 19, 2015 12:41 pm

Re: [App] LibZoelPVR for D/E/F/H

Post by tobi148 »

sectroyer wrote:
dasilverpaladin wrote:Yes, OTN is not diabled via hidden menue.

I couldnt even tell which firmware version i am on, because the option is greyed out on my TV, it should be a rather old one from last year.

As i said, once you turn off your TV and it starts recording it doesnt use the set settings.
My Tv stays in a semi booted state after recording, display is off and the red standby dot is off. Powering it On results in SamyGo tools not starting, i have to switch it off and On again to get the functionality back.

edit: seems i am on T-MSC12DEUC 1120.0
Exactly. Too new firmware and you have OTN Support STILL enabled. Bad, very bad!!! If you DON'T use ZoelPVR and schedule recording and then tv powers ON to start recording (black screen) can you telnet to it? Is it the same as WITH ZoelPVR enabled?
I had the same problem and finally solved it with a FW downgrade. After downgrading to T-MSC12DEUC 1119.0 (and also disabling OTN support after that), ZoelPVR worked correctly and added the time to the PVR even when the TV was powered off. The TV also booted 2 minutes earlier than the defined 5 minutes, so every extension like Oscam and stuff could be initialized. Don't know if those 2 minutes are defined somewhere!?

Now, everything just works like a charm. Thanks to this awesome project.
VooDooShamane
Posts: 23
Joined: Sat Feb 08, 2014 4:44 am

Re: [App] LibZoelPVR for D/E/F/H

Post by VooDooShamane »

Is this supposed to be in samygo from start on ?
Because i just did a Smart hub reset and installed samygo new from server and have those files:
/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/99_991_libZoePVR.init
/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libZoelPVR.so

But they seem to be different versions
libZoelPVR.so Hash 9f2beecb4c0e2b1cffda3af74d74dbe5
New libZoelPVR.so from this thread has hash cf240a580ee09b6456bd3f37b65958ae

Also compared 99_991_libZoePVR.init and 99_91_ZoelPVR.init
They are different but seem to be doing same thing (from what i understand of)

99_991_libZoePVR.init:

Code: Select all

#!/bin/sh
#
# ? Copyright 1996-2013, SamyGO
#
#
 . /dtv/SGO.env
 
 #values:
 BEFORE='5'
 AFTER='10'

 SO=libZoelPVR.so
 
case $1 in 
	start)
	samyGOso -d -A -B -l $LIBSODIR/$SO  before:$BEFORE after:$AFTER

	;;
	status)
	;;
	*)
	echo "Usage: $0 {start|stop|status}" 1>&2
	exit 0
	;;
esac

99_91_ZoelPVR.init

Code: Select all

#!/bin/sh
#
# ? Copyright 1996-2014, zoelechat@SamyGO
#
#
. /dtv/SGO.env

TimeBefore=5						# Default time before schedule: 0 or 5
TimeAfter=10						# Default time after schedule: 0, 5, 10, 15 or 20

SODIR=$SYSROOT/opt/privateer/usr/libso			# E-series only, on F environment LIBSO_DIR is used

stop_bootloop()
{
	for USB in /dtv/usb/sd* ; do
		echo "checking $USB"
		[ -e $USB/STOP ] && echo "STOP found. Script exit..." && exit 1
	done
}

case $1 in 
	start)
	stop_bootloop
	[ "$LIBSO_DIR" ] && SODIR=$LIBSO_DIR
	samyGOso -A -B -l $SODIR/libZoelPVR.so before:$TimeBefore after:$TimeAfter
	;;
	stop)
	;;
	status)
	[ -f /dtv/ZoelPVR.log ] && cat /dtv/ZoelPVR.log || echo "Not started"
	;;
	*)
	echo "Usage: $0 {start|stop|status}" 1>&2
	exit 0
	;;
esac
should i remove 99_991_libZoePVR.init when installing 99_91_ZoelPVR.init from this Thread ?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] LibZoelPVR for D/E/F/H

Post by zoelechat »

Yeah you should remove first one, nfi from where it comes from :)
I do NOT receive any PM. Please use forum.
VooDooShamane
Posts: 23
Joined: Sat Feb 08, 2014 4:44 am

Re: [App] LibZoelPVR for D/E/F/H

Post by VooDooShamane »

Ok
I was tinkering around with it since yesterday and had some strange reboot loops when installing the files from this thread.
So today i reset smart hub, installed samygo from server.
After that i had reboot loop again but only when samygo was in auto start.
When i start samygo manualy from smart hub all was good.
But hey, i want samygo in autostart so i updated samygo to v1.2.5
And just did:

Code: Select all

ls -l /mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/99_991_libZoePVR.init
sh -x /mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/99_991_libZoePVR.init start
Now it seems to be working fine.
Realy strange but the pre istalled libZoelPVR.so and 99_991_libZoePVR.init wich came with the samygo installation from 46.101.161.175 are working just fine. :shock:

Is it possible to have an option to not only edit the start/end time but also when to repeat?
Like evry wednesday at the set time ?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] LibZoelPVR for D/E/F/H

Post by zoelechat »

It's likely that crashes were caused by lib injected twice...

Lib only unlocks built-in TV feature, no more, if you want some "repeat", check scheduling :)
I do NOT receive any PM. Please use forum.
VooDooShamane
Posts: 23
Joined: Sat Feb 08, 2014 4:44 am

Re: [App] LibZoelPVR for D/E/F/H

Post by VooDooShamane »

ok cool. Thanks a lot zoelechat.

Only thing i now have is the 404 error after samygo autostart.
Is it save now to put an empty index.html in samygo folder or is there a better solution to that?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] LibZoelPVR for D/E/F/H

Post by zoelechat »

No idea what you're talking about :)

Error 404 when trying to access what?
I do NOT receive any PM. Please use forum.
VooDooShamane
Posts: 23
Joined: Sat Feb 08, 2014 4:44 am

Re: [App] LibZoelPVR for D/E/F/H

Post by VooDooShamane »

Oh okay, thought it was a common issue with samygo in autostart.
anyways, This:
Image

It appears after samygo started and smart hub is closed automatically.
Yesterday i tried instead of an empty index.html this one:
viewtopic.php?f=20&t=3571
But after that i could not open smart hub anymore. :?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] LibZoelPVR for D/E/F/H

Post by zoelechat »

Funny :D
Never heard of, hope somebody else will be able to help you...
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[F] Software”