Looking for a bit of help with sat_282_sky_irl_CustomMix.xml iptv.
This is what i have in CustomMix.xml file
<custommix>

<streams>

<stream url="http://stream.sourceort/live/username/F36/password/336.ts" target="101" />

<stream url="http://stream.sourceort/live/username/F36/password/335.ts" target="102" />

<stream url="http://stream.sourceort/live/username/F36/password/315.ts" target="103" />

<stream url="http://stream.sourceort/live/username/F36/password/313.ts" target="104" />

<stream url="http://stream.sourceort/live/username/F36/password/175.ts" target="105" />
</streams>

</custommix>

This works fine!! But im in IRELAND and using ROI sd for my lists and i have no
itv2 3 4 and the other free channel not on the irish lists.
I can add these channels with this in CustomMix.xml
<custommix>


<hacks>

<![CDATA[



channels_to_add_by_id = {

6240: 118, # ITV2

6260: 119, # ITV3

6272: 120, # ITV4

6507: 123, # ITV Encore

6155: 131, # ITV +1

3150: 140, # 4seven

1032: 160, # Spike

4058: 171, # Channel 5 HD

3022: 174, # 5 USA

3028: 175, # My5

3023: 176, # 5STAR

1839: 177, # Channel 5 +1

6510: 178, # UTV HD

6508: 179, # ITVBe

6241: 180, # ITV2 +1

3024: 190, # 5STAR +1

6261: 193, # ITV3 +1

6274: 206, # ITV4 +1

1014: 207, # ITVBe +1

1007: 208, # ITV Encore +1

3027: 219, # 5 USA +1

4075: 227, # Channel 4 HD

6504: 275, # ITV HD

1670: 285, # Channel 4 +1

3310: 286, # More4 +1

2011: 503, # BBC News

2072: 504, # BBC Parliament

2085: 570, # BBC News HD

2078: 638, # CBBC HD

2088: 639, # CBeebies HD


}



# 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>

</custommix>

I cant getting get them both to work together if i add them both in CustomMix.xml like this.

<custommix>

<streams>

<stream url="http://stream.sourceort/live/username/F36/password/336.ts" target="101" />

<stream url="http://stream.sourceort/live/username/F36/password/335.ts" target="102" />

<stream url="http://stream.sourceort/live/username/F36/password/315.ts" target="103" />

<stream url="http://stream.sourceort/live/username/F36/password/313.ts" target="104" />

<stream url="http://stream.sourceort/live/username/F36/password/175.ts" target="105" />
</streams>

</custommix>

<custommix>


<hacks>

<![CDATA[



channels_to_add_by_id = {

6240: 118, # ITV2

6260: 119, # ITV3

6272: 120, # ITV4

6507: 123, # ITV Encore

6155: 131, # ITV +1

3150: 140, # 4seven

1032: 160, # Spike

4058: 171, # Channel 5 HD

3022: 174, # 5 USA

3028: 175, # My5

3023: 176, # 5STAR

1839: 177, # Channel 5 +1

6510: 178, # UTV HD

6508: 179, # ITVBe

6241: 180, # ITV2 +1

3024: 190, # 5STAR +1

6261: 193, # ITV3 +1

6274: 206, # ITV4 +1

1014: 207, # ITVBe +1

1007: 208, # ITV Encore +1

3027: 219, # 5 USA +1

4075: 227, # Channel 4 HD

6504: 275, # ITV HD

1670: 285, # Channel 4 +1

3310: 286, # More4 +1

2011: 503, # BBC News

2072: 504, # BBC Parliament

2085: 570, # BBC News HD

2078: 638, # CBBC HD

2088: 639, # CBeebies HD


}



# 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>

</custommix>

any help would be appreciate thanks