PDA

View Full Version : [ABM-MISC] Can we add the Irish sky sports 5 channel to the sat_282_sky_uk.xml



dsayers
05-08-16, 18:13
Hi is sky sports 5 for Ireland going to be added to the sat_282_sky_uk.xml in time for the season? I know i can add it to the custommix.xml but don't see the need if its going to be added to the sat_282_sky_uk.xml file ive tried adding it myself but couldn't work it out thanks


channels_to_add_by_id = {
1251: 161, # RTE One
1252: 162, # RTE2
1253: 163, # TG4
5122: 423, # eir Sport 1 (also 3601)
5123: 424, # eir Sport 2 (also 4551)
5311: 428, # Premier Sports
5152: 460, # eir Sport 2 HD (also 5154)
5153: 462, # Premier HD
1257: 574, # Oireachtas TV
2804: 578, # RTE News Now
1256: 635, # RTEjr
1312: 408 # Sky Sports 5 Roi
}


EDIT 20 Aug 2016: See this post
http://www.world-of-satellite.com/showthread.php?52721-Can-we-add-the-Irish-sky-sports-5-channel-to-the-sat_282_sky_uk-xml&p=413945&viewfull=1#post413945

Larry-G
05-08-16, 18:42
There not technically part of the official sky UK channel lineup so why should they be included by default ?.

Sent from my SM-G930F using Tapatalk

dsayers
05-08-16, 18:52
Because of the 3pm kickoff games so a temporary add maybe better. Once the season starts how many posts do you think there will be to add roi sports channels? preparing for the season and temporary adding it will help stop the multiple threads asking how to get it once the season is finished then remove it.

abu baniaz
05-08-16, 19:23
We already add a few unofficial channels. The Purists won't see most of them. Only those who use the "custom" regions.

dsayers
05-08-16, 19:28
I know that but i also have a sat box that uses custom region that i don't use a custommix.xml plus there maybe more request when the season starts. A temporary add to the sat_282_sky_uk.xml maybe better but if not thats fine ill use a custommix.xml

Andy_Hazza
05-08-16, 19:30
I've used a CustomMix file to put Sky Sports 5 ROI into Sky UK Sports Bouquet. As a test I've put it to Channel 499 (bottom)


Sent from my iPhone using Tapatalk

dsayers
05-08-16, 19:38
Yes the custommix.xml works on my sat/cable mix but i wanted to know if it was going to be added to the sat_282_sky_uk.xml before I create another custommix.xml for my sat box

Huevos
05-08-16, 23:50
No, it's not going to be added as a default channel. It is in the not indexed section if you have that enabled. If you want to move it do it by channel id in CustomMix.

dsayers
05-08-16, 23:56
Thanks for the reply i will just use inserts

Huevos
06-08-16, 00:12
If you ste going to use inserts you need to scsnRoI too and inport it from there.

dsayers
06-08-16, 00:14
yes thats what im going to do. how would I move it by channel id?

dsayers
07-08-16, 15:09
Ok ive added sky sports roi 1 to 5 via inserts and found a hack to add roi at the end 49399

Willmoore
07-08-16, 19:23
Ok ive added sky sports roi 1 to 5 via inserts and found a hack to add roi at the end 49399

Does this go in the ABM > Custom folder or ABM > Providers folder ?

dsayers
07-08-16, 19:28
Custom folder you'll also need to add the new pyo files from here http://www.world-of-satellite.com/showthread.php?52580-Channel-Number-Hack-plus-HD-Swap post 4

Huevos
08-08-16, 00:46
how would I move it by channel id?There are a few ways you could do it. Here is one of them.

Not Indexed = "yes" in the configure menu.
Sky UK = "yes" in the providers menu.
Sky RoI = "no" in the providers menu.


<custommix>

<hacks>
<![CDATA[

SS_ROI_ID = [1309, 1308, 1323, 1324, 1312]
for service in sorted(customised["video"].keys()):
if "channel_id" in customised["video"][service] and customised["video"][service]["channel_id"] in SS_ROI_ID:
customised["video"][service]["interactive_name"] = "Sky Sports %d RoI" % (SS_ROI_ID.index(customised["video"][service]["channel_id"]) + 1)
customised["video"][441 + SS_ROI_ID.index(customised["video"][service]["channel_id"])] = customised["video"][service]
del customised["video"][service]

]]>

