Marantz SR5015 HEOS CLI ProtocolSpecification Version - Page 33

Get Source Search Criteria

Page 33 highlights

"name": "'album name'", "image_url": "'album image url'", "artist": "'artist name'", "cid": "'container id'", "mid": "'media id'" }, { "container": "no", "playable": "yes", "type": "song", "name": "'song name'", "image_url": "'album image url'", "artist": "'artist name'", "album": "'album name'", "mid": "'media id'" }, { "container": "yes", "playable": "no", "type": "container", "name": "'container name'", "image_url": "'container image url'", "cid": "'container id'", "mid": "'media id'" }, { "container": "no", "playable": "yes", "type": "station", "name": "'station name'", "image_url": "'station url'", "mid": "'media id'" } ], "options": [ { "browse": [ { "id": 4, "name": "Add Playlist to Library" } ] } ] } Example: heos://browse/browse?sid=2&cid=TopAlbums&range=0,100 Supported Sources: Local Media Servers, Playlists, History, Aux-In, TuneIn, Pandora, Rhapsody, Deezer, SiriusXM, iHeartRadio, Napster, Tidal, SoundCloud, Amazon Music 4.4.5 Get Source Search Criteria Command: heos://browse/get_search_criteria?sid=source_id Attribute sid playable cid Description Enumeration Source id returned by 'get_music_sources' N/A command Indicates if Play-All option is supported on yes or no searched tracks. Prefix to search string used while adding entire search results to play queue Only valid when 'playable' is 'yes'. Currently supported prefix: SEARCHED_TRACKSNote: Can be extended, avoid hard code

  • 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
  • 46
  • 47

"name": "'album name'",
"image_url": "'album image url'",
"artist": "'artist name'",
"cid": "'container id'",
"mid": "'media id'"
},
{
"container": "no",
"playable": "yes",
"type": "song",
"name": "'song name'",
"image_url": "'album image url'",
"artist": "'artist name'",
"album": "'album name'",
"mid": "'media id'"
},
{
"container": "yes",
"playable": "no",
"type": "container",
"name": "'container name'",
"image_url": "'container image url'",
"cid": "'container id'",
"mid": "'media id'"
},
{
"container": "no",
"playable": "yes",
"type": "station",
"name": "'station name'",
"image_url": "'station url'",
"mid": "'media id'"
}
],
"options": [
{
"browse": [
{
"id": 4,
"name": "Add Playlist to Library"
}
]
}
]
}
Example: heos://browse/browse?sid=2&cid=TopAlbums&range=0,100
Supported Sources: Local Media Servers, Playlists, History, Aux-In, TuneIn, Pandora, Rhapsody, Deezer, SiriusXM, iHeartRadio,
Napster, Tidal, SoundCloud, Amazon Music
4.4.5 Get Source Search Criteria
Command: heos://browse/get_search_criteria?sid=source_id
Attribute
Description
Enumeration
sid
Source id returned by 'get_music_sources'
command
N/A
playable
Indicates if Play-All option is supported on
searched tracks.
yes or no
cid
Prefix to search string used while adding
entire search results to play queue
Only valid when 'playable' is 'yes'.
Currently supported prefix:
SEARCHED_TRACKS-
Note: Can be extended, avoid hard code