primaeval

Results 111 comments of primaeval

The string match will just pick up the last part of the line after the last comma. eg HBO 2 What does the HBO 2 channel look like in the...

It won't match because it is trying to match "HBO 2 HDTV (East)" to "HBO 2". I would pull it in with method 1 or 2 if I were you...

Actually, if this is the normal way of doing it I could add in a search for tvg-id and match that to the channel id. I'll have a go at...

It might do especially if that is the way the Kodi PVR is set up.

Have a go with 0.0.356. I've added in a check to see if there is a tvg-id field and use that instead of the name. It should work in Optional...

1 or 2and3 is really the choice. Not both. Have a look in the file "userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls_autosave.ini" to see if the right hbo stream url is mapped up to the channel...

If you really want to see what is going on use something like this to look in the source.db file. http://sqlitebrowser.org/ The channels table has the channel info from the...

I can see the problem now. I had an invisible carriage return at the end of the stream url that was stopping it playing. Hold tight. I'll get a new...

Try now. I think 0.0.357 should fix it.

Good. I had a nagging feeling something was missing. It didn't show up in the output because it is invisible.