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 15 of 15

Thread: Removing unwanted channels from ABM

  1. #1

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts

    Removing unwanted channels from ABM

    Hello I am new here
    I have today setup my vu+ solo2 and ran ABM.
    I live abroad so cant receive BBC ITV etc
    Is there a way to remove them permanently from the bouquet,I tried to delete them from the bouquet but they returned when ABM ran again.
    Thanks in Advance

  2. #2
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,413
    Thanks
    6,462
    Thanked 9,172 Times in 6,246 Posts
    Yes, use the custom mix file. Use the delete function.

    This entry will delete channel 101.
    Code:
    <deletes>
        <delete target="101"></delete>
    </deletes>
    Have a look at the stick thread for further details.
    http://www.world-of-satellite.com/sh...tes-List-Hacks

  3. The Following User Says Thank You to abu baniaz For This Useful Post:

    paulfg (09-03-16)

  4. #3

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts
    thanks ,so if I understand correct I add the
    <deletes>
    <delete target="101"></delete>
    </deletes>

    where bbc is channel 101 in the read me file here

    /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom/README.txt

    I assume I can open and edit the readme.txt using notepad and FTP

    Do I need to do anything to tell the ABM to use the custom mix

    sorry for all the questions its all a bit new to me

  5. #4

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts
    ok so the read me file is just that a read me document.I assume I must make an entry like this

    <deletes>
    <delete target="101"></delete>
    </deletes>
    do I then do the same again
    <deletes>
    <delete target="102"></delete>
    </deletes>
    for channel number 102 or is it <delete target="101"><"102"></delete>


    can some one please tell me in simple terms what I need to do ,I have looked at the linked sticky above but am none the wiser

  6. #5
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,413
    Thanks
    6,462
    Thanked 9,172 Times in 6,246 Posts
    You need to create a custom mix file and place it in the custom folder within ABM folder. Provided file is named correctly, ABM will just use it.

    The readme file is for reading.

    Example file here
    http://www.world-of-satellite.com/sh...Hacks-Examples

  7. The Following User Says Thank You to abu baniaz For This Useful Post:

    paulfg (09-03-16)

  8. #6

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts
    thank you so it would be

    "sat_282_sky_uk_CustomMix.xml"

    Do I use the" marks before and after I assume not

    also the deletes what is the correct line again using channels 101 102 103 etc as an example
    <deletes>
    <delete target="101"></delete>
    <delete target="102"></delete>
    <delete target="103"<>/delete>
    </deletes>



    sorry to be such a numpty this is all new to me
    Last edited by paulfg; 09-03-16 at 22:05.

  9. #7
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,413
    Thanks
    6,462
    Thanked 9,172 Times in 6,246 Posts
    here is an attachment with three lines added. Extracted/unzipped file goes in

    /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom
    Attached Files Attached Files

  10. The Following User Says Thank You to abu baniaz For This Useful Post:

    paulfg (09-03-16)

  11. #8

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts
    so I can create a file like this just replacing 101,102 with the correct channel numbers labeled sat_282_sky_irl_CustomMix as I want to ABM irish channels and save it as a text doc

    <custommix>

    <inserts> </inserts>


    -<deletes>

    <delete target="101"/>

    <delete target="102"/>

    <delete target="103"/>

    </deletes>

    </custommix>
    Last edited by paulfg; 09-03-16 at 22:43.

  12. #9
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,413
    Thanks
    6,462
    Thanked 9,172 Times in 6,246 Posts
    1. Rename the file from "sat_282_sky_uk_CustomMix.xml" to "sat_282_sky_irl_CustomMix.xml"
    2. Amend/add the channel numbers to what you want to delete
    3. File must remain as an .xml. If you change to .txt, process will not work.

    You must use a linux compatible file editor like "Notepad++" Do not use windows Notepad or wordpad

  13. #10

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts
    only just read your message re notepad

    will it work if I cut and paste from notepad to notepad++

    I have opened your zip ,extracted and saved in notepad I would rather not redo it all

  14. #11
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,413
    Thanks
    6,462
    Thanked 9,172 Times in 6,246 Posts
    It will work provided layout is correct.

    Try it, only one way to find out.

  15. The Following User Says Thank You to abu baniaz For This Useful Post:

    paulfg (10-03-16)

  16. #12

    Title
    Member
    Join Date
    Feb 2016
    Posts
    82
    Thanks
    18
    Thanked 5 Times in 5 Posts
    well I tried it and it worked
    I just want to say thank you

  17. The Following User Says Thank You to paulfg For This Useful Post:

    Bangord30 (10-03-16)

  18. #13

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jan 2016
    Posts
    533
    Thanks
    2,093
    Thanked 113 Times in 103 Posts
    Well done guys. Abu, do you recommend deleting bbc three and extreme sports on the cable side and add in racing UK hd?

    Sent from my HTC Desire 610 using Tapatalk

  19. #14
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,413
    Thanks
    6,462
    Thanked 9,172 Times in 6,246 Posts
    Quote Originally Posted by Bangord30 View Post
    Well done guys. Abu, do you recommend deleting bbc three and extreme sports on the cable side and add in racing UK hd?

    Sent from my HTC Desire 610 using Tapatalk
    If you remove the channel using the custom mix file, when a new channel is assigned the slot, it won't appear.

  20. The Following User Says Thank You to abu baniaz For This Useful Post:

    Bangord30 (13-03-16)

  21. #15

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jan 2016
    Posts
    533
    Thanks
    2,093
    Thanked 113 Times in 103 Posts
    Cheers mate, that's what worried me. I've kept the original back so until I hear I'm missing something I'll use my amended one . Thanks for confirming that...

    Sent from my HTC Desire 610 using Tapatalk

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.