Marantz AV7703 HEOS_CLI_PROTOCOL_Specification_290616 - Page 23

Get Source Info, 4.3 Browse Source

Page 23 highlights

4.4.2 Get Source Info Command: heos://browse/get_source_info?sid=source_id Attribute Description Enumeration sid Source id returned by 'get_music_sources' command N/A (Or) Source id returned by 'browse' command when browsing source types 'heos_server' and 'heos_service' Response: { "heos": { "command": "browse/get_source_info", "result": "success", "message": "" }, "payload": [ { "name": "source name", "image_url": "source logo url", "type": "source type", "sid": source_id }, ] } Example: heos://browse/get_source_info The following are valid source types: music_service heos_service heos_server dlna_server 4.4.3 Browse Source Command: heos://browse/browse?sid=source_id Attribute Description sid Source id returned by 'get_music_sources' command (Or) Source id returned by 'browse' command when browsing source types 'heos_server' and 'heos_service' id Options available for current browse level (options) scid criteria for creating new station Enumeration N/A Following options are currently supported for 'Browse Source' command 13 - Create New Station (Pandora, iHeartRadio) 20 - Remove from HEOS Favorites (Favorites) Possibilities: 1 - Artist (default) (Criteria String: Create New Station by Artists) 5 - Show (Criteria String: Create New Station by Shows) 3 - Track (Criteria String: Create New Station by Tracks)

  • 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.4.2 Get Source Info
Command: heos://browse/get_source_info?sid=source_id
Attribute
Description
Enumeration
sid
Source id returned by 'get_music_sources' command
(Or) Source id returned by 'browse' command when browsing source types 'heos_server' and 'heos_service'
N/A
Response:
{
"heos": {
"command": "browse/get_source_info",
"result": "success",
"message": ""
},
"payload": [
{
"name": "source name",
"image_url": "source logo url",
"type": "source type",
"sid": source_id
},
]
}
Example: heos://browse/get_source_info
The following are valid source types:
music_service
heos_service
heos_server
dlna_server
4.4.3 Browse Source
Command: heos://browse/browse?sid=source_id
Attribute
Description
Enumeration
sid
Source id returned by 'get_music_sources' command
(Or) Source id returned by 'browse' command when browsing
source types 'heos_server' and 'heos_service'
N/A
id
(options)
Options available for current browse level
Following options are currently supported for 'Browse
Source' command
13 - Create New Station (Pandora, iHeartRadio)
20 - Remove from HEOS Favorites (Favorites)
scid
criteria for creating new station
Possibilities:
1 - Artist (default) (Criteria String: Create New Station
by Artists)
5 - Show (
Create New Station by
Criteria String:
Shows)
3 - Track (
Create New Station by
Criteria String:
Tracks)