[Release] PVR Plugin Waipu.tv (ab Kodi 19)

  • ich versuch verzweifelt das Addon selber zu bauen... bin nach der Anleitung für Leia in Github gegangen
    weiss nicht was ich falsch mache

    Ich denke das liegt an den fehlenden Einträgen pvr.waipu.txt und platforms.txt (Zeile 2-4):

    Bash
    git clone --branch Leia https://github.com/xbmc/xbmc.git
    mkdir -p xbmc/cmake/addons/addons/pvr.waipu/
    echo "pvr.waipu https://github.com/flubshi/pvr.waipu Leia" > xbmc/cmake/addons/addons/pvr.waipu/pvr.waipu.txt
    echo "all" > xbmc/cmake/addons/addons/pvr.waipu/platforms.txt
    
    
    git clone --branch Leia https://github.com/flubshi/pvr.waipu.git
    mkdir -p pvr.waipu/build && cd pvr.waipu/build
    cmake -DADDONS_TO_BUILD=pvr.waipu -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=[definition='1','3']Debug[/definition] -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
    make
  • ich mach nachher im Nachtdienst auf der Arbeit mal mehrere Logs mit den Schritten die ich gegangen bin, hab ja nichts bis wenig zu tun. Hab mein Laptop im Spint [ag]

    H96max x3 32/4GB 64GB Sandisk U3
    CoreElec 19.2 Matrix

    X96mini S905W 16/2GB 32GB Sandisk U3
    CoreElec 19.2 Matrix

  • Was brauch ich eigentlich, um die source für z.B. den Rasp 4 zu compilieren?
    Geht das unter Windows?

    Bin soweit, dass ich einfach mal die Befehle git und cmake ausgeführt habe und das geht soweit. Aber make existiert unter windows nicht und wenn, was würde ich bekommen? Bestimmt eine Version für Windows und nicht für den Pi, oder?
    Für einen Tipp wäre ich dankbar, da ich sonst nur c# .net Progs scheibe

  • Ich denke das liegt an den fehlenden Einträgen pvr.waipu.txt und platforms.txt (Zeile 2-4):

    Bash
    git clone --branch Leia https://github.com/xbmc/xbmc.git
    mkdir -p xbmc/cmake/addons/addons/pvr.waipu/
    echo "pvr.waipu https://github.com/flubshi/pvr.waipu Leia" > xbmc/cmake/addons/addons/pvr.waipu/pvr.waipu.txt
    echo "all" > xbmc/cmake/addons/addons/pvr.waipu/platforms.txt
    
    
    git clone --branch Leia https://github.com/flubshi/pvr.waipu.git
    mkdir -p pvr.waipu/build && cd pvr.waipu/build
    cmake -DADDONS_TO_BUILD=pvr.waipu -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=[definition='1','3']Debug[/definition] -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
    make

    Danke, bei mir läuft es jetzt unter Leia!

    Habe es ohne shell-skript gemacht sondern nur die Command-Zeile. Bei mir musste ich nur die 8. Zeile zu "cmake -DADDONS_TO_BUILD=pvr.waipu -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=[definition=12,4][definition='1','3']Debug[/definition][/definition] -DCMAKE_INSTALL_PREFIX=../../.kodi/addons -DPACKAGE_ZIP=1 ../../xbmc/addons" ändern und den PI einmal neustarten.

  • und genau das ist das Problem.
    sudo braucht er nicht, da schon root access by default
    apt_get kennt er nicht und soll im kodi addon browser nachschauen ?!?!

    sudo apt-get update
    There is no working 'sudo'.
    On debian/ubuntu/all general purpose linux distributions 'sudo'
    allows a permitted user to execute a command as the superuser
    or another user, as specified by the security policy
    With LibreELEC you have root access by default, so you dont need 'sudo'

    apt-get update
    There is no working 'apt-get'.
    'apt-get' is a command to install, update and remove software which
    is stored in a non local repo. 'apt-get' does nothing then connecting to such
    repo, downloads the software, unpacks the software, updates a big
    local database with all filepaths and other informations about the
    installed software or removes or updates installed Software.
    With LibreELEC it is not possible to change the system for security and
    stability reasons so even 'apt-get' would not be able to do this.
    We also dont have and want to maintain such a repo for various other
    great reasons.
    Also Ubuntu or Debian packages are often outdated and not compatible
    with LibreELEC
    TIP: use Kodi's addon browser to enhance your LibreELEC system

  • weiter komme ich nicht

    H96max x3 32/4GB 64GB Sandisk U3
    CoreElec 19.2 Matrix

    X96mini S905W 16/2GB 32GB Sandisk U3
    CoreElec 19.2 Matrix

  • Einwandfrei! Läuft mit Corelec 9.2.4.2 auf ner S912 Box.
    Und noch besser: EPG geht jetzt auch nach dem Update auf Coreelec 9.2.5, da hatte ich vorher Probleme damit.

    Was mir aufgefallen ist: Die schlechten Horrorfilme auf den VOD-Sendern waren im EPG mit einem grünen Punkt versehen und konnten jederzeit aus dem EPG heraus ausgewählt werden. Dies geht z.Zt. nur innerhalb der vom Sender festgelegten Sendezeit.

  • Danke

    [cbox][/cbox]Hallo zusammen,

    ich habe es mal für Leia und ARM64 (Raspi) kompiliert. Für die, die es interessiert.
    Läuft bei mir mit Libreelec 9.2.6 auf einem Raspi 3b.

    Gruß DDirksup

    Hört sich super an kann es leider erst morgen wieder testen, aber vorab schonmal vielen Dank [

  • Einwandfrei! Läuft mit Corelec 9.2.4.2 auf ner S912 Box.
    Und noch besser: EPG geht jetzt auch nach dem Update auf Coreelec 9.2.5, da hatte ich vorher Probleme damit.

    Was mir aufgefallen ist: Die schlechten Horrorfilme auf den VOD-Sendern waren im EPG mit einem grünen Punkt versehen und konnten jederzeit aus dem EPG heraus ausgewählt werden. Dies geht z.Zt. nur innerhalb der vom Sender festgelegten Sendezeit.

    perfekt, dann kann ich die nacher wenn ich heimkomme gleich installieren

    H96max x3 32/4GB 64GB Sandisk U3
    CoreElec 19.2 Matrix

    X96mini S905W 16/2GB 32GB Sandisk U3
    CoreElec 19.2 Matrix

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!