playselected() in python !!!!

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ameenu Offline
Junior Member
Posts: 2
Joined: Nov 2011
Reputation: 0
Post: #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 Confused Sad

BTW i'm using xbmc pre 11

pls help me
find quote