View on GitHub

ickstream-docs

Public documentation about the ickStream Music Platform

This can be things like:

Notification:

{
    "jsonrpc": 2.0,
    "method": "playbackQueueChanged",
    "params": {
        "playlistId": < Globally unique identity of the playlist which have been used to fill the playback queue >,
        "playlistName" <Textual name for the playlist which have been used to fill the playback queue >,
        "lastChanged": <timestamp when the playback queue was last changed >
        "countAll": < Total number of items currently in the playback queue >
    }
}

Specific information:

Category:Player Protocol