Swap SD channels for HD in FTA bouquet?

WhatBox

Newbie
in autobouquets maker you can choose to swap SD channels for HD in the Entertainment (main) bouquet but how do you generate one single FTA bouquet with SD channels swapped for HD? right now autobouquets maker creates a SD FTA bouquet and a FTA HD bouquet.
Also in the FTA bouquet there are many duplicated channels towards the end of the bouquet like channel 4 is displayed 5+ times, is there any way to remove duplicates of channels?

how does autobouquets maker swap the sd channels for hd in the entertainment bouquet? can this be replicated for any bouquet?
 
Also in the FTA bouquet there are many duplicated channels towards the end of the bouquet like channel 4 is displayed 5+ times, is there any way to remove duplicates of channels?
Disable not indexed

how does autobouquets maker swap the sd channels for hd in the entertainment bouquet? can this be replicated for any bouquet?
In the provider file, there is a section for swaps. It is not specific to the entertainment bouquet. See this thread for description of how swap works
http://www.techkings.org/threads/solved-channels-showing-in-secondary-but-not-in-all-channels
 
Disable not indexed


In the provider file, there is a section for swaps. It is not specific to the entertainment bouquet. See this thread for description of how swap works
http://www.techkings.org/threads/solved-channels-showing-in-secondary-but-not-in-all-channels
is there some way to do this the same way the sly bouquet is generated? what is different about autobouqetsmaker with the sly bouquet vs the freetoair bouquet? can this feature work with the fta bouquet too?
 
When you say "Free to air" bouquet, are you referring to the whole Terrestrial provider, or the FTA bouquet/section within sky provider? Or the whole set of bouquets for the provider that ABM creates?
 
Last edited:
I did find <swapchannels> in: /AutoBouquetsMaker/providers/sat_282_sky_uk.xml im guessing this can be replicated in the terrestrial_uk_freeview.xml file on my box.

The UK Terrestrial provider has its own swaps
Code:
    <swapchannels>
       <channel number="1" with="101"/>   <!-- BBC One HD -->
       <channel number="2" with="102"/>   <!-- BBC TWO HD -->
       <channel number="3" with="103"/>   <!-- ITV HD -->
       <channel number="4" with="104"/>   <!-- Channel 4 HD -->
       <channel number="5" with="105"/>   <!-- Channel 5 HD -->
       <channel number="9" with="106"/>   <!-- BBC FOUR HD -->
       <channel number="13" with="109"/>   <!-- Channel 4+1 HD -->
       <channel number="47" with="110"/>   <!-- 4seven HD -->
       <channel number="201" with="204"/>   <!-- CBBC HD -->
       <channel number="202" with="205"/>   <!-- CBeebies HD -->
       <channel number="231" with="107"/>   <!-- BBC NEWS HD -->
   </swapchannels>


You can only swap within a provider. [In the context of the terminology of the plugin]
If you want to add channels from one provider into another, that is called custom mix.
 
Back
Top