PDA

View Full Version : Lraizer Autobouquets E2 UK Cable (archived thread)



abu baniaz
24-01-14, 18:37
This was done by Lraizer as a proof of concept project. It is script based instead of reader based. It does not read the lamedb file at the moment. He did say that it could be incorporated into the script based light edition of his satellite version. This could lead to lamdb being appended.

Please do not confuse this with Auto Bouquets Maker by the OE Alliance or the Satellite version by Lraizer.

Edit region code on file on PC using linux compatible editor such as Notepad++. Saves you having to do it every time. Windows Notepad and Wordpad are not linux compatible.
dvbsnoop is required for this script to run.
Transfer file to /tmp/ directory on receiver.
Chmod 755 the file
Ensure you are on an active channel cable channel
Enter following commands one by one in telnet

cd /tmp/
./autobouquets_c2.sh

lamedb and bouquet files will be created in the /tmp/ directory. Transfer them to /etc/enigma2/ (You will lose all existing channel data.)



this was just a little proof of concept prototype script to see how it could be done. if others want to take this and develop it any more, have fun!



EDIT: 02/05/2014
Lraizer used the following settings for the initial scan which did not require a cables.xml file (use your own net ID)

abu baniaz
03-05-14, 08:21
Here is a plugin of sorts. Transfer to normal plugin location (/usr/lib/enigma2/python/Plugins/Extensions/) and chmod 755. Script will need to be edited to use your netID. Reboot and you should have a plugin with no need for ftp afterwards.

Please backup your bouquets first. Saves having to rescan if things go wrong. If using a mutli tuner receiver, bear in mind you will lose all other services because lamedb is replaced.

abu baniaz
12-06-14, 20:06
This is Lraizer's 2014_06 _01 version. It requies DVBsnoop to be present and should be executed while on an active channel.

The Pure areas are not listed, use "first available".

EDIT: this is classed as Experimental.

abu baniaz
20-11-14, 20:26
Please try this one.

It is Lriazer's work, any credit goes to him.

We have done the following:
Added a check for dvbsnoop
Modified the bouquet names
Removed the channel number

Transfer to /tmp/ and install by using following command

opkg install /tmp/enigma2-plugin-extensions-autobouquets-c2lite_2014_11_20_all.ipk


You will need to install dvbsnoop using command

opkg install dvbsnoop


Plugin must be run while on an active cable channel.

Pure areas are not listed. Select "Any Pure Area"

abu baniaz
28-04-15, 02:47
18/4/2015
Sorted Radio bouquet issue. Thanks CG121
Created Interactive sports bouquet
Removed hidden channels

19/4/2015
Number being printed next to name is now configurable in script. Default is off
Added check for dvbsnoop in script

23/4/2015 Thanks CG121
Removed VOD adult chanenls
PPV Channels fixed

25/01/2016
includes some previous script mods by CG121
several fixes for irish compatibilty
added dynamic onid detection to script
added some known irish regions to plugin.py
"Cable" in bouquet names is configurable
some text edits