Specifications

}
]
}
Example: heos://browse/get_music_sources
The following are valid source types:
music_service
heos_service
heos_server
dlna_server
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
available Only valid for online music services. If true
'service_username' will provide user name
of the service account.
This should not be treated as the music
service being supported through CLI or
not.
The services supported through CLI is
listed in 'Supported music services'
section.
N/A
service_username Provides user name of the service account.
Only avaialable for online music services
when 'avaialble' field is set to true.
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_1,
"available": "true/false",
"service_username": "user name of the service account"
},
]
}
Example: heos://browse/get_source_info
The following are valid source types:
music_service
heos_service