Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 8 123 ... LastLast
Results 1 to 15 of 117

Thread: Lraizer Autobouquets E2 UK Cable Support thread

  1. #1
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts

    Lraizer Autobouquets E2 UK Cable Support thread

    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.)

    Quote Originally Posted by LraiZer
    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)
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Peterj's Avatar
    Title
    ViX Beta Tester
    Join Date
    Jul 2013
    Location
    Veendam
    Posts
    1,264
    Thanks
    600
    Thanked 625 Times in 432 Posts
    It uses dvbsnoop. Unfortunately dvbsnoop is no part of the image anymore, as far as I can see.
    What I don't understand: the script is reading LCN from SDT table. But there is no LCN available. LCN in part of NIT, in the transportstream , descriptor 83.
    Sorry, I can't test it.

  3. #3

    Title
    Member
    Join Date
    Aug 2012
    Posts
    98
    Thanks
    122
    Thanked 26 Times in 17 Posts
    any updates/reviews on this? need an autobouqets plugin for cable

  4. #4
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    There is no update. It works. You just have to transfer the bouquets from /tmp/

  5. #5

    Title
    Member
    Join Date
    Aug 2012
    Posts
    98
    Thanks
    122
    Thanked 26 Times in 17 Posts
    Thanks will have a play about with this end of this week

  6. #6

    Title
    Member
    Join Date
    Aug 2012
    Posts
    98
    Thanks
    122
    Thanked 26 Times in 17 Posts
    ok ordered the miraclebox hd combo this morning, just a quick question guys on this script line 9. netid="a0 05" ... what do I change this to for the Stafford area? Stafford NTL, 00015 826250 6887

    I believe the net id is 00015, how to change for this script, help appreciated

  7. #7
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    You convert the decimal to hex. It should be "00 0f" for you.

    If it does not work, zap to the PVR_EPG channel and run the following command
    Code:
    dvbsnoop -n 500 0x10 >/tmp/10.txt
    dvbsnoop -n 500 0x11 >/tmp/11.txt
    When you read the file, it will show you the network id.

  8. #8
    josh_g's Avatar
    Title
    V.I.P
    Join Date
    Sep 2012
    Location
    UK
    Posts
    595
    Thanks
    182
    Thanked 279 Times in 105 Posts
    complete novice cable question here (always been sky!!)

    i have just moved into my brothers flat and set up my dish and sky and chucked his Virgin TiVo box in the wardrobe (bloody thing bleeps every time you do anything!!) it still has a card with valid subscription in it so would i be able to use either of my TM boxes to get the cable Channels like i do with sky or is something different needed?
    TM-Twin*1TB HD*VIX Helios*ABM*CrossEPG*OnDemand*Blue HD 3

    TM-Nano*VIX Helios*ABM*CrossEPG*OnDemand*Blue HD 3

    NO CARD SHARING TALK WILL BE TOLERATED



  9. #9

    Title
    Senior Member
    Join Date
    Dec 2011
    Posts
    269
    Thanks
    123
    Thanked 63 Times in 27 Posts
    hi, from Birmingham here looking to have a go at cable

    i see there is 2
    # 41011 (0xa033) "Birmingham 750"
    41015 (0xa037) "Birmingham TDN"

    sorry to ask but how would i add either to try ?

    Thanks

  10. #10
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by uscool View Post
    hi, from Birmingham here looking to have a go at cable

    i see there is 2
    # 41011 (0xa033) "Birmingham 750"
    41015 (0xa037) "Birmingham TDN"

    sorry to ask but how would i add either to try ?

    Thanks
    You wiull have to edit line 9. You can check the NET ID in the official receiver. Otherwise, try one at a time.
    netid="a0 33"
    netid="a0 37"

  11. #11

    Title
    Senior Member
    Join Date
    Dec 2011
    Posts
    269
    Thanks
    123
    Thanked 63 Times in 27 Posts
    Quote Originally Posted by abu baniaz View Post
    You wiull have to edit line 9. You can check the NET ID in the official receiver. Otherwise, try one at a time.
    netid="a0 33"
    netid="a0 37"
    will have a go at this when i have cable tuner arrive.

    Thanks

  12. #12

    Title
    Member
    Join Date
    Aug 2012
    Posts
    98
    Thanks
    122
    Thanked 26 Times in 17 Posts
    Quote Originally Posted by abu baniaz View Post
    You convert the decimal to hex. It should be "00 0f" for you.

    If it does not work, zap to the PVR_EPG channel and run the following command
    Code:
    dvbsnoop -n 500 0x10 >/tmp/10.txt
    dvbsnoop -n 500 0x11 >/tmp/11.txt
    When you read the file, it will show you the network id.
    Hi getting this result when entering command in telnet

    -sh: cd can't cd to /tmp/./autobouquets_cs.sh

    I did the dvbsnoop command as suggested and found this in the data? Original_network_ID: 61472 (0xf020) [= Cable and Wireless Communication | Cable and Wireless Communications]

  13. #13
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    One line at a time.

    You have also mistyped the second line.

  14. #14

    Title
    Member
    Join Date
    Aug 2012
    Posts
    98
    Thanks
    122
    Thanked 26 Times in 17 Posts
    Quote Originally Posted by abu baniaz View Post
    One line at a time.

    You have also mistyped the second line.
    That was my mistake not doing a line at a time, thanks. My fault rushing, thanks for your help!

  15. #15
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    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.
    Attached Files Attached Files

Page 1 of 8 123 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.