</hacks>
</custommix>

49402

dsayers
08-08-16, 00:49
Thanks for the info that will make channel scanning faster

Sent from my SM-G925F using Tapatalk

dsayers
08-08-16, 01:21
I've just tried this on my sat/ cable mix but only with sky sports 5 on 439 its sort have worked but names it as sky sports 1 RoI and doesn't display the channel numbers this is my custom.xml https://github.com/davesayers2014/AutoBouquetsMaker/blob/master/AutoBouquetsMaker/providers/sat_282_sky_uk_CustomMix.xml the channel numbers displays on the other channels but not sky sports 1 RoI

Huevos
08-08-16, 01:56
Try to figure it out. It is the only way to learn. You just need to figure out the correct order for things to run and then it will work right. If you are still stuck tomorrow I'll have a look.

lincsat
08-08-16, 03:11
I believe that 1097 is also SS5 ie, so you may want to add that to the list

abu baniaz
08-08-16, 06:14
With regards to numbers that are shown using the custom mix file, it is the number that the channel has on the satellite data, not the position of channel in your bouquets.

If you are not meant to have the channel in your region, it is unlikely to have a logical channel number (LCN). If so, no number will be displayed.







Sent from my XT1032 using Forum Fiend v1.3.3.

Huevos
08-08-16, 07:30
The 5 IDs in my list are the ones RoI bouquet use.

Willmoore
08-08-16, 08:33
Custom folder you'll also need to add the new pyo files from here http://www.world-of-satellite.com/showthread.php?52580-Channel-Number-Hack-plus-HD-Swap post 4

I've done as you said and Sky 5 roi scanned in along with the other Sky channels - so,all good there. I now have a problem with picons. They are not displaying in the Sky uk bouquets but are displaying in the irish bouquets. i have done this mod on two boxes with the same result.

abu baniaz
08-08-16, 09:16
Do you have picons with matching name or service reference?

Sent from my XT1032 using Forum Fiend v1.3.3.

Willmoore
08-08-16, 09:53
Matching name - I use MK's picons.

Willmoore
08-08-16, 10:36
I have restored a backup image - still the same. I have done a factory reset (twice) but as soon as i rescan the picons dissappear from the UK bouquets but remain in the ROI bouquets. In the end I removed the custom file and all the picons display correctly. So, it appears the custom file is causing a problem.

dsayers
08-08-16, 12:06
the custom file adds channel numbers so snp picons wont work but srp picons will

dsayers
08-08-16, 12:11
I believe that 1097 is also SS5 ie, so you may want to add that to the list

I used 1312 and its showing the same listings as the cable version apart from cable is showing footballs greatest and the roi ones showing Gerrard footballs greatest

Andy_Hazza
08-08-16, 12:23
the custom file adds channel numbers so snp picons wont work but srp picons will

I have added Sky Sports 5 Roi to my listing via CustomMix and my Sky Sports 5 Picon (All SNP) shows ok.


Sent from my iPhone using Tapatalk

dsayers
08-08-16, 12:26
No he's using my custom.xml from post 12 and im using the the hacks code for channel numbers on epg

Sent from my SM-G925F using Tapatalk

abu baniaz
08-08-16, 12:28
the custom file adds channel numbers so snp picons wont work but srp picons will
SNP will work. they need to have numbers to them too. So one picon with no number and a symlink with number or copy with number added.

bbconelon.png
101bbconelon.png

You can run AB 28.2 once with your picon settings and it will create sym links for you.

Sent from my XT1032 using Forum Fiend v1.3.3.

femilovechild
08-08-16, 12:39
Sorry if this has been asked, but, would the SKY SPORTS 5 ROI come by default under the ROI bouquet for those of us who select both UK and ROI in the AutoBouquetMaker, or we have to do the whole customlist stuff you guys are talking about? Thanks in advance.

dsayers
08-08-16, 12:46
SNP will work. they need to have numbers to them too. So one picon with no number and a symlink with number or copy with number added.

bbconelon.png
101bbconelon.png

You can run AB 28.2 once with your picon settings and it will create sym links for you.

Sent from my XT1032 using Forum Fiend v1.3.3.

Thanks for that ive been using a plugin you've added to create system links some work some dont ill have a look at ab 28.2

