Valdas V.
Valdas V.
This plug-in uses description to show [program guide](https://github.com/Cigaras/IPTV.bundle/wiki/Program-guide), in theory I could replace it with some kind of channel description if program guide is not available, however parsing it automatically...
It's handled by Plex client/player, plug-in has no control over it.
There are no errors in this log, looks like the Plex app you are using is just not able to play the stream. And now as [Plex has killed plug-ins...
Duplicates #19, #38, #55, #147 and #154. Could You share a sample URL?
I am afraid I do not have control over playback, or at least I can't find anything in available [documentation](https://us.v-cdn.net/6025034/uploads/editor/rg/jxvpxxxt63r6.pdf) 😞 On the other hand, if You think about it,...
Plug-in has no control over audio tracks or subtitles, it is all handled by Your Plex player.
No idea mate, plug-in does not handle certificates and stuff, only passes stream url to Plex app in a format desirable by Plex. I used multiple playlist and streams from...
Does it work using Plex Media Player for Windows?
I do not own a Play Station or a Samsung TV so there is not much I can help You with 😞
As Plex API is missing some features and plug-in uses [urllib2](https://docs.python.org/2/library/urllib2.html) to handle some things in [m3u](https://github.com/Cigaras/IPTV.bundle/blob/master/Contents/Code/m3u_parser.py#L155) and [xml](https://github.com/Cigaras/IPTV.bundle/blob/master/Contents/Code/xmltv_parser.py#L35) files, it might be limited in ipv6 department, however [playlist](https://github.com/Cigaras/IPTV.bundle/blob/master/Contents/Code/m3u_parser.py#L52) and...