Protocol Specifications

},
"payload": [
{
"song": "'song name 1'",
"album": "'album name 1'",
"artist": "'artist name 1'",
"image_url": "'image_url 1'",
"qid": "'queue id 1'",
"mid": "'media id 1'"
"album_id": "AlbumId 1'"
},
{
"song": "'song name 2'",
"album": "'album name 2'",
"artist": "'artist name 2'",
" image_url": "''image_url 2'",
"qid": "'queue id 2'",
"mid": "'media id 2'"
"album_id": "AlbumId 2'"
},
.
.
.
{
"song": "'song name N'",
"album": "'album name N'",
"artist": "'artist name N'",
" image_url": "''image_url N'",
"qid": "'queue id N'",
"mid": "'media id N'"
"album_id": "AlbumId N'"
}
]
}
Example: heos://player/get_queue?pid=1&range=0,10
4.2.16 Play Queue Item
Command: heos://player/play_queue?pid=player_id&qid=queue_song_id
Attribute Description Enumeration
pid Player id returned by 'get_players' or 'get_groups' command N/A
qid Queue id for song returned by 'get_queue' command N/A
Response:
{
"heos": {
"command": " player/play_queue",
"result": "success",
"message": "pid='player_id'&qid='queue_id'"
}
}
Example: heos://player/play_queue?pid=2&qid=9
4.2.17 Remove Item(s) from Queue
Command: heos://player/remove_from_queue?pid=player_id&qid=queue_id_1,queue_id_2,…,queue_id_n
Attribute Description Enumeration