Enigma2 Bouquet & Picon Update Plugin

PHEONIX

Inactive User
Joined
Jul 14, 2009
Messages
1,049
Reaction score
484
ok first off i am not the author of this plugin, that honour goes to rossi2000 of DBUK. also i am posting this here in thedreambox section but it will work with any E2 system.

if you have any questions ask in a separate thread and reference this one and i will gladly pass them on for you. i will also keep this thread updated with future updates etc.

==================================================


Enigma2 Bouquet & Picon Update Plugin

thanks to silverfox and google for the assistance

transfer the attached file to /tmp/ and manuallly install it.

the ipk will automatically reboot your box after installation, it will now appear in the plugins menu (green button)

edit the .sh script in /usr/lib/enigma2/python/plugins/systemplugins/E2_Bouquet_Picon_Update with your file locations


enjoy

================
 
Enigma2 Bouquet & Picon Update Plugin

thanks to silverfox and google for the assistance

transfer the attached file to /tmp/ and manuallly install it.

the ipk will automatically reboot your box after installation, it will now appear in the plugins menu (green button)

this ipk will check if youve installed the previous version, if so, it will remove it and re-install the plugin and place a new script in /usr/script. if not, it will install as normal.

edit the .sh script in /usr/script with your file locations

UPDATED 08022011:-
cleaned the plugin directory of unneeded files, altered some code.
the script has now been moved to /usr/script, any script updates can be applied to this file, no need to re-install the plugin.
log file of bouquet updates created in /var/log



enjoy
 
you edit the .sh file to the location of the bouquets you want to use. this script will then transfere the bouquet to the box.
 
looking at the script, the file you link to has to be called enigma2.tar.gz as well?

ive played with this for an hour or so, but, since the first time it reloaded, my tuner has gone totally tits up. im using the same file for this, then refreshing via my own ppanel to see the differences it makes to the listings, heres my log

Code:
You don't have permission to view the code content. Log in or register now.

will probably have a good play on the weekend
 
Last edited:
looking at the script, the file you link to has to be called enigma2.tar.gz as well?

ive played with this for an hour or so, but, since the first time it reloaded, my tuner has gone totally tits up. im using the same file for this, then refreshing via my own ppanel to see the differences it makes to the listings, heres my log

Code:
You don't have permission to view the code content. Log in or register now.

will probably have a good play on the weekend

this is rossi's reply to your post mate.

his BQ is only pointing to a web address it needs the file on the end
eg: BQ=http://rats.tm800hd.co.uk/enigma2.tar.gz

if he is not using the picons he shud # out the BP Line:-
#BP=http://www.xxxx.co.uk/xxxx/picon.tar.gz
this will avoid looking for them



maybe i should also mention its prob best to stick with the naming conventions in the script otherwise you will have to edit quite a few things.
you need a folder called enigma2, inside this will be your bouquets, you need to tar.gz the enigma2 folder, so when the script extracts the enigma2.tar.gz it extracts it to a folder named enigma2 in /tmp/ its the same for picons.
 
i was looking at how the script runs, and have actually edited all references to enigma2 (once downloaded) and renamed to rats. ive only just got home, but did think last night that even though it extracts everything once downloaded, it dointo a folder that dont exist, so will further edit the script to actually decompress the downloaded file into a folder created within /tmp

the BQ follows the redirecting smaller link to the full url, including the file name, that works with no problems

Code:
You don't have permission to view the code content. Log in or register now.
 
rossi's reply

is he tarring a folder containing bouquets named rats into rats.tar.gz or just tarring the bouquet files into a rats.tar.gz?
it needs to be a folder

so when the script comes to untar it, it just extracts the tar as is to /tmp/ thus giving an enigma2 folder.
otherwise hed prob have to change his script to tar -xvzf enigma2.tar.gz /tmp/enigma2 or something i dont know.

this is all dependant on how he creates the tar.

ok to create a tar.gz for my script

make a folder called enigma2
drop your bouquet files into it,
then tar the enigma2 folder.
simples.
 
the file i download, is all the boquets in a tar.gz file created by the receiver itself, they are not in another folder within the compressed archive. The file that rats.tm800hd.co.uk links to is always the latest file as in the thread here, and also downloaded, unpacked and installed by using the Ppanel from the thread here.

i could edit the script to unpack the files into a folder created in /tmp called enigma2, but im finding that when i use the script to download the same known working file, is messes up the tuner configuration

ill upload the same file, but pack it into a folder called enigma2 first and play with the script just to make sure its not something im doing
 
Last edited by a moderator:
Not having any luck with this uploaded to seperate location to test but keeps failing at line 2:
Code:
You don't have permission to view the code content. Log in or register now.
 
Back
Top