fixme-lausanne/mpd-wsgi

Add an endpoint to set the current song

Closed this issue · 2 comments

At the moment the client can only set the first song of the current playlist as the current song (and change it using previous / next features). That's not cool if you want to play the 20th song.

What do you think about a PUT request on /api/current/3 (3 is the index in the current playlist) ?

If I understand correctly this discussion POST is better suited to set the current song.

Done.
See #45.