Page 8 of 9
Re: [App] LibZoelPVR for D/E/F/H
Posted: Thu Nov 19, 2015 8:49 pm
by blendstylez
ok now i got u, thx man!
Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Dec 30, 2015 1:24 pm
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.
Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 11:10 am
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 ?
Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 11:51 am
by zoelechat
Yeah you should remove first one, nfi from where it comes from

Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 12:11 pm
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.
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 ?
Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 12:19 pm
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

Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 12:29 pm
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?
Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 12:31 pm
by zoelechat
No idea what you're talking about
Error 404 when trying to access what?
Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 12:43 pm
by VooDooShamane
Oh okay, thought it was a common issue with samygo in autostart.
anyways, This:
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.

Re: [App] LibZoelPVR for D/E/F/H
Posted: Wed Jan 13, 2016 12:48 pm
by zoelechat
Funny

Never heard of, hope somebody else will be able to help you...