I can't find any detailed documentation on plugins yet...
I want to make a plugin that opens a TV-stream from my Dreambox. URL is simply: [http://ip-address/video.m3u](http://ip-address/video.m3u) - that playlist always contains the current viewed channel.
So how can i add a plugin, with the simple item called "Play", which opens that URL and plays the video item in the playlist? (MPEG2 TS stream). The video is a "live stream", so no seeking i available.
Hmm, yes i could probably do that - but i was planning to extend it to a real application later, by adding all channels in a list etc, reading current program info/EPG etc. Plugins are written in python, right?
But for now, i just make a .strm file, with the URL to the playlist in it? I’ll try that.