Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28

Thread: ITV Box Office HD now on 28.2

  1. #16

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    I have it in my channel list by adding to the cable_uk_virgin.xml file.

    I have changed this -
    Code:
    for number in service["numbers"]:
    	if number in blacklist:
    		skip = True
    		break
    	elif number >= 50 and number <= 64:
    		service["numbers"] = [number + 951]
    		break
    	elif number == 43:
    		service["numbers"] = [number + 957]
    		break
    	elif number < 100 and service["service_name"] in bt_sports_xtra:
    		service["numbers"] = [1020 + bt_sports_xtra.index(service["service_name"])]
    		break
    To this -
    Code:
    for number in service["numbers"]:
    	if number in blacklist:
    		skip = True
    		break
    	elif number >= 50 and number <= 64:
    		service["numbers"] = [number + 952]
    		break
    	elif number == 40:
    		service["numbers"] = [number + 961]
    		break
    	elif number == 43:
    		service["numbers"] = [number + 957]
    		break
    	elif number < 100 and service["service_name"] in bt_sports_xtra:
    		service["numbers"] = [1021 + bt_sports_xtra.index(service["service_name"])]
    		break
    It puts ITV PPV on 1001 in between Sky Events and Prime events.

    Maybe someone with Git access could add this

  2. The Following 3 Users Say Thank You to lincsat For This Useful Post:

    Bangord30 (29-01-17),bassethound (29-01-17),dsayers (29-01-17)

  3. #17

    Title
    Member
    Join Date
    Mar 2016
    Posts
    38
    Thanks
    5
    Thanked 1 Time in 1 Post
    Do you actually see anything on this channel on VM? Just added your code, channel is there, but its blank, nothing showing

  4. #18
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by lincsat View Post
    I have it in my channel list by adding to the cable_uk_virgin.xml file.

    I have changed this -
    Code:
    for number in service["numbers"]:
    	if number in blacklist:
    		skip = True
    		break
    	elif number >= 50 and number <= 64:
    		service["numbers"] = [number + 951]
    		break
    	elif number == 43:
    		service["numbers"] = [number + 957]
    		break
    	elif number < 100 and service["service_name"] in bt_sports_xtra:
    		service["numbers"] = [1020 + bt_sports_xtra.index(service["service_name"])]
    		break
    To this -
    Code:
    for number in service["numbers"]:
    	if number in blacklist:
    		skip = True
    		break
    	elif number >= 50 and number <= 64:
    		service["numbers"] = [number + 952]
    		break
    	elif number == 40:
    		service["numbers"] = [number + 961]
    		break
    	elif number == 43:
    		service["numbers"] = [number + 957]
    		break
    	elif number < 100 and service["service_name"] in bt_sports_xtra:
    		service["numbers"] = [1021 + bt_sports_xtra.index(service["service_name"])]
    		break
    It puts ITV PPV on 1001 in between Sky Events and Prime events.

    Maybe someone with Git access could add this
    Try a pull request on github

  5. #19
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    A quick one vm prime events was on 1001 what channel number has vm prime events changed to?

  6. #20

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by dsayers View Post
    A quick one vm prime events was on 1001 what channel number has vm prime events changed to?
    With that code, SBO on 1000, ITV BO on 1001 and Prime Events on 1002. Without these mods, SBO maps to 43, ITV BO maps to 40 and Prime maps to 50. ITV BO is still showing a Black & White promo like the screenshots posted previously.

  7. The Following 3 Users Say Thank You to lincsat For This Useful Post:

    Bangord30 (30-01-17),bassethound (30-01-17),dsayers (30-01-17)

  8. #21
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Thanks sorted it. Just needed adjust my custom.xml for the changes
    Last edited by dsayers; 30-01-17 at 15:21.

  9. #22
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by lincsat View Post
    With that code, SBO on 1000, ITV BO on 1001 and Prime Events on 1002. Without these mods, SBO maps to 43, ITV BO maps to 40 and Prime maps to 50. ITV BO is still showing a Black & White promo like the screenshots posted previously.
    Is there anyway to edit the virgin uk xml file to add itv ppv to the hd bouquet? I did try to add the channel number to the hd channels on top but that doesn't work it's like abm doesn't understand it'san hd channel

  10. The Following User Says Thank You to dsayers For This Useful Post:

    garryboy (31-01-17)

  11. #23
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,955 Times in 3,276 Posts
    What is the service type?
    Help keep OpenViX servers online.Please donate!

  12. #24
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by Huevos View Post
    What is the service type?
    I'm not sure what you mean but there is some screenshots on post 15 if that helps

  13. #25
    timbo4000's Avatar
    Title
    Member
    Join Date
    Jun 2014
    Posts
    36
    Thanks
    18
    Thanked 12 Times in 2 Posts
    Apparently according to another site it will also be available on the Astra 28.2 satellites, that is for those that can view the Sly channels on their non-sly boxes.

    OpenVIX guys: Could we have it added to the whitelist on the 28.2 Bouquet please ?

  14. #26
    Andy_Hazza's Avatar
    Title
    Moderator
    Join Date
    Oct 2012
    Location
    Derbyshire, UK
    Posts
    7,287
    Thanks
    2,855
    Thanked 2,126 Times in 1,752 Posts
    Quote Originally Posted by timbo4000 View Post
    Apparently according to another site it will also be available on the Astra 28.2 satellites, that is for those that can view the Sly channels on their non-sly boxes.

    OpenVIX guys: Could we have it added to the whitelist on the 28.2 Bouquet please ?
    We need to see if it clears first before Whitelisting it.


    Sent from my iPhone using Tapatalk
    Vu+ Ultimo 4K with 3TB HDD, Dual FBC (Sat) tuners, 1x Twin Hybrid DVB-C/T/T2 tuner
    Vu+ Solo 4K with 1TB HDD, Dual FBC (Sat) tuners, 1x Hybrid DVB-C/T/T2 tuner
    Vu+ Solo 2 with 1TB HDD 'White Edition', 2x DVB-S2 tuners
    Mut@nt HD2400 with 1TB HDD, 4x DVB-S2 tuners
    Fixed 28.2E Technomate 65cm Mesh Satellite Dish with Inverto Unicable II/JESS LNB and Inverto Unicable Splitter
    Fixed 28.2E Sky Zone 1 45cm Satellite Dish with Octo LNB
    (All receivers installed with the latest Dev build)

  15. #27
    timbo4000's Avatar
    Title
    Member
    Join Date
    Jun 2014
    Posts
    36
    Thanks
    18
    Thanked 12 Times in 2 Posts
    According to the other site they are advertising it will clear with the correct N or C line information supplied by the advertiser.

  16. #28

    Title
    Senior Member
    Join Date
    Sep 2015
    Posts
    305
    Thanks
    19
    Thanked 76 Times in 58 Posts
    Quote Originally Posted by timbo4000 View Post
    According to the other site they are advertising it will clear with the correct N or C line information supplied by the advertiser.
    OOOOOOOOOOOOPS.
    Best go read them rules again..........

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.