i dont want to list the item and make that playable as for the way the plugin is written it cant be done
i have this but it just buggers up
if i just have this it will loop
i have this but it just buggers up
Code:
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(url)
if xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).stop():
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).stop()
if i just have this it will loop
Code:
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(url)