View on GitHub

ickstream-docs

Public documentation about the ickStream Music Platform

Change the current track

Request:

{
    "jsonrpc": 2.0,
    "id": < A unique number used to correlate requests with responses, see JSON-RPC specification for more information >,
    "method": "setTrack",
    "params": {
        "playbackQueuePos": < Absolute position within the playback queue >
    }
}

Response:

{
    "jsonrpc": 2.0,
    "id": < The request identity >,
    "result": {
        "playbackQueuePos": < Playback queue position after the change >,
    }
}

Specific information:

Category:Player Protocol