Channels overriding m3u4u

When viewing my guide in Channels, the channel numbers I assigned in my m3u4u URL are being overwritten. I'm sure I'm doing something incorrect. Screenshot from m3u4u and Channels guide.


Under edit m3u > options, in the source setup does it show ignore channel numbers from m3u or prefer channel numbers from m3u? If it is set to prefer can you post the m3u text of a single channel along with the channel number you want to use.

If you want to clean it up a bit with your above example and have the channel numbers match the stations numbers and get guide data, here would be an example of how to do it. Just fill in the correct url and leave everything else the way it is. Choose Prefer channel numbers when setting up the source.

#EXTM3U

#EXTINF:-1 channel-id="4.1" tvg-id="4.1" tvg-chno="4.1" tvc-guide-stationid="19616" tvg-name="KDFWDT" group-title="HD",FOX
http://address.to.m3u8?

#EXTINF:-1 channel-id="5.1" tvg-id="5.1" tvg-chno="5.1" tvc-guide-stationid="19627" tvg-name="KXASDT" group-title="HD",NBC
http://address.to.m3u8?

#EXTINF:-1 channel-id="8.1" tvg-id="8.1" tvg-chno="8.1" tvc-guide-stationid="19626" tvg-name="WFAADT" group-title="HD",ABC
http://address.to.m3u8?

#EXTINF:-1 channel-id="11.1" tvg-id="11.1" tvg-chno="11.1" tvc-guide-stationid="20204" tvg-name="KTVTDT" group-title="HD",CBS
http://address.to.m3u8?