How to make my video addon to load playlist like m3u???
#1
I'm trying to make video addon... How I can load streams from a m3u fileHuh

Anyone knowsHuh?

I wanna be addon like this

User open addon...
It load the m3u file and shows Streams with titles...
Reply
#2
why would you want to make an addon to read a m3u file ?

anyways, it's the simplest of tasks in a plugin. list the m3u file using xbmcvfs.listdir('path/to/m3u'), then you return those items.
Reply
#3
(2015-11-05, 08:42)ironic_monkey Wrote: why would you want to make an addon to read a m3u file ?

anyways, it's the simplest of tasks in a plugin. list the m3u file using xbmcvfs.listdir('path/to/m3u'), then you return those items.

Oh thanks...

To learn and To add our streams as a m3u and lrovide users...
Reply
#4
@ironic_monkey could you provide the complete the code that it grabs a m3u playlist from a remote url and display them on a list ?
Reply

Logout Mark Read Team Forum Stats Members Help
How to make my video addon to load playlist like m3u???1