playselected() in python !!!!
#1
hello,

i use this code

playlist = xbmc.PlayList( xbmc.PLAYLIST_VIDEO )
playlist.clear()
playlist.add(url=str(turl[0]),listitem=tlistitem[0])
playlist.add(url=str(turl[1]),listitem=tlistitem[1])
xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).play(playlist)
xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).playselected(1)


the playselected() does not jump to the selected video i don't know why ? Sad

BTW i'm using xbmc pre 11

pls help me
Reply

Logout Mark Read Team Forum Stats Members Help
playselected() in python !!!!0