stop
🟡 Incomplete
This API's output may have additions in the future.
Clear the queue and stop playback.
Inputs
None
Outputs
Field | Type | Description |
---|---|---|
len | unsigned integer | Amount of Song 's cleared from the queue |
Example Request
festival-cli stop
curl http://localhost:18425 -d '{"jsonrpc":"2.0","id":0,"method":"stop"}'
Example Response
{
"jsonrpc": "2.0",
"result": {
"len": 207
},
"id": 0
}