Marantz SR7011 HEOS_CLI_PROTOCOL_Specification_290616 - Page 34

Get Service Options for now playing screen - OBSOLETE

Page 34 highlights

"payload": [ { "album_id": "album_id", "images": [ { "image_url": "URL to image file", "width": current image width }, . . . { "image_url": " URL to image file", "width": current image width } ] } ] } Example: heos://browse/retrieve_metadata?sid=2&cid=Alb.184664171 4.4.17 Get Service Options for now playing screen - OBSOLETE Obsolete - Now get_now_playing_media command will include supported option for currently playing media. Command: heos://browse/get_service_options?sid=source_id Attribute Description sid Source id returned by 'get_music_sources' command id Options available on now playing screen (options) Enumeration N/A Following options are currently supported for 'Get Service options for now playing screen': 11 - Thumbs Up (Pandora) 12 - Thumbs Down (Pandora) Note: This command returns service options that are only available on 'now playing' screen. Please refer to 'Browse Source' and 'Browse Source Containers' for service options available on various browse levels. Note: the following response provides examples of the various service options. The actual response will depend on the service options available for a given source type. Response: { "heos": { "command": "browse/get_service_options", "result": "success", "message": "" }, "payload": [ { "play": [ { "id": 11, "name": "Thumbs Up" }, { "id": 12, "name": "Thumbs Down" } ] } ] }

  • 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

"payload": [
{
"album_id": "album_id",
"images": [
{
"image_url": "URL to image file",
"width": current image width
},
.
.
.
{
"image_url": "
",
URL to image file
"width": current image width
}
]
}
]
}
Example:
heos://browse/retrieve_metadata?sid=2&cid=Alb.184664171
4.4.17 Get Service Options for now playing screen - OBSOLETE
Obsolete - Now get_now_playing_media command will include supported option for currently playing media.
Command: heos://browse/get_service_options?sid=source_id
Attribute
Description
Enumeration
sid
Source id returned by 'get_music_sources'
command
N/A
id
(options)
Options available on now playing screen
Following options are currently supported for 'Get Service options for now
playing screen':
11 - Thumbs Up (Pandora)
12 - Thumbs Down (Pandora)
Note: This command returns service options that are only available on 'now playing' screen. Please refer to 'Browse Source' and 'Browse
Source Containers' for service options available on various browse levels.
Note: the following response provides examples of the various service options. The actual response will depend on the service options
available for a given source type.
Response:
{
"heos": {
"command": "browse/get_service_options",
"result": "success",
"message": ""
},
"payload": [
{
"play": [
{
"id": 11,
"name": "Thumbs Up"
},
{
"id": 12,
"name": "Thumbs Down"
}
]
}
]
}