abu baniaz
08-08-16, 12:47
It will be in the ROI bouquets as standard

Sent from my XT1032 using Forum Fiend v1.3.3.

Andy_Hazza
08-08-16, 12:52
Sorry if this has been asked, but, would the SKY SPORTS 5 ROI come by default under the ROI bouquet for those of us who select both UK and ROI in the AutoBouquetMaker, or we have to do the whole customlist stuff you guys are talking about? Thanks in advance.

If you want to add the Irish equivalents within the UK Sky listing you will need to create a CustomMix xml file etc


Sent from my iPhone using Tapatalk

lincsat
08-08-16, 12:53
The 5 IDs in my list are the ones RoI bouquet use.


I used 1312 and its showing the same listings as the cable version apart from cable is showing footballs greatest and the roi ones showing Gerrard footballs greatest

1097 is showing the EPL on Saturday at 14:30 on it's EPG. It is relatively new, so good chance Sky will switch to the new service (like they do). I would suggest that you add both until we see which is actually used, it could be one is for pubs, but worth having both available.

Huevos
08-08-16, 15:19
1097 is showing the EPL on Saturday at 14:30 on it's EPG. It is relatively new, so good chance Sky will switch to the new service (like they do). I would suggest that you add both until we see which is actually used, it could be one is for pubs, but worth having both available.1312 is what users of an RoI Sky card and box will receive. Maybe 1097 is for pubs.

dsayers
08-08-16, 15:27
using the hack that you provided to lincsat in the other thread adds it as Sky Sports 5 IE at the bottom of the sports bouquet but its the same it doesnt display the channel number

49414

this is what i have


<hacks>
<![CDATA[

for number in customised["video"].keys():
customised["video"][number]["number"] = number

# swap channel numbers. Only swaps number. Channel swap is still done in bouquetwriter.py
if providerConfig.isSwapChannels() and "swapchannels" in providers[section_identifier] and len(providers[section_identifier]["swapchannels"]) > 0 and "preferred_order" in providers[section_identifier]["swapchannels"][0]:
for swaprule in providers[section_identifier]["swapchannels"][0]["preferred_order"]:
if swaprule[0] in services[section_identifier]["video"] and swaprule[1] in services[section_identifier]["video"] and services[section_identifier]["video"][swaprule[1]]["service_type"] >= 17:
customised["video"][swaprule[0]]["number"] = swaprule[1]
customised["video"][swaprule[1]]["number"] = swaprule[0]

for service in sorted(customised["video"].keys()):
if service in range(1,1000):
if "interactive_name" in customised["video"][service]:
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["interactive_name"]
else:
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["service_name"]

rename = {
# ITV regions
3527: "STV Edinburgh",
5070: "STV Glasgow",
6210: "STV North (Grampian)",
6220: "STV Scottish West",
6325: "STV North (Dundee)",

# Sky Sports Ireland
1312: "Sky Sports 5 IE",
1097: "Sky Sports 5 IE",
}

channels_to_add_by_id = {
1251: 286, # RTE One
2808: 287, # RTE One+1
1252: 288, # RTE2
1255: 290, # TV3
1025: 291, # TV3+1
1253: 292, # TG4
3615: 293, # 3e
1257: 296, # Oireachtas TV
2804: 295, # RTE News Now
1256: 294, # RTEjr
5315: 993, # "Made In Bristol"
5537: 994, # "Made In Leeds"
5536: 995, # "Made In Cardiff"
5043: 996, # "Made In Tn&Wr"
5421: 997, # "Notts TV"
5090: 990, # "London Live"
5070: 991, # "STV Glasgow"
3527: 992, # "STV Edinburgh"
1097: 499, # "Sky Sports 5 IE"
}

# Channel renames
for service in sorted(customised["video"].keys()):
if "channel_id" in customised["video"][service] and customised["video"][service]["channel_id"] in rename:
customised["video"][service]["interactive_name"] = rename[customised["video"][service]["channel_id"]]

# Add channels by ID
for service in sorted(customised["video"].keys()):
if "channel_id" in customised["video"][service] and customised["video"][service]["channel_id"] in channels_to_add_by_id:
customised["video"][channels_to_add_by_id[customised["video"][service]["channel_id"]]] = customised["video"][service]
del customised["video"][service]

]]>


</hacks>

