Marantz SR6015 HEOS CLI ProtocolSpecification Version - Page 36

Play Station, 4.8 Play Preset Station

Page 36 highlights

{ "browse": [ { "id": 2, "name": "Add Album to Library" } ] } ] } Example: heos://browse/search?sid=2&search="U2"&scid=1 Supported Sources: Local Media Servers, TuneIn, Rhapsody, Deezer, Napster, Tidal, SoundCloud 4.4.7 Play Station Command: heos://browse/play_stream?pid=player_id&sid=source_id&cid=container_id&mid=media_id&name=station_name Attribute sid cid mid pid name Description Enumeration Source id returned by 'get_music_sources' N/A command Container id that is used to browse N/A current container. Ignore if container id doesn't exists as in case of playing station obtained through 'Search' command. Media id returned by 'browse'or 'search' N/A command Player id returned by 'get_players' or N/A 'get_groups' command Station name returned by 'browse' N/A command. Note: The mid for this command must be a 'station' media type. Response: Note: this command will cause a Now Playing Change Event to occur if a new stream is played. { "heos": { "command": " browse/play_stream ", "result": "success", "message": "pid='player_id'&sid='source_id&cid='container_id'&mid='media_id'&name='station_name'" } } Example: heos://browse/play_stream?pid=1&sid=2&cid='CID-55'&mid=15376&name=Q95 Supported Sources: History, Favorites, TuneIn, Pandora, Rhapsody, Deezer, SiriusXM, iHeartRadio, Napster, SoundCloud, Amazon Music 4.4.8 Play Preset Station Command: heos://browse/play_preset?pid=player_id&preset=preset_position Attribute Description Enumeration pid Player id returned by 'get_players' or 'get_groups' command N/A preset Station offset in HEOS Favorites 1 and above Response: Note: this command will cause a Now Playing Change Event to occur if a new stream is played. {

  • 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

{
"browse": [
{
"id": 2,
"name": "Add Album to Library"
}
]
}
]
}
Example: heos://browse/search?sid=2&search="U2"&scid=1
Supported Sources: Local Media Servers, TuneIn, Rhapsody, Deezer, Napster, Tidal, SoundCloud
4.4.7 Play Station
Command: heos://browse/play_stream?pid=player_id&sid=source_id&cid=container_id&mid=media_id&name=station_name
Attribute
Description
Enumeration
sid
Source id returned by 'get_music_sources'
command
N/A
cid
Container id that is used to browse
current container. Ignore if container id
doesn't exists as in case of playing station
obtained through 'Search' command.
N/A
mid
Media id returned by 'browse'or 'search'
command
N/A
pid
Player id returned by 'get_players' or
'get_groups' command
N/A
name
Station name returned by 'browse'
command.
N/A
Note: The mid for this command must be a 'station' media type.
Response:
: this command will cause a Now Playing Change Event to occur if a new stream is played.
Note
{
"heos": {
"command": " browse/play_stream ",
"result": "success",
"message": "pid='player_id'&sid='source_id&cid='container_id'&mid='media_id'&name='station_name'"
}
}
Example: heos://browse/play_stream?pid=1&sid=2&cid='CID-55'&mid=15376&name=Q95
Supported Sources: History, Favorites, TuneIn, Pandora, Rhapsody, Deezer, SiriusXM, iHeartRadio, Napster, SoundCloud, Amazon Music
4.4.8 Play Preset Station
Command: heos://browse/play_preset?pid=player_id&preset=preset_position
Attribute
Description
Enumeration
pid
Player id returned by 'get_players' or 'get_groups' command
N/A
preset
Station offset in HEOS Favorites
1 and above
Response:
: this command will cause a Now Playing Change Event to occur if a new stream is played.
Note
{