app.rocksky.player.* endpoints — remote control of a Rocksky player.
Summary
Functions
Append items to the queue. Params: :playerId, :items, :position, :shuffle.
Currently playing track. Params: :playerId, :actor.
Playback queue. Params: :playerId.
Skip to next track. Params: :playerId.
Pause playback. Params: :playerId.
Resume playback. Params: :playerId.
Play a directory. Params: :playerId, :directoryId, :shuffle, :recurse, :position.
Play a single file. Params: :playerId, :fileId.
Go to previous track. Params: :playerId.
Seek to position (ms). Params: :playerId, :position.
Functions
Append items to the queue. Params: :playerId, :items, :position, :shuffle.
Currently playing track. Params: :playerId, :actor.
Playback queue. Params: :playerId.
Skip to next track. Params: :playerId.
Pause playback. Params: :playerId.
Resume playback. Params: :playerId.
Play a directory. Params: :playerId, :directoryId, :shuffle, :recurse, :position.
Play a single file. Params: :playerId, :fileId.
Go to previous track. Params: :playerId.
Seek to position (ms). Params: :playerId, :position.