mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2026-02-22 18:25:24 +01:00
+ picture for each scenario
+ treeware licence & badge
This commit is contained in:
parent
1e2d968dee
commit
ef439f223b
11
README.md
11
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# MusicCast "repair kit" 🩹
|
||||
|
||||
[](https://hub.docker.com/r/nicolabs/musiccast-repairkit)
|
||||
[](https://hub.docker.com/r/nicolabs/musiccast-repairkit) [](https://plant.treeware.earth/nicolabs/musiccast-repairkit)
|
||||
|
||||
This program will help you implement missing features for your [Yamaha MusicCast©](https://usa.yamaha.com/products/contents/audio_visual/musiccast/index.html) devices by watching events (e.g. volume or source change) and automatically updating the settings, according to your scenarios.
|
||||
|
||||
|
|
@ -18,6 +18,8 @@ Each scenario is implemented as a script in the scripts directory in this projec
|
|||
|
||||
### Automatic sound program depending on the source
|
||||
|
||||

|
||||
|
||||
*This is the script that comes from the original project, axelo/yamaha-sound-program-by-source.*
|
||||
|
||||
When the input source of your Yamaha receiver changes, the sound program and clear voice settings are automatically changed.
|
||||
|
|
@ -36,6 +38,8 @@ Top-level options (e.g. `--source`) and configuration file are also valid.
|
|||
|
||||
### Sync volume of several devices
|
||||
|
||||

|
||||
|
||||
If you have a Yamaha MusicCast receiver (like *CRX N470D*) *wirelessly* connected to Yamaha MusicCast speakers (like a MusicCast 20 stereo pair), you may have noticed that using the front volume button or the IR remote from the CRX will not update the volume of the linked speakers. Those hardware buttons only work with speakers directly wired to the CRX receiver. Your only option to set the same volume to all connected devices is to use the Yahama MusicCast mobile app, which is far less user-friendly than the physical remote.
|
||||
|
||||
This script will solve this by listening to volume updates on a source device and applying any volume change to one or more target devices.
|
||||
|
|
@ -135,3 +139,8 @@ This will log network activity :
|
|||
- https://www.pdf-archive.com/2017/04/21/yxc-api-spec-advanced/yxc-api-spec-advanced.pdf
|
||||
- https://github.com/samvdb/php-musiccast-api
|
||||
- [musiccast2mqtt, another implementation with MQTT, but old](https://github.com/ppt000/musiccast2mqtt) ([doc](https://musiccast2mqtt.readthedocs.io/en/latest/))
|
||||
|
||||
|
||||
## Licence
|
||||
|
||||
This package is [Treeware](https://treeware.earth). If you use it in production, then we ask that you [**buy the world a tree**](https://plant.treeware.earth/nicolabs/musiccast-repairkit) to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
|
||||
|
|
|
|||
BIN
doc/source-buttons.png
Normal file
BIN
doc/source-buttons.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 389 KiB |
BIN
doc/volume-buttons.png
Normal file
BIN
doc/volume-buttons.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 350 KiB |
Loading…
Reference in a new issue