Protocol Specs
Table Of Contents
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 byCriteria String:
Shows)
3 - Track ( Create New Station byCriteria String:
Tracks)