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 1 of 3 123 LastLast
Results 1 to 15 of 31

Thread: PROBLEM WITH CUSTOM MIX sd_sat_282_sky_uk_CustomLCN.xml

  1. #1

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts

    PROBLEM WITH CUSTOM MIX sd_sat_282_sky_uk_CustomLCN.xml

    Hi There

    I use a simple sd_sat_282_sky_uk_CustomLCN.xml file and all I require is that the below channels are shown in my epg in this order.

    BBC ONE WALES HD
    BBC TWO WALES
    ITV WAL HD
    S4C HD
    CHANNEL 4 HD
    CHANNEL 5HD

    This works OK but for some reason ITV WAL HD channel number keeps changing every couple of days so I have to keep going into EXAMPLE_sd_sat_282_sky_uk_CustomLCN.xml checking what the new channel number is and then manually updating my sd_sat_282_sky_uk_CustomLCN.xml.

    Is it possible to get this to update automatically???

  2. #2

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Anybody help

  3. #3
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Without seeing your debug log, it is difficult to see what settings you are using. Please attach it and also your customised file.

    If you are adding an LCN from the other section, the numbers always vary. Best to insert by channel ID or use a favourites.xml.

  4. #4

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by abu baniaz View Post
    Without seeing your debug log, it is difficult to see what settings you are using. Please attach it and also your customised file.

    If you are adding an LCN from the other section, the numbers always vary. Best to insert by channel ID or use a favourites.xml.
    Thanks for your response I've attached the requested files.

    Files.rar
    Attached Files Attached Files
    Last edited by WILLJE; 05-11-17 at 09:57.

  5. #5

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Anybody help

  6. #6

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    abu baniaz Any chance you can take a look at this for me.

  7. #7
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    As Abu, states above you should be inserting by channel ID for "non-indexed" channels.

    Using a CustomLCN file how you have is turning Sky into a static provider. This is completely wrong. You might as well be using static settings if you are going to configure ABM like that. You need to delete that CustomLCN file and start again with a CustomMix file that just deals with the channels you are trying to edit.

    Why are you scanning Sky IE at all?

    Why are using "SD" area, not "Custom" area?
    Last edited by Huevos; 06-11-17 at 10:37.
    Help keep OpenViX servers online.Please donate!

  8. #8
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    CustomLCN is for providers that don't transmit logical channel numbers (e.g. Sky DE).

    Code:
    CustomLCN
    ---------
    
    CustomLCN allows channels to be moved around within one single provider. CustomLCN is  
    for providers that don't transmit logical channel numbers (e.g. Sky DE). Its purpose is
    to insert logical channel numbers. The CustomLCN list can be complete or partial. 
    It doesn't have to be in any particular order but having it sequential will make it 
    easier to avoid making errors.
    Last edited by Huevos; 06-11-17 at 11:17.
    Help keep OpenViX servers online.Please donate!

  9. #9
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Maybe sat_282_sky_uk_CustomMix.xml will be best, you have some odd channel numbering there. @Huevos is it good to use Custom area with such changes? Apart from Custom area will remove all dead service and add irl channels.

    Something like this as an example using channel ID for not indexed channels and inserts for others

    Code:
    <custommix>
    	<inserts>
    		<insert target="105" source="117" provider="sat_282_sky_uk" ></insert> <!-- Channel 4 HD -->
    		<insert target="106" source="171" provider="sat_282_sky_uk" ></insert> <!-- Channel 5 HD -->
    	</inserts>
    	<hacks>
    	<![CDATA[
    	
    channels_to_add_by_id = {
    	2083: 101, # BBC One Wal HD
    	6501: 103, # ITV Wal HD
    }
    
    broken_TSIDS = [
    	2007, #7d7 20170518
    	2011, #7db 20170425
    	2012, #7dc 20170518
    	2019, #7e3 20170518
    	2021, #7e5 20170516
    	2023, #7e7 20170331
    	2025, #7e9 20170518
    	2026, #7ea 20170425
    	2029, #7ed 20170516
    ]
    
    # 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]
    
    # Remove encrypted services from certain transport streams (will still be in lamedb)
    for service in sorted(customised["video"].keys()):
    	if customised["video"][service]["transport_stream_id"] in broken_TSIDS and customised["video"][service]["free_ca"] != 0:
    		del customised["video"][service]
    ]]>
    	</hacks>
    </custommix>
    Im not sure if you will need to add a delete section for duplicates.

    Have a look here to generate a CVS file to find channel ID,s http://www.world-of-satellite.com/sh...l=1#post391794
    Last edited by dsayers; 06-11-17 at 16:34.

  10. #10
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    TBH, I'm confused by this whole thing. Why not just Select "Wales Custom" and "HD swap".

    For me it is not clear what we are trying to achieve. Please explain.
    Help keep OpenViX servers online.Please donate!

  11. #11

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Huevos View Post
    TBH, I'm confused by this whole thing. Why not just Select "Wales Custom" and "HD swap".

    For me it is not clear what we are trying to achieve. Please explain.
    I'm trying to get the below channels to show in my epg in this order, I've previously tried your suggestion but I then get BBC2HD and I want BBC2 WALES there is not a HD version of this channel and it shows different regional programmes.

    BBC ONE WALES HD
    BBC TWO WALES
    ITV WAL HD
    S4C HD
    CHANNEL 4 HD
    CHANNEL 5HD

  12. #12
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Yes there is an HD version. It is on 11023 H.

    Please answer the following:

    • Why are you scanning Sky IE at all?
    • Why are using "SD" area, not "Custom" area?
    Help keep OpenViX servers online.Please donate!

  13. #13

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Huevos View Post
    Yes there is an HD version. It is on 11023 H.

    Please answer the following:

    • Why are you scanning Sky IE at all?
    • Why are using "SD" area, not "Custom" area?
    It was set to SD area by mistake I was trying different options.

    As for SKY IE I'm scanning this to get some IE channels that show Welsh regional rugby like Rugby Beo on TG4

    The only BBC 2 HD I can get does not show Welsh regional programmes, these are only shown on BBC 2 Wales which does not have a HD version.

    I've tried your suggestion regarding wales custom with hd swap, this brings in the correct channels but when hd swap is selected it swaps BBC2 WALES with BBC2 HD which does not show my required regional programmes.

    Thanks for all your help on this hopefully you can find me a solution.

  14. #14

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by dsayers View Post
    Maybe sat_282_sky_uk_CustomMix.xml will be best, you have some odd channel numbering there. @Huevos is it good to use Custom area with such changes? Apart from Custom area will remove all dead service and add irl channels.

    Something like this as an example using channel ID for not indexed channels and inserts for others

    Code:
    <custommix>
    	<inserts>
    		<insert target="105" source="117" provider="sat_282_sky_uk" ></insert> <!-- Channel 4 HD -->
    		<insert target="106" source="171" provider="sat_282_sky_uk" ></insert> <!-- Channel 5 HD -->
    	</inserts>
    	<hacks>
    	<=!=[=C=D=A=T=A=[
    	
    channels_to_add_by_id = {
    	2083: 101, # BBC One Wal HD
    	6501: 103, # ITV Wal HD
    }
    
    broken_TSIDS = [
    	2007, #7d7 20170518
    	2011, #7db 20170425
    	2012, #7dc 20170518
    	2019, #7e3 20170518
    	2021, #7e5 20170516
    	2023, #7e7 20170331
    	2025, #7e9 20170518
    	2026, #7ea 20170425
    	2029, #7ed 20170516
    ]
    
    # 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]
    
    # Remove encrypted services from certain transport streams (will still be in lamedb)
    for service in sorted(customised["video"].keys()):
    	if customised["video"][service]["transport_stream_id"] in broken_TSIDS and customised["video"][service]["free_ca"] != 0:
    		del customised["video"][service]
    ]=]=>
    	</hacks>
    </custommix>
    Im not sure if you will need to add a delete section for duplicates.

    Have a look here to generate a CVS file to find channel ID,s http://www.world-of-satellite.com/sh...l=1#post391794
    I've tried your suggestion and created a sat_282_sky_uk_CustomMix.xml with your example code now for some reason when I filezilla in to the box it won't let me edit, delete or rename the created sat_282_sky_uk_CustomMix.xml have you any idea why this is happening.

  15. #15

    Title
    Junior Member
    Join Date
    May 2014
    Posts
    29
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Can anybody create a solution to this problem for me?

    Hi There

    I use a simple sd_sat_282_sky_uk_CustomLCN.xml file and all I require is that the below channels are shown in my epg in this order.

    BBC ONE WALES HD
    BBC TWO WALES
    ITV WAL HD
    S4C HD
    CHANNEL 4 HD
    CHANNEL 5HD

    This works OK but for some reason ITV WAL HD channel number keeps changing every couple of days so I have to keep going into EXAMPLE_sd_sat_282_sky_uk_CustomLCN.xml checking what the new channel number is and then manually updating my sd_sat_282_sky_uk_CustomLCN.xml.

    Is it possible to get this to update automatically???

Page 1 of 3 123 LastLast

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.