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 3 of 20 FirstFirst 1234513 ... LastLast
Results 31 to 45 of 295

Thread: ZoomZoomLuke's Custom 28.2 xml file

  1. #31

    Title
    V.I.P
    Join Date
    Jul 2014
    Posts
    45
    Thanks
    15
    Thanked 98 Times in 27 Posts
    On a Windows PC best thing would be a decent text editor. Notepad++ does a decent enough job but there are any many others. Don't use windows built in notepad though as it's likely to cause issues.

  2. #32
    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
    I do have a Mac as well, is that better?

  3. #33

    Title
    V.I.P
    Join Date
    Jul 2014
    Posts
    45
    Thanks
    15
    Thanked 98 Times in 27 Posts
    On a Mac the built in editor (TextEdit) works fine, personally I use Sublime Text as it has good syntax highlighting.

    Screen Shot 2014-08-02 at 19.16.18.jpg

    Another option is TextMate which works really well too. It's all down to personal preference I guess.
    Last edited by zoomzoomluke; 02-08-14 at 19:21.

  4. #34
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,365
    Thanks
    6,446
    Thanked 9,160 Times in 6,235 Posts
    For those who want to completely nuke the adult/gaming&dating in channels, numbers below. I've left 950,988 and 999 in there. Hiding sections still leaves the channels in the all channels area, so this is a better way.

    Code:
    ##########################################
    whitelist = [178,"BT Sport 1 HD","BT Sport 2 HD","Sky News HD","Film4 HD","RTE TWO HD","ESPN HD","BoxNation HD"]
    blacklist = [861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,998,999]
    ##########################################

  5. The Following 3 Users Say Thank You to abu baniaz For This Useful Post:

    duoduo (16-10-14),Philthy (30-11-14),skeggylad (11-08-14)

  6. #35

    Title
    Junior Member
    Join Date
    Aug 2013
    Posts
    11
    Thanks
    26
    Thanked 3 Times in 2 Posts
    thanks zoom zoom excellent work just what i needed

  7. #36

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Nice work Luke. Good to have an XML that works with current SKY UK line-up for HD channels still available on an E2 box.
    Using the xml in the first post (currently dated as 'sat_sky_uk_zzl_010_02082014.zip') I'm not getting any BBC Interactive or SKY Sports Interactive channels populated though. Anyone else notice this?

  8. #37
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,365
    Thanks
    6,446
    Thanked 9,160 Times in 6,235 Posts
    The BBC interactive is owing to the BBC red button shuffle we tried. I'll try later with just Lraizer's suggested method instaed of the shuffle I made. We can live with two Other bouquets.


    Just in case it helps track Sky interactive issue, it is probably this line at play.
    Code:
    elif service["service_type"] >= 17 and service["free_ca"] != 0:
    The Sports Active are types 82 and 85.

    Would this be the fix?
    Code:
    elif service["service_type"] >= 17 and service["service_type"] < 82 and service["free_ca"] != 0:

  9. The Following User Says Thank You to abu baniaz For This Useful Post:

    judge (07-08-14)

  10. #38
    nsw9154's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    Feb 2014
    Location
    Hartlepool
    Posts
    2,008
    Thanks
    409
    Thanked 458 Times in 373 Posts
    Great work luke running this on my Duo2 and it's working great

  11. #39

    Title
    V.I.P
    Join Date
    Jul 2014
    Posts
    45
    Thanks
    15
    Thanked 98 Times in 27 Posts
    Quote Originally Posted by abu baniaz View Post
    The BBC interactive is owing to the BBC red button shuffle we tried. I'll try later with just Lraizer's suggested method instaed of the shuffle I made. We can live with two Other bouquets.


    Just in case it helps track Sky interactive issue, it is probably this line at play.
    Code:
    elif service["service_type"] >= 17 and service["free_ca"] != 0:
    The Sports Active are types 82 and 85.

    Would this be the fix?
    Code:
    elif service["service_type"] >= 17 and service["service_type"] < 82 and service["free_ca"] != 0:
    Well spotted. I've got the fix implemented - was a bit of lazy scripting on my part and forgot service type 133 is interactive.

    I'll take a look at BBC RB later.

    Attached is V011

    sat_sky_uk_zzl_011_07082014.zip

    EDIT( Abu Baniaz): Post 1 edited to include V11.
    Last edited by abu baniaz; 08-08-14 at 01:26. Reason: Post 1 edited to include V11.

  12. The Following 2 Users Say Thank You to zoomzoomluke For This Useful Post:

    abu baniaz (08-08-14),^^COMPASS^^ (07-08-14)

  13. #40

    Title
    V.I.P
    Join Date
    Jul 2014
    Posts
    45
    Thanks
    15
    Thanked 98 Times in 27 Posts
    Release 012
    This is a testing release, if you are looking for stable use release 011.

    added: bbci additional stream mapping to bbc interactive section. bbci streams renumbered and appended to any true bbc red button channels (channel 981 onwards).

    so its a bit hacky but it seems to work ok. as there are no channels in the 980+ range at the moment it's hard to test 100% but when moving the base channel the appending worked ok.

    I have tried to cut out as much as possible to prevent the script taking too long.

    Please test this release and let me know any issues, again please forgive the hacky scripting - i'll tidy up later

    sat_sky_uk_zzl_012_08082014.zip

  14. The Following 3 Users Say Thank You to zoomzoomluke For This Useful Post:

    dude1 (09-08-14),marand (08-08-14),^^COMPASS^^ (08-08-14)

  15. #41

    Title
    Senior Member
    Join Date
    Nov 2013
    Posts
    109
    Thanks
    35
    Thanked 17 Times in 16 Posts
    Thanks again. Testing release 12

  16. The Following User Says Thank You to dude1 For This Useful Post:

    abu baniaz (09-08-14)

  17. #42
    duoduo's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2013
    Location
    North West Seaside
    Posts
    2,006
    Thanks
    645
    Thanked 389 Times in 309 Posts
    Thanks for this custom xml Luke, awesome. Please can someone tell me how I would have setanta showing in my sports section? I have enabled Republic Ire and to generate in main bouquet but it still isn't shown??
    Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options

    If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me

  18. #43

    Title
    Senior Member
    Join Date
    Nov 2013
    Posts
    109
    Thanks
    35
    Thanked 17 Times in 16 Posts
    Quote Originally Posted by lgleave22 View Post
    Thanks for this custom xml Luke, awesome. Please can someone tell me how I would have setanta showing in my sports section? I have enabled Republic Ire and to generate in main bouquet but it still isn't shown??
    Depends if you mean the uk sports section (afaik you can't have it showing in there) or the second sports section further down the list (this is where mine is).

    I have Sly ZZL as first provider then I have Sly NI as my second provider. I use the hide sections for the Sly NI & hide all except Entertainment (for the Rte channels) & Sports (for two Setanta's) so they come up further down the bouquet list when you press tv on remote. That way you don't get loads of bouquets repeated.

    Hope that helps.

  19. #44
    duoduo's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2013
    Location
    North West Seaside
    Posts
    2,006
    Thanks
    645
    Thanked 389 Times in 309 Posts
    Cheers dude, that's how I am currently setup just thought someone more clever than me had come up with a way to show setanta where all over sports channels show in main/first bouquet
    Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options

    If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me

  20. #45

    Title
    Senior Member
    Join Date
    Nov 2013
    Posts
    109
    Thanks
    35
    Thanked 17 Times in 16 Posts
    Quote Originally Posted by lgleave22 View Post
    Cheers dude, that's how I am currently setup just thought someone more clever than me had come up with a way to show setanta where all over sports channels show in main/first bouquet
    Yep I agree that would be nice if it could be done every time abm generated the bouquets. Don't think it's possible though.

  21. The Following User Says Thank You to dude1 For This Useful Post:

    duoduo (10-08-14)

Page 3 of 20 FirstFirst 1234513 ... LastLast

Tags for this Thread

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.