HOw to add a vdr - plugin to LE build?
- magicamun
- Thread is Unresolved
-
-
yea - it creates an "working" addon.zip - but no idea what need to get changed (what you mentioned at vdr-portal.de)
-
Ok - this here (in vdr.start):
Code... SVDRP_PORT=0 # epgsearch needs svdrp if [ "$ENABLE_EPGSEARCH" == "true" ] ; then SVDRP_PORT=6419 fi ...
is wrong -because the SVDRP - Port is only configured if epgsearch is enabled - this needs to be changed - VDR should be reacheable via svdrp at any time - not only if epgsearch is enabled.
If the LE-Team does not want that - at least SVDRP needs also to be enabled for EPG2VDR - Plugin
I think the whole part is obsolete and should look like this:
and i think that this is wrong too:
Why shall VDR always be startet in en_US - Locale if the system might be setup to use another locale?
-
if the system might be setup to use another locale?
because we ship only en_US
we have an local addon that ships "everything" but actually never tried
I`ll commit some fixes later.
-
I checked out 9.0-vdr-epg - and i don't get your commits?
This is what i did:
git clone ...
git checkout -b 9.0-vdr-epg
-
git fetch
git pull
like said cli is not really user friendly ;D
-
-
Question:
i backportet to 8.2.3 (my other LE's run that version and they all use a common mysql - Library.
create_addon does not work under 8.x - how can the addon be assembled?
-
Question:
i backportet to 8.2.3 (my other LE's run that version and they all use a common mysql - Library.
create_addon does not work under 8.x - how can the addon be assembled?
Run ./scripts/build vdr-addon. After that create-addon will work and create the zip.
-
Nope:
Code[email protected]:/nas/develop/LibreElec-8$ PROJECT=Generic ARCH=x86_64 ./scripts/create_addon vdr-addon BUILD vdr-addon (target) Executing (target): make make: *** No targets specified and no makefile found. Stop.
-
-
Maybe try /scripts/create_addon service.multimedia.vdr-addon. I do not remember currently how I created it. I'm currently rebuilding the whole tree to try again, but this will take about three hours or so...
-
hm - no error - no nothing....
-
PROJECT=Generic ARCH=x86_64 scripts/create_addon vdr-addon
creates the addon, but the current one in my git is only for LE9 as we had there changes that are not at LE8.2.
I can't build for 8.2 anymore (my OS is too new) so I won't do a backport.
If you can show me an changed vdr.start script that it works I could append the git with that, current changes were pushed to git incl the epg.dat
-
this is what happens:
Code[email protected]:/nas/develop/LibreElec-8$ PROJECT=Generic ARCH=x86_64 PROJECT=Generic ARCH=x86_64 scripts/create_addon vdr-addon BUILD vdr-addon (target) Executing (target): make make: *** No targets specified and no makefile found. Stop. [email protected]:/nas/develop/LibreElec-8$
-
Just did a test build of LE 8 with vdr patched to 2.3.8 and it was successful running these commands:
-
./scripts/create_addon vdr-addon
this is nothing you should do, unexpected things may happen as it takes host stuff into the build
PROJECT=Generic ARCH=x86_64 scripts/create_addon vdr-addon is the correct cmd to build an addon since at least LE7
-
Maybe you could check for differences between your tree and mine:
Create a test branch:
Get the diff from here and apply:
Then check the differences:
Maybe you unintentionally changed something else during your backporting.