After being told to pound sand or ignored by silicon dust, zap2it, and the station I’ve figured out what might be a bug that allows the use of a custom logo for a channel that’s missing a logo. I just setup a custom channel m3u text.
- I got the Gracenote id by going to http://xxxx:8089/dvr/guide/stations scrolling down to 38.1(pic in post 1)
- Create a custom channel, name it, format=mpeg-ts, choose text, prefer channel number from m3u, and leave xmltv guide data blank.
- In text box copy and paste code. Then change:
-yellow highlighted to a local ip that is not being used by any device on your network. Ie.208 on my network is not occupied thus creating a dead link
-orange highlighted. Is Gracenote id from earlier
-purple is the channel number of the missing logo.
-green highlighted is a url to an image you want to use as the logo.
- change "KMCI2" and KMCI-TV1 to whatever you like to represent the channel. I choose their call sign and added a 2
- I have a atsc3 tuner so the second entry is for that. If you don’t have this just delete the second paragraph from the text.
#EXTM3U
#EXTINF:-1 channel-id="KMCI2" channel-number="38.1" tvg-logo=“https://d1yjjnpx0p53s8.cloudfront.net/styles/logo-thumbnail/s3/0019/9079/brand.gif?itok=11x9PK5B” tvc-guide-stationid=34773,tvg-name="KMCI2",KMCI-TV1
http://192.168.1.208:8089/devices/ANY/channels/38.1/stream.mpg
#EXTINF:-1 channel-id="KMCI2" channel-number="138.1" tvg-logo=“https://d1yjjnpx0p53s8.cloudfront.net/styles/logo-thumbnail/s3/0019/9079/brand.gif?itok=11x9PK5B” tvc-guide-stationid=34773,tvg-name="KMCI2",KMCI-TV1
http://192.168.1.208:8089/devices/ANY/channels/138.1/stream.mpg
- Now go to sources and manage lineup and Void out the channel(s).
Done now I have custom logo for a missing ota channel
I was also able to fix missing logos from my remote fed mlb docker similarly. If you want that code let me know.