KTVU TVE channel mapped to KTVULD, which affects lineup stacking with a HDHomeRun

It looks like Channels maps KTVU 6002 to the KTVULD guide data:

This breaks stacking with channel 702/1002 on my HDHomeRun PRIME on Comcast, which uses KTVUDT guide data by default, unless I manually configure it to use KTVULD guide data.

It would be nice to have the TVE channel for KTVU configured to use KTVUDT instead of KTVULD so that I don't have to do this :slight_smile:

(by the way, is it possible to override the guide mapping on the TVE side? That seems like it would be a more elegant workaround -- mapping 6002 to KTVUDT instead of mapping 1002 to KTVULD -- but I couldn't find anything that I could click on to make that happen)

can you pull the two station ids from :8089/devices

CableCARD 702:

{
        "GuideNumber": "702",
        "GuideName": "KTVUDT",
        "Modulation": "auto",
        "Frequency": 129000000,
        "ProgramNumber": 3,
        "HD": 1,
        "Hidden": 1,
        "Enabled": 0,
        "VideoCodec": "H264",
        "AudioCodec": "AC3",
        "Station": "19571",
        "Logo": "https://tmsimg.fancybits.co/assets/s19571_ll_h15_ab.png?w=360\u0026h=270"
    }

CableCARD 1002:

{
        "GuideNumber": "1002",
        "GuideName": "KTVUDT",
        "Modulation": "auto",
        "Frequency": 129000000,
        "ProgramNumber": 3,
        "HD": 1,
        "Favorite": 1,
        "VideoCodec": "H264",
        "AudioCodec": "AC3",
        "Station": "19571",
        "Logo": "https://tmsimg.fancybits.co/assets/s19571_ll_h15_ab.png?w=360\u0026h=270"
    }

XFINITY TVE 6002:

{
        "ID": "fox",
        "GuideNumber": "6002",
        "GuideName": "KTVU",
        "HD": 1,
        "VideoCodec": "H264",
        "AudioCodec": "AAC",
        "Station": "76387",
        "Logo": "https://tmsimg.fancybits.co/assets/s28719_ll_h15_ac.png?w=360\u0026h=270",
        "ScanResult": "true"
    }

Fixed.

1 Like