getPlayQueue

Returns the state of the play queue for this user.

http://your-server/rest/getPlayQueue Since 1.12.0

Returns the state of the play queue for this user (as set by savePlayQueue). This includes the tracks in the play queue, the currently playing track, and the position within this track. Typically used to allow a user to move between different clients/apps while retaining the same play queue (for instance when listening to an audio book).

Parameters

Takes no extra parameters.

Example

Result

A subsonic-response element with a nested playQueue element on success.

// TODO
// TODO
Field Type Req. OpenS. Details
playQueue playQueue Yes The play queue
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)