From cf5ac777434ce4f8204599e5ba0e9811f8c4250c Mon Sep 17 00:00:00 2001 From: Santiago Soto Date: Tue, 8 Apr 2025 16:15:47 -0300 Subject: [PATCH 1/2] Add mention of Music Assistant to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f851e1ef..152ba96e 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,8 @@ There is also an [unofficial FHEM module](https://forum.fhem.de/index.php/topic, There is a [snapcast component for Home Assistant](https://home-assistant.io/components/media_player.snapcast/) which integrates a Snapcast controller in to the [Home Assistant](https://home-assistant.io/) home automation system and a [snapcast python plugin for Domoticz](https://github.com/akamming/domoticz-snapcast) to integrate a Snapcast controller into the [Domoticz](https://domoticz.com/) home automation system. +There is also support for [Music Assistant](https://github.com/music-assistant/music-assistant), a powerful music management system designed to work with Home Assistant. It enables seamless streaming to Snapcast clients from local files or streaming services, with advanced features like multi-room playback, metadata management, and automated library organization. + For a web interface in Python, see [snapcastr](https://github.com/xkonni/snapcastr), based on [python-snapcast](https://github.com/happyleavesaoc/python-snapcast). This interface controls client volume and assigns streams to groups. Another web interface running on any device is [snapcast-websockets-ui](https://github.com/derglaus/snapcast-websockets-ui), running entirely in the browser, which needs [websockify](https://github.com/novnc/websockify). No configuration needed; features almost all functions; still needs some tuning for the optics. From f1e8b3bd623a4e405432937739f558335f842526 Mon Sep 17 00:00:00 2001 From: Santiago Soto Date: Tue, 8 Apr 2025 16:18:05 -0300 Subject: [PATCH 2/2] Update Music Assistant link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 152ba96e..56916f5b 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ There is also an [unofficial FHEM module](https://forum.fhem.de/index.php/topic, There is a [snapcast component for Home Assistant](https://home-assistant.io/components/media_player.snapcast/) which integrates a Snapcast controller in to the [Home Assistant](https://home-assistant.io/) home automation system and a [snapcast python plugin for Domoticz](https://github.com/akamming/domoticz-snapcast) to integrate a Snapcast controller into the [Domoticz](https://domoticz.com/) home automation system. -There is also support for [Music Assistant](https://github.com/music-assistant/music-assistant), a powerful music management system designed to work with Home Assistant. It enables seamless streaming to Snapcast clients from local files or streaming services, with advanced features like multi-room playback, metadata management, and automated library organization. +There is also support for [Music Assistant](https://www.music-assistant.io), a powerful music management system designed to work with Home Assistant. It enables seamless streaming to Snapcast clients from local files or streaming services, with advanced features like multi-room playback, metadata management, and automated library organization. For a web interface in Python, see [snapcastr](https://github.com/xkonni/snapcastr), based on [python-snapcast](https://github.com/happyleavesaoc/python-snapcast). This interface controls client volume and assigns streams to groups.