Marantz SR7011 HEOS_CLI_PROTOCOL_Specification_290616 - Page 16

Save Queue as Playlist, 2.19 Clear Queue, 2.20 Play Next, 2.21 Play Previous

Page 16 highlights

4.2.18 Save Queue as Playlist Command: heos://player/save_queue?pid=player_id&name=playlist_name Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A name String for new playlist name limited to 128 unicode characters N/A Response: { "heos": { "command": "player/save_queue ", "result": "success", "message": "pid='player_id'&name='playlist_name'" } } Example: heos://player/save_queue?pid=1&name=great playlist 4.2.19 Clear Queue Command: heos://player/clear_queue?pid=player_id Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A Response: { "heos": { "command": "player/clear_queue ", "result": "success", "message": "pid='player_id'" } } Example: heos://player/clear_queue 4.2.20 Play Next Command: heos://player/play_next?pid=player_id Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A Response: { "heos": { } } "command": " player/play_next", "result": "success", "message": "pid=player_id" Example: heos://player/play_next?pid=1 4.2.21 Play Previous Command: heos://player/play_previous?pid=player_id

  • 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

4.2.18 Save Queue as Playlist
Command: heos://player/save_queue?pid=player_id&name=playlist_name
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
name
String for new playlist name limited to 128 unicode characters
N/A
Response:
{
"heos": {
"command": "player/save_queue ",
"result": "success",
"message": "pid='player_id'&name='playlist_name'"
}
}
Example: heos://player/save_queue?pid=1&name=great playlist
4.2.19 Clear Queue
Command: heos://player/clear_queue?pid=player_id
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
Response:
{
"heos": {
"command": "player/clear_queue ",
"result": "success",
"message": "pid='player_id'"
}
}
Example: heos://player/clear_queue
4.2.20 Play Next
Command: heos://player/play_next?pid=player_id
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
Response:
{
"heos": {
"command": " player/play_next",
"result": "success",
"message": "pid=player_id"
}
}
Example: heos://player/play_next?pid=1
4.2.21 Play Previous
Command: heos://player/play_previous?pid=player_id