next

🟡 Incomplete

This API's output may have additions in the future.


Skip to the next song in the queue.

Ends the queue (or repeats if a repeat mode is on) if at the last song.

Does nothing if the queue is empty.

Inputs

None

Outputs

null if everything went ok.

Example Request

festival-cli next
curl http://localhost:18425 -d '{"jsonrpc":"2.0","id":0,"method":"next"}'

Example Response

{
  "jsonrpc": "2.0",
  "result": null, // <--- everything went ok.
  "id": 0
}