for the SoundCloud Binding
Widget setup
Add the soundcloud_search widget to a page and configure the following properties:
| Property | Required | Description |
|---|---|---|
queryItem |
String Item → search#query |
|
resultsItem |
String Item → search#results |
|
trackIdItem |
String Item → player#track-id |
|
streamUrlItem |
String Item → player#stream-url |
|
titleItem |
String Item → player#title |
|
artistItem |
String Item → player#artist |
|
artworkItem |
String Item → player#artwork-url |
|
stateItem |
String Item → player#playback-state |
|
chromecastTargetItem |
String Item linked to player#chromecast-target — stores the selected Chromecast (e.g. SC_CCTarget) |
|
chromecastTag |
Tag on your Chromecast playuri items (default: Chromecast) |
Note: Pause, Stop, Volume and Mute are routed via four fixed proxy items (
SC_CC_Control,SC_CC_Stop,SC_CC_Volume,SC_CC_Mute) and a routing rule — see Chromecast routing rule below. No per-device configuration is needed in the widget.