IPTV Bouquet Maker

Stans247

Member
Hi guys i was wondering if any of you know how do i update my version of IPTV bouquet maker?

My supplier sent me a script to run via putty or terminal and the version seems old and not that stable.

rm -f /etc/enigma2/e2m3u2bouquet/config.xml && wget -O /tmp/config.xml "https://www.dropbox.com/s/ha029arpu0yisc7/providerconfig.txt?dl=1" && sed -i 's/uuuuu/USERNAME'/g /tmp/config.xml && sed -i 's/ppppp/PASSWORD'/g /tmp/config.xml && opkg install --force-reinstall "https://github.com/su1s/e2m3u2bouqu...plugin-extensions-e2m3u2bouquet_0.7.7_all.ipk" && reboot

I am sure there is an newer version for the plugin.
 
Hi guys i was wondering if any of you know how do i update my version of IPTV bouquet maker?

My supplier sent me a script to run via putty or terminal and the version seems old and not that stable.

rm -f /etc/enigma2/e2m3u2bouquet/config.xml && wget -O /tmp/config.xml "https://www.dropbox.com/s/ha029arpu0yisc7/providerconfig.txt?dl=1" && sed -i 's/uuuuu/USERNAME'/g /tmp/config.xml && sed -i 's/ppppp/PASSWORD'/g /tmp/config.xml && opkg install --force-reinstall "https://github.com/su1s/e2m3u2bouqu...plugin-extensions-e2m3u2bouquet_0.7.7_all.ipk" && reboot

I am sure there is an newer version for the plugin.
That is suls on an older version plugin,There is another way to get it working
 
Plugin feeds normally have latest plugin so try uninstall. Menu, plugins red to remove plugins, extensions E2m3u2bouquet.

Now see what's on feeds menu, plugins green to install plugins, extensions E2m3u2bouquet 0.8.2 should be latest on image feeds

If not you can install latest via command line this seems to have been released a few days ago
Code:
opkg install --force-reinstall "https://github.com/su1s/e2m3u2bouquet/releases/download/v0.8.3/enigma2-plugin-extensions-e2m3u2bouquet_0.8.3_all.ipk"

The config.xml you have should save.
 
Look on suls forum for support if you are going to use the script method,Just google suls and it will take you there but as stated there are other options if you need any further help

Plugin feeds normally have latest plugin so try uninstall. Menu, plugins red to remove plugins, extensions E2m3u2bouquet.

Now see what's on feeds menu, plugins green to install plugins, extensions E2m3u2bouquet 0.8.2 should be latest on image feeds

If not you can install latest via command line this seems to have been released a few days ago
Code:
opkg install --force-reinstall "https://github.com/su1s/e2m3u2bouquet/releases/download/v0.8.3/enigma2-plugin-extensions-e2m3u2bouquet_0.8.3_all.ipk"

The config.xml you have should save.
I have managed to get jedi to work with all suppliers dsayers.
 
Jedimaker is a good alternative to IPTV bouquet maker-thanks to moshibeth for pointing me in the right direction
 
Back
Top