primaeval
primaeval
The Play p button will have another look in the addons.ini file in your addon_data/script.tvguide.fullscreen folder for channel matches. If you have an addon that constantly changes its urls you...
That is what the Alternative Channels are for.
I added an "Always Choose Channel" to Settings\Playback just for you. See if that is what you want.
Are you using Jarvis? The Krypton changes to the skins ended up in the master branch. Try 0.0.384.
To check if I've messed up look form StringCompare in the skin xml files. They changed it to String.IsEqual in Krypton. eg https://github.com/primaeval/script.tvguide.fullscreen/compare/krypton#diff-a6253538ea09cd24ad74687955595136 The dark skin was an early one...
1. If the m3u doesn't change import it in "Menu \ Stream Setup \ Import Playlist". 2. If it changes a bit use "Settings \ Optional \ Import addons.ini \...
@eric859 Which method are you trying to use? I'll see if I can add local file handling to that if you need it.
I've updated my first comment. I think you want to use method 3. Is that right?
You can use local file names as urls in method 3. If you use the Kodi File Manager to add the location of your m3u file you can see the...
It is using the name in the m3u file to match the channel id of the xmltv file I think. https://github.com/primaeval/script.tvguide.fullscreen/blob/master/gui.py#L3882 Can you give me an example channel from your...