shuffle

🟡 Incomplete

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


Shuffle the current queue, then set the current Song to the 1st Song in the queue.

Inputs

None

Outputs

null if everything went ok.

Example Request

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

Example Response

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