Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

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

Status
Not open for further replies.

dsayers

ViX Beta Tester
Joined
Mar 19, 2016
Messages
1,871
Reaction score
20
Points
38
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/s...282_sky_uk-xml&p=413945&viewfull=1#post413945
 
Last edited by a moderator:
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
 
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.
 
We already add a few unofficial channels. The Purists won't see most of them. Only those who use the "custom" regions.
 
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
 
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
 
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
 
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.
 
Thanks for the reply i will just use inserts
 
If you ste going to use inserts you need to scsnRoI too and inport it from there.
 
yes thats what im going to do. how would I move it by channel id?
 
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.

Code:
<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>

screenshot.webp
 
Last edited:
Thanks for the info that will make channel scanning faster

Sent from my SM-G925F using Tapatalk
 
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.
 
I believe that 1097 is also SS5 ie, so you may want to add that to the list
 
Can we add the Irish sky sports 5 channel to

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.
 
Last edited:
Status
Not open for further replies.

OpenViX Feeds Status

Back
Top