Page 1 of 9

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

Posted: Sat Nov 01, 2014 8:32 pm
by sectroyer
Patch unlocks TV's built-in functionality to automatically add some time before and after recording when scheduling from EPG.
ZoelPVR.jpg
*For D series (arm), replace every instance of /mnt below by /mtd_rwcommon/widgets/user/SamyGO/SamyGO
SpoilerShow
Example: You have to copy libZoelPVR.so to /mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso instead of /mnt/opt/privateer/usr/libso. The same goes for command lines.
[/size]
  1. First install latest samyGOso as usual, if needed.
  2. Extract attached archives and copy libZoelPVR.so to /mnt/opt/privateer/usr/libso (create folder if needed)
  3. Execute

    Code: Select all

    samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libZoelPVR.so
    Command line accepts two more args to change default amount of time to add before/after schedule. e.g.:

    Code: Select all

    samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libZoelPVR.so before:5 after:10
    Accepted values for 'before:' are 0 and 5 (TV default=5), the ones for 'after:' are 0, 5, 10, 15, 20 (TV default=10)

    Logfile is written to: /dtv/ZoelPVR.log
    Patch can be injected repeatedly without rebooting the TV.
  4. Autostart:
    1. Copy 99_91_ZoelPVR.init from archive to /mnt/etc/init.d
      SpoilerShow
      You can edit prefered default values directly on top of script

      Code: Select all

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

      Code: Select all

      chmod 755 /mnt/etc/init.d/99_91_ZoelPVR.init

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

Posted: Sat Nov 01, 2014 9:45 pm
by zoelechat
Nice patch name :D (and presentation ;) )

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

Posted: Sat Nov 01, 2014 10:16 pm
by sectroyer
zoelechat wrote:Nice patch name :D (and presentation ;) )
Yeah superb and as always awesome and competent work :) Now we only need to mirror it in D, F and H forums ;)

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

Posted: Sat Nov 01, 2014 10:23 pm
by zoelechat
sectroyer wrote:Yeah superb and as always awesome and competent work :) Now we only need to mirror it in D, F and H forums ;)
Ok, let's mirror to D and F, in my opinion better wait for H to avoid massive flow of annoying questions ;)

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

Posted: Sat Nov 01, 2014 10:27 pm
by sectroyer
zoelechat wrote: Ok, let's mirror to D and F, in my opinion better wait for H to avoid massive flow of annoying questions ;)
yeah maybe :) I am slowly preparing to release something for H... But if I release netcat people will start asking for telnet, then for samba, etc., etc., ;)

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

Posted: Sun Nov 02, 2014 7:58 am
by greenhorn
great! works! tested on es7000 and f7000

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

Posted: Sun Nov 02, 2014 9:45 am
by Lordbyte
sectroyer wrote:
zoelechat wrote: Ok, let's mirror to D and F, in my opinion better wait for H to avoid massive flow of annoying questions ;)
yeah maybe :) I am slowly preparing to release something for H... But if I release netcat people will start asking for telnet, then for samba, etc., etc., ;)
Telnet would be a huge advantage for the PVRDecoder.
The PVRDecoder *hates* its Netcat-module with a vengance :-)

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

Posted: Sun Nov 02, 2014 11:34 pm
by sectroyer
Lordbyte wrote:
sectroyer wrote:
zoelechat wrote: Ok, let's mirror to D and F, in my opinion better wait for H to avoid massive flow of annoying questions ;)
yeah maybe :) I am slowly preparing to release something for H... But if I release netcat people will start asking for telnet, then for samba, etc., etc., ;)
Telnet would be a huge advantage for the PVRDecoder.
The PVRDecoder *hates* its Netcat-module with a vengance :-)
Well you can use netcat to connect both to netcat and telnet :) I use it all the time. Are you forced to "not using telnet" in PVRDecoder?

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

Posted: Sun Nov 02, 2014 11:38 pm
by Lordbyte
I prefer Telnet .. have native Telnet-component in my development environment.
Have no easy way to implement Netcat. When I *have* to, I use a DLL Bugficks made,
or even automated embedded .exe module ..

Gimme Telnet any day :-)

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

Posted: Sun Nov 02, 2014 11:41 pm
by sectroyer
Lordbyte wrote:I prefer Telnet .. have native Telnet-component in my development environment.
Have no easy way to implement Netcat. When I *have* to, I use a DLL Bugficks made,
or even automated embedded .exe module ..

Gimme Telnet any day :-)
Ahh, so you use netcat as "fallback" and don't want to be forced to use it on H ? :)