Enigma1 Bouquet Update Plugin

There are 4 replies in this Thread which was already clicked 4,003 times. The last Post () by sky pirate.

    • Official Post

    this is easier to run the script, rather than having to go into the script panel.
    it will appear in the plugins menu instead now.


    transfer both files into /var/tuxbox/plugins
    chmod the .sh script to 755


    now in the yellow button you will see Enigma1 Bouquet Update. click it to update bouquets
    remember to edit your http file location in the .sh file.


    Enigma1_Bouquet_Update_Plugin.rar

  • i am looking for something like this, long time.
    i will have a try.


    what means
    "remember to edit your http file location in the .sh file."


    can u help me with this please
    saludos
    el pirate:hat:

  • well amigo, i just done this, installed this plugin, the way you said.
    what it did, it erased my settings, (channels, bouquts, etc...)
    what do you mean?
    i did not edit my http file location, cause don?t know what you mean.
    can u help?

    • Official Post

    I have not tried this plugin myself but this is the contents of the sh file.
    The part in red you need to edit.


    #!/bin/sh
    set -x
    exec > /var/script/Enigma1_Bouquet_Update.log 2>&1
    #DESCRIPTION=Downloads, Installs & Reloads the latest Enigma1 Bouquets.


    #Change the URL to point to your Bouquet zip file
    BQ="http://www.xxxx.co.uk/xxxx/enigma1.tar.gz"


    cd /tmp/


    wget $BQ
    chmod 755 /tmp/enigma1.tar.gz
    tar -xzvf enigma1.tar.gz


    cd /tmp/enigma1
    rm -rf /var/etc/satellites.xml
    mv /tmp/enigma1/satellites.xml /var/etc/


    cd /var/tuxbox/config/enigma/
    rm -rf *.tv
    rm -rf *.radio
    rm -rf *.epl
    rm -rf bouquets
    rm -rf services
    rm -rf services.locked


    mv /tmp/enigma1/* /var/tuxbox/config/enigma/


    rm -rf /tmp/enigma1
    rm -rf /tmp/enigma1.tar.gz


    #wget -q http://root:dreambox@127.0.0.1/cgi-bin/reloadUserBouquets
    reboot

  • thanks ten, you work hard


    can`t really figure out what is my URL to point to my bouquet zip file.
    this is my script.
    whats my URL which one?
    sorry
    thanks
    el pirate



    + BQ=http://www.xxxx.co.uk/xxxx/enigma1.tar.gz
    + cd /tmp/
    + wget http://www.xxxx.co.uk/xxxx/enigma1.tar.gz
    Connecting to www.xxxx.co.uk[212.46.139.121]:80
    wget: server returned error 404: HTTP/1.1 404 Not Found
    + chmod 755 /tmp/enigma1.tar.gz
    chmod: /tmp/enigma1.tar.gz: No such file or directory
    + tar -xzvf enigma1.tar.gz
    tar: enigma1.tar.gz: No such file or directory
    + cd /tmp/enigma1
    cd: 15: can't cd to /tmp/enigma1
    + rm -rf /var/etc/satellites.xml
    + mv /tmp/enigma1/satellites.xml /var/etc/
    mv: unable to rename `/tmp/enigma1/satellites.xml': No such file or directory
    + cd /var/tuxbox/config/enigma/
    + rm -rf userbouquet.ED00.tv userbouquet.ED01.tv userbouquet.ED02.tv userbouquet.ED03.tv userbouquet.ED04.tv userbouquet.ED05.tv userbouquet.ED06.tv userbouquet.ED07.tv userbouquet.ED08.tv userbouquet.ED09.tv userbouquet.ED0A.tv userbouquet.ED0B.tv userbouquet.ED0C.tv userbouquet.ED0D.tv userbouquet.ED0E.tv userbouquet.ED0F.tv userbouquet.ED10.tv userbouquet.ED11.tv userbouquet.ED12.tv userbouquet.ED13.tv userbouquet.ED14.tv userbouquet.ED15.tv
    + rm -rf userbouquet.ED00.radio
    + rm -rf playlist.epl timer.epl userbouquets.file.epl userbouquets.radio.epl userbouquets.tv.epl
    + rm -rf bouquets
    + rm -rf services
    + rm -rf services.locked
    + mv /tmp/enigma1/* /var/tuxbox/config/enigma/
    mv: unable to rename `/tmp/enigma1/*': No such file or directory
    + rm -rf /tmp/enigma1
    + rm -rf /tmp/enigma1.tar.gz
    + reboot


    sorry can u explane a bit?
    seems to be my ip but which one?
    my public?
    or intern? (probably not)
    can u tell me?
    thanks

A repository for outdated and unsupported Enigma2 plugins

Access discontinued tools and versions for archival or advanced troubleshooting purposes. This forum contains plugins that are no longer maintained or updated. Use these legacy files for reference or older systems with caution.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!