Yamaha MusicCast
Monitor MusicCast device/receivers for music played on Network/USB/CD inputs.
Scrobbling Threshold
Musiccast may not correctly report track length. If this is the case you should reduce the "listened to" duration using Scrobble Thresholds so that multi-scrobbler scrobbles correctly.
URL
If only a domain/IP:PORT is provided to multi-scrobbler it will automatically append the default Musiccast API path. If your Musiccast device is located behind a custom URL (or reverse proxy) you should explicitly provide the base path to use.
EX
url | Transformed URL |
|---|---|
http://192.168.0.101 | http://192.168.0.101/YamahaExtendedControl/v1 |
http://mydomain.com/reverseProxy/cast | http://mydomain.com/reverseProxy/cast |
Configuration
- ENV
- File
- AIO
| Environmental Variable | Required? | Default | Description |
|---|---|---|---|
MCAST_URL | Yes | The Musiccast device URL |
CONFIG/musiccast.json
[
{
"name": "myYamaha",
"enable": true,
"data": {
"url": "192.168.0.101"
}
}
]
or explore the schema with an example and live editor/validator
CONFIG_DIR/config.json
{
"sources": [
{
"name": "myYamaha",
"enable": true,
"data": {
"url": "192.168.0.101"
},
"type": "musiccast"
}
]
}
or explore the schema with an example and live editor/validator