Xbms stream from python
#1
is there a way to access xbms://machine.domain.com/directory/ shares from a python script?

thanks
Reply
#2
i don't know this xbms:// ..
anyway, did you tried to open a stream in this way ?

xbmc.player.play(xbmc:// ....)
Reply
#3
sorry, i would should have been more specific.

i want to make a script to make a playlist. i want it to build the playlist based on files on an xbms:// share. the script would need to read the contents of the directory xbms://server/share and build an .m3u file.

obviously os.* doesn't understand xbms://

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Xbms stream from python0