PDA

View Full Version : .playselected(int) not working with Video Playlist


stanley87
2009-02-13, 01:30
Anyone else noticed this?

If i have a playlist of videos.
And try to use:
player.playselected(2)
it fails.
At the moment, i have to player.play(plist) then player.next() until i get to the movie i wish to play.

This is for my ResumeX script.

Any help would be greatly appreciated

I looked at the player.cpp file in the xbmc source.
Appears the playselected() always forces the playlist type to a music playlist... but i can't build xbmc at the moment so can't test a fix :P

Thanks!

jmarshall
2009-02-13, 01:58
Post a ticket on trac with everything we need to reproduce (and any ideas you have to fix it).

Cheers,
Jonathan