Marantz NR1609 HEOS CLI ProtocolSpecification Version 1.11 02072018 - Page 16

Play Queue Item, 2.17 Remove Items from Queue

Page 16 highlights

}, "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 pid qid Description Player id returned by 'get_players' or 'get_groups' command Queue id for song returned by 'get_queue' command Enumeration N/A 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

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45

},
"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