I have plex plugin which adds track items to plugin and then it plays well. But I am facing problem while I try to play a streaming media.
Ex:
dir.Append(TrackItem(key=key,title=title,artist=None, album=None, index=None, rating=None, duration=None, thumb=Thumbnail, art=None))
the key contains the streaming URL .
The problem is happening only with streaming audio. Because , when I download the streaming audio and then deploy to the IIS and pass it to key , then it works fine.
That’s your plug-in’s log - that just shows that it’s returning the data to the client correctly. I need to see the client log (~/Library/Logs/Plex.log). Thanks