HTTP API: Resume playlist after stop
#1
Question 
Hello,

Is there a way to resume playing a playlist once the user pressed stop? I've tried PlayNext() and PlaylistNext(), neither works. The eventserver play command will play the currently selected element in the GUI, which is not the idea.

Cheers!
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply
#2
You might want to try SetPlaylistSong(index). Set index to the position into the playlist you want to play.
I am an expert at acting like an expert ---- WC Fields.

XBMC Web Control Interface - https://github.com/mthiels/webinterface.xrc
Reply
#3
Yeah thanks that's what I'm doing now - remembering the play position and resetting it on play.
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
HTTP API: Resume playlist after stop0