diff --git a/remote-api-documentation.md b/remote-api-documentation.md index 673991d..541eb14 100644 --- a/remote-api-documentation.md +++ b/remote-api-documentation.md @@ -344,7 +344,8 @@ play the track at the specified index in the current play queue "id": "", "device_id": "", "options": { - "index": + "index": , /* optional */ + "time": /* in seconds. optional */ } } ``` @@ -362,6 +363,7 @@ replace the current play queue with all tracks (filtered by optional keywords), "device_id": "", "options": { "index": , /* optional */ + "time": , /* in seconds. optional */ "filter": "" /* optional */ } } @@ -380,7 +382,8 @@ replaces the current play queue with the specified array of tracks, and starts p "device_id": "", "options": { "ids": [ /* array of int64 ids */], - "index": /* optional */ + "index": , /* optional */ + "time": /* in seconds. optional */ } } ``` @@ -1091,6 +1094,26 @@ as described in the `snapshot_play_queue` documentation, snapshots not accessed **response**: generic success/failure response. +### play_snapshot_tracks (0.36.0+) + +replaces the play queue with the snapshot for the specified `device_id`, and starts playback at the specified index and time. + +**request**: +``` +{ + "name": "play_snapshot_tracks ", + "type": "request", + "id": "", + "device_id": "", + "options": { + "index": , /* optional */ + "time": /* in seconds. optional */ + } +} +``` + +**response**: generic success/failure response. + # http urls ## audio data