eric859

Results 13 comments of eric859

It's a local file, not a url. I found that to be an issue as well. Can I put in a "c:\..." entry in the URL? Also, does your addon...

I'm not sure what you mean by method I'm trying to use. I have a local m3u8 file that I use in Kodi with another local, customized xmltv file I...

Yes, method 3. I've added the m3u8 file in the Optional - Import m3u, but it doesn't seem to automatically link each channel from the xmltv file to the streams...

I had to remove personal info from the m3u8 file, so it won't work for you, but the xmltv file is original. Let me know if this is ok. [test.m3u8.txt](https://github.com/primaeval/script.tvguide.fullscreen/files/1168454/test.m3u8.txt)...

**m3u8 file:** #EXTINF:-1 tvg-id="HBO 2 HDTV (East)" tvg-name="HBO 2" tvg-logo="https://www.thelogodb.com/images/media/logo/ysqqqu1433944425.png/medium" group-title="USA TV",HBO 2 http://xxxxx.xx:2095/live/xxxxxx/xxxxxxxx/174.ts **XML file:** ``` 502 HBO2HD 502 HBO2HD HBO 2 HD ```

I matched the tvg-id in the m3u file and the Channel id in the xml file to get it working in Kodi.

That would be great, but don't do it just for me. Do it if you think it would help others and if it adds functionality. Thanks again!

It's giving me an error - "Stream Failed" with the channel (Ex: 502 HBO2HD) underneath - when I try to select the channel. Prior to the update it was bringing...

Yes, the correct channel url as seen in the m3u8 file is listed next to the channel in the custom_stream_urls_autosave.ini file. Not sure now why it's not working.

Here is the line that gets created in the custom_stream_urls_autosave.ini: HBO 2 HDTV (East)=http://xxxx.xxx:2095/live/xxxxxx/xxxxx/174.ts The channel name at the beginning of the line is the "tvg-id" in the m3u8 file...