Marantz AV8805 HEOS CLI PROTOCOL Specification - Page 18

Play Next, 2.22 Play Previous, 2.23 Set QuickSelect [LS AVR Only], 2.24 Play QuickSelect [LS

Page 18 highlights

Example: heos://player/move_queue_item?pid=2,4&sqid=2&dqid=6 4.2.21 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.22 Play Previous Command: heos://player/play_previous?pid=player_id Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A Response: { "heos": { } } "command": " player/play_previous", "result": "success", "message": "pid=player_id" Example: heos://player/play_previous?pid=1 4.2.23 Set QuickSelect [LS AVR Only] Command: heos://player/set_quickselect?pid=player_id&id= Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A id Quick select Id to which currently playing source needs to be stored 1-6 Response: { "heos": { } } "command": " player/set_quickselect", "result": "success", "message": "pid=player_id&id=" Example: heos://player/set_quickselect?pid=1&id=2 Currently supported HEOS products: LEGO AVR, HEOS BAR 4.2.24 Play QuickSelect [LS AVR Only] Command: heos://player/play_quickselect?pid=player_id&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
  • 42
  • 43
  • 44

Example:
heos://player/move_queue_item?pid=2,4&sqid=2&dqid=6
4.2.21 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.22 Play Previous
Command: heos://player/play_previous?pid=player_id
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
Response:
{
"heos": {
"command": " player/play_previous",
"result": "success",
"message": "pid=player_id"
}
}
Example: heos://player/play_previous?pid=1
4.2.23 Set QuickSelect [LS AVR Only]
Command: heos://player/set_quickselect?pid=player_id&id=<quick select id>
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
id
Quick select Id to which currently playing source needs to be stored
1-6
Response:
{
"heos": {
"command": " player/set_quickselect",
"result": "success",
"message": "pid=player_id&id=<quick select id>"
}
}
Example: heos://player/set_quickselect?pid=1&id=2
Currently supported HEOS products: LEGO AVR, HEOS BAR
4.2.24 Play QuickSelect [LS AVR Only]
Command: heos://player/play_quickselect?pid=player_id&id=<quick select id>