PDA

View Full Version : [ABM-DVB-S/S2] AutoBouquets Interactive



Lither
26-06-14, 17:07
How do I get HD Interactive channels or section since the Red button doesn't work?

Andy_Hazza
26-06-14, 17:19
If done correctly you should have a BBC Interactive section in ABM

Lither
26-06-14, 17:22
If done correctly you should have a BBC Interactive section in ABM
I do have BBC Interactive section but it only has one SD channel

goosegog
26-06-14, 18:11
Hi,do a quick scan.BBC RB HD


Sent from my iPhone using Tapatalk

Lither
26-06-14, 18:15
Hi,do a quick scan.BBC RB HD


Sent from my iPhone using Tapatalk
What do you mean?

goosegog
26-06-14, 18:19
Menu/setup/service searching/manual scan...pick 28.2. should then be in last scanned if youre looking for the game


Sent from my iPhone using Tapatalk

Lither
26-06-14, 18:30
Menu/setup/service searching/manual scan...pick 28.2. should then be in last scanned if youre looking for the game


Sent from my iPhone using Tapatalk
Is there a way I can get the interactive channel in HD via ABM or only manual scan?

goosegog
26-06-14, 18:32
Dont think so at the minute,i did a ABM scan before the game started and it wasnt there


Sent from my iPhone using Tapatalk

abu baniaz
27-06-14, 17:28
Using AB 28.2 ( Lraizer's one, not ABM) these are the details. EDIT: (I always enable other/extra channels)




POSITION
EPG_ID
TYPE
SID
TSID
ENCRYPTION
NAME


BBC RB 1
981
2051
0x1
0x5655
0x829
FTA
BBC RB 1


BBC RB 2
982
2160
0x1
0x5656
0x829
FTA
BBC RB 2


BBC RB 3
983
2161
0x1
0x5657
0x829
FTA
BBC RB 3


BBC RB 4
984
2162
0x1
0x5658
0x829
FTA
BBC RB 4


BBC RB 5
985
2163
0x1
0x5659
0x829
FTA
BBC RB 5


BBC RB HD
986
2164
0x19
0x565e
0x829
FTA
BBC RB HD

Andy_Hazza
27-06-14, 18:13
Yeah its on ABM, I looked this morning.

yana
25-07-14, 16:03
Yeah its on ABM, I looked this morning.
Hi thanks for your tip earlier managed to get them through scan. So in the bouquets they are in last scanned files. However I ran another abm scan with bbc interactive showing and same as previous poster only one channel

LraiZer
25-07-14, 18:44
as with the service updates abu posted previous, bbci now only have a single full time service and only add more services when special events are on. you can update your BBC Interactive bouquet in your provider xml to scan in all current bbci services instead of using the old service hacks that are no longer valid, as bbci now have proper name identifiers and appear at a lower than 1000 channel number range WHEN and IF transmitted. not sure if they appear in exact same channel range when services come and go each time. you will have to keep an eye out for the channel number ranges when special events are on to make sure the bouquet range remain correct.

make your bbci section range from 980-987
<sections>
<section number="101">Entertainment</section>
<section number="240">Lifestyle and Culture</section>
<section number="301">Movies</section>
<section number="350">Music</section>
<section number="401">Sports</section>
<section number="501">News</section>
<section number="520">Documentaries</section>
<section number="580">Religious</section>
<section number="601">Kids</section>
<section number="640">Shopping</section>
<section number="700">Sky Box Office</section>
<section number="780">International</section>
<section number="861">Gaming and Dating</section>
<section number="881">Specialist</section>
<section number="889">Bonus channels</section>
<section number="899">Sky Information</section>
<section number="900">Adult</section>
<section number="950">Other</section>
<section number="980">BBC Interactive</section>
<section number="987">Other</section>
<section number="1000">Sky Sports Interactive</section>
<section number="1030">Sky Anytime</section>
</sections>

you should also be able to remove the old servicehacks for bbci

<servicehacks>
<![CDATA[
if service["service_name"][-4:] == " (28)":
service["service_name"] = service["service_name"][:-4]

if service["transport_stream_id"] == 0x7e3:
service["namespace"] = 0x11a2f26

if service["service_type"] == 0x02 and service["number"] > 3000:
service["number"] -= 3000

new_numbers = []
for number in service["numbers"]:
if number >= 3000 and number <= 3999:
new_numbers.append(number - 3000)
elif number > 999 or number < 100:
if service["channel_id"] > 1470 and service["channel_id"] < 1486:
new_numbers.append(service["channel_id"] - 471)
service["interactive_name"] = "Sky Sports Interactive " + str(service["channel_id"])
elif service["channel_id"] > 4093 and service["channel_id"] < 4099:
new_numbers.append(service["channel_id"] - 3064)
service["interactive_name"] = "Sky Anytime " + str(service["channel_id"])
else:
skip = True
break
else:
new_numbers.append(number)
service["numbers"] = new_numbers
]]>
</servicehacks>

abu baniaz
28-07-14, 01:28
Thread moved to ABM section.


I made this amendment instead


<sections>
<section number="101">Entertainment</section>
<section number="240">Lifestyle and Culture</section>
<section number="301">Movies</section>
<section number="350">Music</section>
<section number="401">Sports</section>
<section number="501">News</section>
<section number="520">Documentaries</section>
<section number="580">Religious</section>
<section number="601">Kids</section>
<section number="640">Shopping</section>
<section number="700">Sky Box Office</section>
<section number="780">International</section>
<section number="861">Gaming and Dating</section>
<section number="881">Specialist</section>
<section number="889">Bonus channels</section>
<section number="899">Sky Information</section>
<section number="900">Adult</section>
<section number="951">BBC Regionals</section>
<section number="980">BBC Interactive</section>
<section number="987">Other</section>
<section number="1000">Sky Sports Interactive</section>
<section number="1030">Sky Anytime</section>
</sections>


>851 are regional BBC chanenls. Bouquet renamed so that we only have one "other".
850 can go to the adult section.

If people can feedback on attached file, I'll see if Andy will accept the changes. You will have to select "Sky England BBC" as the provider.

judge
06-08-14, 21:51
If people can feedback on attached file, I'll see if Andy will accept the changes. You will have to select "Sky England BBC" as the provider.

Only getting around to this now. Using this XML I'm not getting any BBC interactive channels. :confused:

abu baniaz
06-08-14, 21:52
They don't exist all the time.

judge
06-08-14, 21:59
They don't exist all the time.

Yes, thought that but they are broacasting now...
Using default ABM scan just now:
36476 36477 36478
Using this modified XML just now:
36479

edogg
22-09-14, 17:26
Is there any way to ssport interactive channels for virgin with abm