Huevos
08-08-16, 15:45
That hack was based on his code. I didn't change the code much. I just changed it to get it working so it was easy to understand why his original didn't work.

dsayers
08-08-16, 15:52
this is using inserts from post 12

49415


<custommix>

<inserts>
<insert provider="sat_282_sky_irl" source="401" target="441"></insert> <!-- Sky Sports 1 Ireland -->
<insert provider="sat_282_sky_irl" source="402" target="442"></insert> <!-- Sky Sports 2 Ireland -->
<insert provider="sat_282_sky_irl" source="403" target="443"></insert> <!-- Sky Sports 3 Ireland -->
<insert provider="sat_282_sky_irl" source="404" target="444"></insert> <!-- Sky Sports 4 Ireland -->
<insert provider="sat_282_sky_irl" source="405" target="445"></insert> <!-- Sky Sports 5 Ireland -->
</inserts>

<hacks>
<![CDATA[

for number in customised["video"].keys():
customised["video"][number]["number"] = number

# swap channel numbers. Only swaps number. Channel swap is still done in bouquetwriter.py
if providerConfig.isSwapChannels() and "swapchannels" in providers[section_identifier] and len(providers[section_identifier]["swapchannels"]) > 0 and "preferred_order" in providers[section_identifier]["swapchannels"][0]:
for swaprule in providers[section_identifier]["swapchannels"][0]["preferred_order"]:
if swaprule[0] in services[section_identifier]["video"] and swaprule[1] in services[section_identifier]["video"] and services[section_identifier]["video"][swaprule[1]]["service_type"] >= 17:
customised["video"][swaprule[0]]["number"] = swaprule[1]
customised["video"][swaprule[1]]["number"] = swaprule[0]

for service in sorted(customised["video"].keys()):
if service in range(1,1000):
if "interactive_name" in customised["video"][service]:
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["interactive_name"]
else:
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["service_name"]

for service in sorted(customised["video"].keys()):
if service in range(441,446):
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["service_name"] + " ROI"

]]>

</hacks>
</custommix>

Huevos
08-08-16, 16:40
Yes but now you are back to enabling Sky RoI. Also all you are trying to do is add the number to those 5 channels. No need for any big changes. Otherwise you are just adding confusion. Just add the channel number to interactive name, same as was done elsewhere.


<custommix>
<hacks>
<![CDATA[

for number in customised["video"].keys():
customised["video"][number]["number"] = number

# swap channel numbers. Only swaps number. Channel swap is still done in bouquetwriter.py
if providerConfig.isSwapChannels() and "swapchannels" in providers[section_identifier] and len(providers[section_identifier]["swapchannels"]) > 0 and "preferred_order" in providers[section_identifier]["swapchannels"][0]:
for swaprule in providers[section_identifier]["swapchannels"][0]["preferred_order"]:
if swaprule[0] in services[section_identifier]["video"] and swaprule[1] in services[section_identifier]["video"] and services[section_identifier]["video"][swaprule[1]]["service_type"] >= 17:
customised["video"][swaprule[0]]["number"] = swaprule[1]
customised["video"][swaprule[1]]["number"] = swaprule[0]

for service in sorted(customised["video"].keys()):
if service in range(1,1000):
if "interactive_name" in customised["video"][service]:
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["interactive_name"]
else:
customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["service_name"]

SS_ROI_ID = [1309, 1308, 1323, 1324, 1312]
for service in sorted(customised["video"].keys()):
if "channel_id" in customised["video"][service] and customised["video"][service]["channel_id"] in SS_ROI_ID:
ID_index = SS_ROI_ID.index(customised["video"][service]["channel_id"])
customised["video"][service]["interactive_name"] = "%d Sky Sports %d RoI" % (ID_index + 441, ID_index + 1)
customised["video"][441 + ID_index] = customised["video"][service]
del customised["video"][service]

]]>

</hacks>
</custommix>

dsayers
08-08-16, 16:54
yes thats worked thank you Ill try and get better at this lol

dsayers
08-08-16, 17:26
spoke too soon if i only want to add the one channel like in my custommix ive added ss5 roi to 499 but it shows it as sky sports 1 ROI

49416

it works fine adding all the channels but for 1 it just names it as sky sports 1 ROI

Huevos
08-08-16, 18:58
Because you've changed the index. In my code channel name is 1 + index.

