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.
Results 1 to 9 of 9

Thread: ABM custom LCN file

  1. #1
    Peterj's Avatar
    Title
    ViX Beta Tester
    Join Date
    Jul 2013
    Location
    Veendam
    Posts
    1,264
    Thanks
    600
    Thanked 625 Times in 432 Posts

    ABM custom LCN file

    In next build (after build 55) ABM will have the option of making a custom LCN file.
    Read the README.txt in /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/src/custom

  2. The Following 8 Users Say Thank You to Peterj For This Useful Post:

    abu baniaz (12-10-14),bbbuk (12-10-14),duoduo (13-10-14),grahammcm1888 (13-10-14),judge (12-10-14),khan888 (12-10-14),mcquaim (12-10-14),s31teg (13-10-14)

  3. #2

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    612
    Thanked 418 Times in 270 Posts
    Thanks for letting us know.

    Does this mean that I would be able to add Setanta Sports from RoI within either provider Sky UK or even better Sky UK ZZL?

  4. #3
    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 cannot mix channels from different providers.
    You can make your own order of channels and custom channel numbers in the bouquet of that provider.
    ABM is made to make a bouquet for a provider. That has not changed.

  5. The Following User Says Thank You to Peterj For This Useful Post:

    bbbuk (13-10-14)

  6. #4
    duoduo's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2013
    Location
    North West Seaside
    Posts
    2,006
    Thanks
    645
    Thanked 389 Times in 309 Posts
    Hi Peter, will you be posting a tutorial (sticky) on how to do this shortly?
    Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options

    If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me

  7. #5
    Peterj's Avatar
    Title
    ViX Beta Tester
    Join Date
    Jul 2013
    Location
    Veendam
    Posts
    1,264
    Thanks
    600
    Thanked 625 Times in 432 Posts
    Code:
    ABM is making an example file for each provider which is scanned by ABM, e.g. 'EXAMPLE_sat_freesat_CustomLCN.xml'.
    Making your own custom LCN file just delete the 'EXAMPLE_' is the name of the file (sat_freesat_CustomLCN.xml). 
    This file will overwrite the ordering of channels ABM is doing normally in the MAIN bouquet.
    
    How to change the file.
    Just cut and past the line into the order you wants.
    DO NOT use channels more then 1 time in the list!!
    
    Don't forget to add the custom folder into the backup files.
    
    example original:
    <custom>
    	<lcnlist>
    		<configuration lcn="101" channelnumber="101" description="BBC One Lon"></configuration>
    		<configuration lcn="102" channelnumber="102" description="BBC Two HD"></configuration>
    		<configuration lcn="103" channelnumber="103" description="ITV"></configuration>
    		<configuration lcn="104" channelnumber="104" description="Channel 4"></configuration>
    		<configuration lcn="105" channelnumber="105" description="Channel 5"></configuration>
    		<configuration lcn="106" channelnumber="106" description="BBC Three HD"></configuration>
    		<configuration lcn="107" channelnumber="107" description="BBC Four HD"></configuration>
    		<configuration lcn="108" channelnumber="108" description="BBC One HD"></configuration>
    		<configuration lcn="109" channelnumber="109" description="BBC Two Eng"></configuration>
    		<configuration lcn="110" channelnumber="110" description="BBC ALBA"></configuration>
    
    *Swap channels.*		
    If you want to swap ITV (103) with BBC Three HD (106) cut and past both lines.
    <custom>
    	<lcnlist>
    		<configuration lcn="101" channelnumber="101" description="BBC One Lon"></configuration>
    		<configuration lcn="102" channelnumber="102" description="BBC Two HD"></configuration>
    		<configuration lcn="106" channelnumber="106" description="BBC Three HD"></configuration>
    		<configuration lcn="104" channelnumber="104" description="Channel 4"></configuration>
    		<configuration lcn="105" channelnumber="105" description="Channel 5"></configuration>
    		<configuration lcn="103" channelnumber="103" description="ITV"></configuration>
    		<configuration lcn="107" channelnumber="107" description="BBC Four HD"></configuration>
    		<configuration lcn="108" channelnumber="108" description="BBC One HD"></configuration>
    		<configuration lcn="109" channelnumber="109" description="BBC Two Eng"></configuration>
    		<configuration lcn="110" channelnumber="110" description="BBC ALBA"></configuration>
    Now change the lcn numbers. lcn numbers must be in order!!
    <custom>
    	<lcnlist>
    		<configuration lcn="101" channelnumber="101" description="BBC One Lon"></configuration>
    		<configuration lcn="102" channelnumber="102" description="BBC Two HD"></configuration>
    		<configuration lcn="103" channelnumber="106" description="BBC Three HD"></configuration>
    		<configuration lcn="104" channelnumber="104" description="Channel 4"></configuration>
    		<configuration lcn="105" channelnumber="105" description="Channel 5"></configuration>
    		<configuration lcn="106" channelnumber="103" description="ITV"></configuration>
    		<configuration lcn="107" channelnumber="107" description="BBC Four HD"></configuration>
    		<configuration lcn="108" channelnumber="108" description="BBC One HD"></configuration>
    		<configuration lcn="109" channelnumber="109" description="BBC Two Eng"></configuration>
    		<configuration lcn="110" channelnumber="110" description="BBC ALBA"></configuration>
    		
    *Remove channels.*
    Removing channels, just delete the line.
    NOTE: All channels not configured in the custom xml will be added at the end of the main bouquet.
    This way also new services (channels) of the provider are added at the end of the main bouquet.
    
    *Changing 'channel numbers'.*
    If you wants your own numbering, edit the lcn numbers. lcn numbers must be in order!!
    <custom>
    	<lcnlist>
    		<configuration lcn="1" channelnumber="101" description="BBC One Lon"></configuration>
    		<configuration lcn="2" channelnumber="102" description="BBC Two HD"></configuration>
    		<configuration lcn="3" channelnumber="103" description="ITV"></configuration>
    		<configuration lcn="4" channelnumber="104" description="Channel 4"></configuration>
    		<configuration lcn="5" channelnumber="105" description="Channel 5"></configuration>
    		<configuration lcn="6" channelnumber="106" description="BBC Three HD"></configuration>
    		<configuration lcn="7" channelnumber="107" description="BBC Four HD"></configuration>
    		<configuration lcn="8" channelnumber="108" description="BBC One HD"></configuration>
    		<configuration lcn="9" channelnumber="109" description="BBC Two Eng"></configuration>
    		<configuration lcn="10" channelnumber="110" description="BBC ALBA"></configuration>
    NOTE: Be aware of correct sections in the provider xml.
    e.g.
    	<sections>
    		<section number="101">Entertainment</section>
    		<section number="200">News and Sport</section>
    		<section number="300">Movies</section>
    		<section number="400">Lifestyle</section>
    		<section number="500">Music</section>
    		<section number="600">Children</section>
    		<section number="650">Special Interest</section>
    		<section number="800">Shopping</section>
    		<section number="870">Adult</section>
    		<section number="950">Regional</section>
    	</sections>
    Your lcn numbering should match sections. In this example you can add a custom section.
    	<sections>
    		<section number="1">Custom list</section>
    		<section number="101">Entertainment</section>
    		<section number="200">News and Sport</section>
    		<section number="300">Movies</section>
    		<section number="400">Lifestyle</section>
    		<section number="500">Music</section>
    		<section number="600">Children</section>
    		<section number="650">Special Interest</section>
    		<section number="800">Shopping</section>
    		<section number="870">Adult</section>
    		<section number="950">Regional</section>
    	</sections>

  8. The Following User Says Thank You to Peterj For This Useful Post:

    pembo (13-10-14)

  9. #6

    Title
    Senior Member
    Join Date
    Nov 2014
    Posts
    114
    Thanks
    33
    Thanked 4 Times in 3 Posts
    i can do that with dream box
    Setanta Ireland-16112014-912.jpg

  10. #7
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by skeggylad2 View Post
    i can do that with dream box
    Then please carry on with what you are happy with.

    This new feature is for those who don't want to keep editing. ABM will make the changes in the LCN during execution. Does not do bouquets yet.

  11. #8
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Quote Originally Posted by bbbuk View Post
    Does this mean that I would be able to add Setanta Sports from RoI within either provider Sky UK or even better Sky UK ZZL?
    What Peter says above is true. You "cannot mix channels from different providers", but the data for Sky UK and Sky RoI comes from the same DVB table so a mix and match is now possible after some recent changes. Just go into expert mode, set extra channels to yes, and pick one of the custom regions and the channels will automatically appear.

    Or alternatively make your own provider's file and add your own rules.
    Last edited by Huevos; 08-05-15 at 08:27.
    Help keep OpenViX servers online.Please donate!

  12. #9
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    If you just want to move a handful of channels around, recent changes make it possible to make partial CustomLCN files. Just add the new channel number under "lcn" and the current channel number under "channelnumber". "description" is just there to make the file more human friendly but plays no part in the outcome. And as above, this is to move channels within one provider, not to create lists that contain multiple providers. Here is an example...

    Code:
    <custom>
    	<include>yes</include>
    	<lcnlist>
    		<configuration lcn="178" channelnumber="103" description="ITV"></configuration>
    		<configuration lcn="103" channelnumber="178" description="ITV HD"></configuration>
    	</lcnlist>
    </custom>
    Last edited by Huevos; 08-05-15 at 08:39.
    Help keep OpenViX servers online.Please donate!

  13. The Following User Says Thank You to Huevos For This Useful Post:

    Peterj (08-05-15)

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.