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 23 of 123 FirstFirst ... 1321222324253373 ... LastLast
Results 331 to 345 of 1841

Thread: UKCvS AutoBouquets E2 by LraiZer BETA.

  1. #331

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    265
    Thanks
    60
    Thanked 572 Times in 188 Posts
    here is latest plugin version for testing...

    have fun creating your own custom bouquets!

    i will probably need to add some modulation code to the NIT scanning in the script when BBC HD channels change later this week, so this version is to shake out any bugs over the next few weeks until i am able to test with the new bbc hd satellite changes.
    Last edited by LraiZer; 25-09-12 at 00:04. Reason: add info

  2. The Following 9 Users Say Thank You to LraiZer For This Useful Post:

    bassethound (25-09-12),givecredit (28-09-12),im85288 (25-09-12),judge (25-09-12),Larry-G (24-09-12),mick7575 (25-09-12),twol (25-09-12),ukbob (25-09-12),wiz569 (25-09-12)

  3. #332
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,935 Times in 12,378 Posts
    Quote Originally Posted by LraiZer View Post
    here is latest plugin version for testing...

    have fun creating your own custom bouquets!
    Muchas gracias amigo. I'll upload it to the first post now.
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  4. #333

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by LraiZer View Post
    here is latest plugin version for testing...

    have fun creating your own custom bouquets!
    Thanks, any changelog?

  5. #334

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    265
    Thanks
    60
    Thanked 572 Times in 188 Posts
    Quote Originally Posted by judge View Post
    Thanks, any changelog?
    its more of a change plugin than a changelog! there is info in the readme.txt in the archive and the help button in the plugin.
    if any credits are missing let me know and i will add them when i add the modulation code next week.

  6. The Following 4 Users Say Thank You to LraiZer For This Useful Post:

    bassethound (25-09-12),judge (25-09-12),Larry-G (25-09-12),Maxwell (25-09-12)

  7. #335

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by LraiZer View Post
    its more of a change plugin than a changelog! there is info in the readme.txt in the archive and the help button in the plugin.
    if any credits are missing let me know and i will add them when i add the modulation code next week.
    Thanks again, fantastic plugin.
    For any others that don't read readme.txt like me out of stupidity, hope you don't mind me uploading content of file here?
    Code:
    ====================================================
    AutoBouquets E2 for satellite 28.2E 
    Version date - 24th September 2012
    Created by LraiZer - www.ukcvs.org
    ====================================================
    
    Plugin Usage
    ----------------
    first perform a scan on 28.2e satellite so that you
    have the latest lamedb service file for 28.2 East.
    
    next zap to an active channel on 28.2e so that we can
    get dvbsnoop to read the bouquet data from the stream.
    
    now its time to select AutoBouquets E2 Plugin from the
    plugins menu and choose your nearest localized region.
    
    generated bouquets are prepended to any existing
    bouquets so your current bouquets are not overwritten.
    
    sit back and watch for a few minutes as your regional
    bouquets are read and generated direct from the stream.
    
    
    Tips
    ----------------
    if you want 1, 2, 3 button presses for BBC1, BBC2, ITV1.
    simply remove your "28.2E ---- UK Bouquets ---" bouquet.
    this will remove the official epg numbering and set your
    Entertainment bouquet channels to starting with 1, 2, 3.
    
    the Plugin does not re-create any bouquets that have been
    previously removed by the user. if for example you remove
    the adult bouquet, it will remain removed the next time
    you run the plugin and so remain child friendly updatable.
    you can set default option to create first bouquets again.
    
    changing the order of the bouquets also remains static and
    does not get re-ordered on subsequent runs. this will have
    to be done while not using the HD Bouquet settings option,
    or your offical numbering with not be correct and match up.
    
    when creating a custom.txt file for personal channel order,
    you can speed up this process by using only up to the last 
    channel number you wish to change. if last channel is 105,
    then your custom.txt would only require 101 through to 105.
    the default custom.txt example contains the full 101 to 999
    so that you have a complete channel number set to work from.
    this speed up example only requires a 101 - 105 : custom.txt
    
    101=101
    102=102
    103=105
    104=104
    105=103
    
    Prerequisites
    ----------------
    dvbsnoop binary is required in /usr/bin/ folder.
    frontend GUI should work on systems using Enigma2,
    backend script should work on most linux systems.
    
    script requires all the common busybox functions:
    grep, sed, cat, printf, wget, echo, mv, rm, date.
    plus busybox math support for arithmetic $((1+1))
    all these should be standard in your linux image.
    
    
    Manual Installation - AutoBouquets_E2.rar (archive)
    ---------------
    1) make sure you have dvbsnoop in your /usr/bin/
    
    2) place files onto engima2 box in relevant folders.
       make autobouquets_e2.sh executable (chmod 755)
    
    3) restart Enigma2 to reload AutoBouquets E2 plugin
    
    HOW TO: install required dvbsnoop on openpli image?
    telnet to your box and type the following command:
    
    opkg update && opkg install dvbsnoop 
    
    
    Version infos
    ---------------
    10-08-2012
     first version released to public for testing, this
     is totaly untested, so backup your files first! :)
    
    13-08-2012
     current bouquets are no longer overwritten. if not
     detected as already present in user bouquets, they
     are written to front to preserve official numbering.
     various other code fixes and imporvements also done.
    
    19-08-2012
     new GUI with help button for onbox readme.txt viewing.
     error checks added to stop box lockup on none active.
     added special handling of the sbo channels namespace.
     other file and error checking and various code fixes.
    
    21-08-2012
     added checks to make sure we only process 28.2E sat.
     also .ipk installer for mipsel with dvbsnoop depend.
     
    24-09-2012
     LraiZer:-
     auto update lamedb services using script NIT scanning.
     option to parentally control and make child friendly.
     option to add official channel numbering with names.
     option to use channel placeholder on none PLi images.
     option to be able to create the default bouquet set.
     option to be able to create free to air only bouquets.
     option to create customized channel ordered bouquets, 
     use example custom.txt in plugin folder to customize.
    
     AndyBlac:- OE-Alliance: https://github.com/oe-alliance/
                oe-alliance-plugins/tree/master/AutoBouquets
     new GUI, which will now remember and save your settings.
     option to keep official numbering with HD first bouquet.
     auto schedule for Daily, Weekly, Monthly at chosen time.
     perform a service scan before running script (optional).
     compatible with PLi based image placeholder skipping.
     compatible with iDreamX Bouquet Editor for Apple MAC.
     Thanks to ViX TEAM members for feedback and beta testing.
    
    ======================================================
      www.ukcvs.org thanks you for using AutoBouquets E2
      thanks to PaphosAL for plugin icon.   HAVE FUN!
    ======================================================

  8. The Following 3 Users Say Thank You to judge For This Useful Post:

    Larry-G (25-09-12),LraiZer (25-09-12),twol (25-09-12)

  9. #336

    Title
    Senior Member
    Join Date
    Aug 2011
    Posts
    135
    Thanks
    96
    Thanked 37 Times in 27 Posts
    Quote Originally Posted by LraiZer View Post
    its more of a change plugin than a changelog! there is info in the readme.txt in the archive and the help button in the plugin.
    if any credits are missing let me know and i will add them when i add the modulation code next week.
    This is awesome, thank you very much. The HD swap seems to work perfectly now with the exception of 105 still referring to the SD version of Channel 5. Apart from that, amazing work

    Edit - I changed the custom.txt located in /usr/lib/enigma2/python/Plugins/Extensions/AutoBouquets so that 105 points at 171 and 171 points at 105..uploaded it back, rebooted the box but still 105 accesses the SD version...any ideas??
    Last edited by im85288; 25-09-12 at 11:14.

  10. #337

    Title
    Forum Supporter
    Donated Member
    Join Date
    Sep 2010
    Posts
    793
    Thanks
    360
    Thanked 216 Times in 134 Posts
    First of all what a great plugin just one question to update the version i have installed to the latest version in post #1 do i uninstall first or just overwrite the current version Thanks
    VU+Duo2 5.2.025

  11. #338

    Title
    Senior Member
    Join Date
    Aug 2011
    Posts
    135
    Thanks
    96
    Thanked 37 Times in 27 Posts
    Quote Originally Posted by Alanp View Post
    First of all what a great plugin just one question to update the version i have installed to the latest version in post #1 do i uninstall first or just overwrite the current version Thanks
    If you just take the version from post 1 it automatically removes the older version when your installing it.

  12. The Following User Says Thank You to im85288 For This Useful Post:

    Alanp (25-09-12)

  13. #339
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,262
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    But make sure the two versions from the feeds and from this post don't mix.

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

  14. #340

    Title
    Senior Member
    Join Date
    Jun 2011
    Posts
    186
    Thanks
    60
    Thanked 50 Times in 19 Posts
    Quote Originally Posted by delboy13 View Post
    is this script picking up channel 854 which is star plus hd am using vix version with hd swap selected and that channel is missing
    tried lraizer script and it picks up channel but vix version doesn't

  15. #341

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    265
    Thanks
    60
    Thanked 572 Times in 188 Posts
    Quote Originally Posted by im85288 View Post
    This is awesome, thank you very much. The HD swap seems to work perfectly now with the exception of 105 still referring to the SD version of Channel 5. Apart from that, amazing work

    Edit - I changed the custom.txt located in /usr/lib/enigma2/python/Plugins/Extensions/AutoBouquets so that 105 points at 171 and 171 points at 105..uploaded it back, rebooted the box but still 105 accesses the SD version...any ideas??
    yes, your procedure is the wrong way round...
    you need to first edit your custom.txt file and THEN run the plugin to generate the channels in your new customized order.

  16. The Following 2 Users Say Thank You to LraiZer For This Useful Post:

    im85288 (25-09-12),Larry-G (25-09-12)

  17. #342

    Title
    Forum Supporter
    Donated Member
    Join Date
    Mar 2012
    Posts
    301
    Thanks
    81
    Thanked 40 Times in 32 Posts
    Not sure if I am doing something wrong but I set my area to East Midlands HD and yes to HD first bouquet but the HD channels for Bbc, itv, channel 4 and 5 didn't swap. Other hd channels seem ok.
    Last edited by danivtec; 26-09-12 at 15:57.

  18. #343

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    265
    Thanks
    60
    Thanked 572 Times in 188 Posts
    the official epg has no HD swap for the main 5 channels. this latest version now has a custom mode, so that you can create your own channel ordering.

    set "Custom Channel Order = yes" and edit your custom.txt file in /usr/lib/enigma2/python/Plugins/Extensions/AutoBouquets/ to swap any channels you want. i have already added a couple of the main 5 channels in your custom.txt file as an example how to do this.

  19. #344

    Title
    Senior Member
    Join Date
    Feb 2012
    Location
    Rojales, Alicante, Spain
    Posts
    116
    Thanks
    8
    Thanked 12 Times in 12 Posts
    BBC 1 HD and BBC HD appear to have moved, I ran the plugin but no joy, anybody know where they have moved to. I know its to do with the DSO in a few weeks as friend in the BBC the 4 new HD feeds where to go live from today for the new regions.

  20. #345
    Mr. Mister's Avatar
    Title
    Moderator
    Donated Member
    Join Date
    Jul 2010
    Location
    Northern Ireland
    Posts
    4,936
    Thanks
    4,825
    Thanked 2,677 Times in 1,190 Posts
    As yet.. i dont think they have moved.. At least.. Not in the official list..

Page 23 of 123 FirstFirst ... 1321222324253373 ... 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.