dsayers
08-08-16, 19:05
Yes i changed it too suit


SS_ROI_ID = [1312]
for service in sorted(customised["video"].keys()):
if "channel_id" in customised["video"][service] and customised["video"][service]["channel_id"] in SS_ROI_ID:
ID_index = SS_ROI_ID.index(customised["video"][service]["channel_id"])
customised["video"][service]["interactive_name"] = "%d Sky Sports %d ROI" % (ID_index + 499, ID_index + 1)
customised["video"][499 + ID_index] = customised["video"][service]
del customised["video"][service]

]]>

Huevos
08-08-16, 19:08
In your code:

ID_index + 1
Index = 0 so 0 + 1 = 1

dsayers
08-08-16, 19:09
Or should I change 1 + index to 5 + index

Huevos
08-08-16, 19:15
You don't need that it is just a static import of one channel. For me I needed channel number and name of 5 channels.

Dan626
11-08-16, 14:56
I am having a real issue trying to get my head around this?
I just want to get the SS ROI channels for the 3pm kick offs but just dont have a clue how to get it? Any help would be greatly appreciated. Where does stuff go etc?
This is not for cable tho is it? I am just running normal Sky through my VU DUO?
Thanks in advance.

Huevos
11-08-16, 23:42
I am having a real issue trying to get my head around this?
I just want to get the SS ROI channels for the 3pm kick offs but just dont have a clue how to get it? Any help would be greatly appreciated. Where does stuff go etc?
This is not for cable tho is it? I am just running normal Sky through my VU DUO?
Thanks in advance.Ok. In ABM Config menu, turn on "not indexed" channels. Now when you do a scan the RoI versions of Sky Sports will be in the "not indexed" section. i.e. they will have a channel number above 1050.

Some people are not happy with that and want the channels in the Sport section and marked as RoI. If that is what you want, unzip the attached file and place the .xml file that it contains in
/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom

This renames the channels "Sky Sports 1-5 RoI, and places them 495-499.

dsayers
12-08-16, 07:31
Wont he still need the updated pyo files from the other thread?

Huevos
12-08-16, 08:08
Wont he still need the updated pyo files from the other thread?

No. That was about being able to read swap data.

smuggler
12-08-16, 08:18
Thanks for that Huevos, works perfectly for me. :thumbsup:

Dan626
12-08-16, 11:54
That has worked a treat, thanks a million plus I have all the HD swapped channels to.
Great help once again from this forum.

shanks2016
18-08-16, 08:53
Is it better to have the auto ABM update turned off when using this custom file for the sky sports Ireland channels or will it not affect it?

abu baniaz
18-08-16, 08:56
When you add Custom mix files, you are telling ABM what to do. You can run ABM without a problem.

However, you no longer need the file, using the updated provider file will achieve this. You can update the config use the update feature within ABM.

shanks2016
18-08-16, 11:04
Thanks for the quick reply, so just to confirm after adding the custom file the auto update feature will not affect the placement of the sky sports Ireland channels on 495-499? As I have previously been told that if during an update for example some channel numbers happen to change to the ones that we have specified for sky sports Ireland ie 495-499 that this is when there can be a problem.

Andy_Hazza
18-08-16, 11:14
Thanks for the quick reply, so just to confirm after adding the custom file the auto update feature will not affect the placement of the sky sports Ireland channels on 495-499? As I have previously been told that if during an update for example some channel numbers happen to change to the ones that we have specified for sky sports Ireland ie 495-499 that this is when there can be a problem.

If you have a CustomMix file with 495 to 499 Sky Sport RoI ones take them out as like Abu has mentioned previously, these have been included in the latest Sky UK xml file which you can update via the ABM section.


Sent from my iPhone using Tapatalk

dsayers
18-08-16, 13:23
No, it's not going to be added as a default channel. It is in the not indexed section if you have that enabled. If you want to move it do it by channel id in CustomMix.

:roflmao: wouldn't that have saved a lot of time?

Huevos
18-08-16, 13:39
:roflmao: wouldn't that have saved a lot of time?This started as a personal request and progressed from there.

Huevos
18-08-16, 14:07
I have previously been told that if during an update for example some channel numbers happen to change to the ones that we have specified for sky sports Ireland ie 495-499 that this is when there can be a problem.The channels are now added in the provider.xml file. If one of those channel numbers starts to be used by an officially placed channel the RoI channel will not be moved and will remain in it's original position.

