Marantz NR1609 HEOS CLI ProtocolSpecification Version 1.11 02072018 - Page 26

Get Source Info

Page 26 highlights

"image_url": "source logo url 2", "type": "source type 2", "sid": source_id_2, "available": "true/false", "service_username": "user name of the service account" }, { "name": "source name N", "image_url": "source logo url N", "type": "source type N", "sid": source_id_N, "available": "true/false", "service_username": "user name of the service account" } ] } 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 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' 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. service_username Provides user name of the service account. Only avaialable for online music services when 'avaialble' field is set to true. Enumeration N/A N/A 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:

  • 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
  • 45

"image_url": "source logo url 2",
"type": "source type 2",
"sid": source_id_2,
"available": "true/false",
"service_username": "user name of the service account"
},
{
"name": "source name N",
"image_url": "source logo url N",
"type": "source type N",
"sid": source_id_N,
"available": "true/false",
"service_username": "user name of the service account"
}
]
}
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: