Page 6 of 6

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 1:05 pm
by sectroyer
Yeah. Check libRecTitle. There it DOES work :)

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 1:08 pm
by zoelechat
Yeah, hooked implementation of function in libEPG simply return bad (=non-patched) value(s).
In libRecTitle it's different because function is "overhooked", NEVER called, so it can takes values at the right place (if libs are injected in respective order).
In state, nothing else to do than fix libEPG (if possible) :)

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 1:13 pm
by sectroyer
zoelechat wrote: In state, nothing else to do than fix libEPG (if possible) :)
Don't understand (supposed) "bug" :) Need more explanation :) And function IS called in libRecTtitle :)

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 1:28 pm
by zoelechat
@wluczykijwf
Btw, are you sure to use latest version of libEPG? Maybe it was fixed at some point (who knows...)

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 1:39 pm
by wluczykijwf
Certainly not less than v4, but i I think it last (v5).
zoelechat wrote:[...]In libRecTitle it's different because function is "overhooked", [...]
What does it mean?
overwrite == "overhooked"

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 2:58 pm
by zoelechat
Well, not very easy to explain, I'm bad teacher :D
Just know that you can hook the same function in several libs, so result might depend on order of injection:
hook2{ code+dispatch(hook1) } being different than hook1{ code+dispatch(hook2) } :)

Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 3:16 pm
by wluczykijwf
Thanks. I understand :).

It took me a long time embracing the whole structure.
But the result is easy to read and easy to use.
Great respect for the creators of this structure :).

Re: RE: Re: [App] libLogChannel B/D/E/F/H

Posted: Tue Jan 19, 2016 8:08 pm
by wluczykijwf
I was able to get a title of program from libEPG data :D. But unfortunately function must be dispatch from the resident library :?.
Thanks your for assist :).

Re: [App] libLogChannel D/E/F/H

Posted: Fri Sep 11, 2020 9:27 pm
by cracket
geo650 wrote: Thu Apr 23, 2015 1:19 pm I have created simplified version for B-series only:
B-series example library with source
I know that couple of years have passed, but anyone has the B version uploaded by geo650? Tinyupload link has expired....