lincsat
18-08-16, 15:14
Sky have just put Sky Sports Mix on 407 and 488 with the SD Sky F1 moved to 489 (They may move down the list when BBC Olympic channels close. So I think the 495-499 numbers are safe for a while.

Huevos
18-08-16, 18:17
There are always going to be empty spaces in custom as all the encrypted HD channels have been removed.

eyepadman
19-08-16, 17:44
Hi guys i did this and it worked perfect, I have Vu duo openvix, this adds a ROI sport section, i put it after the uk section.

Menu
Setup
Service searching
Autobouqet maker
Config
Add provider prefix ( change to yes )
Press Green
Providers
Sky ROI (yes)
Area (custom)
FTA (no)
Main bouquet (no)
Generate sections (yes)
Generate HD (no)
Generate FTA (no)
Generate FTA HD (no)
Swap channels (no)
Press Green
Hide sections
Hide all ROI except sport
Press green
Delete bouquets
Then start scan
Restart box to save.

hope it helps someone.

abu baniaz
19-08-16, 17:51
The default ABM UK provider has been amended. Just update the config file.

In ABM config mode, change to expert mode.
Enable the "not indexed" channels option.

Run ABM. It is as simple as as that.

Willmoore
19-08-16, 19:05
The default ABM UK provider has been amended. Just update the provider file.

In ABM config mode, change to expert mode.
Enable the "not indexed" channels option.

Run ABM. It is as simple as as that.

Where should Sky Sports 5 roi now appear ?

abu baniaz
19-08-16, 19:07
Where will Sky Sports 5 roi now appear ?

499, in sports bouquets.

They will have amended names too. MK picons were done too.

Willmoore
19-08-16, 19:13
I used the custom file that was posted and this put all the SSroi channels in the Uk Sport bouquet. I have just updated the config file and rescanned and now all the SSroi have disappeared and my Sport Bouquet ends at 491 ?

abu baniaz
19-08-16, 19:17
Delete the custom file. Try again. Start your own thread with debug logs if problem persists.

Bangord30
19-08-16, 23:39
Abu, can you point me in the direction of the ss roi picons please. Just can't see them in MKs links anyway! Cheers

Andy_Hazza
19-08-16, 23:48
Just copy n rename skysports1roi, skysports2roi etc.


Sent from my iPhone using Tapatalk

Bangord30
20-08-16, 00:08
True cheers just thought Abu said MK did some that's all

Andy_Hazza
20-08-16, 00:28
They can be found here >> MK Picons (28.2 and UK cable)

https://r.tapatalk.com/shareLink?url=http%3A%2F%2Fwww%2Eworld-of-satellite%2Ecom%2Fshowthread%2Ephp%3Ft%3D41444&share_tid=41444&share_fid=12108&share_type=t


Sent from my iPhone using Tapatalk

crx
20-08-16, 09:40
Hi guys, I only seem to be getting eir sports 1 and no other channels including ROI ss5, is there specific settings I should be following?

Thanks

Ashley69
20-08-16, 09:45
In your ABM config have you set non index channels to yes?

Willmoore
20-08-16, 11:03
Delete the custom file. Try again. Start your own thread with debug logs if problem persists.

Deleting the custom file did the trick.

crx
20-08-16, 12:17
Yeah have it set to Yes

Ashley69
20-08-16, 12:47
What image build number are you using?

crx
20-08-16, 13:21
I'm using 4.1.016, I've checked and have the channels in the non index bouquets but not showing in the sports bouquets.

Ashley69
20-08-16, 13:40
Yes. In your sky uk bouquet that is where they are supposed to be. Have you got SKY ROI enabled.

Huevos
20-08-16, 13:57
Don't enable SkyROI.

In ABM menu, Config. Select "not index = yes.

In ABM providers menu select Sky UK. Area = 'xxxxx Custom'. Save.

In ABM menu select 'update config files'.

Press green to do the scan.

After the scan is complete press exit until you escape the menu.

Press the down arrow. Press blue for favourites. Select sport and the channels will be there.

Ashley69
20-08-16, 14:11
Well you learn something new everyday. Thanks Huevos. I didn't know they had been added to Sky UK.

Huevos
20-08-16, 14:20
Abu added them because so many people are requesting them.