music-assistant / server
music-assistant / server
Music Assistant Music Assistant Server
Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.
Music Assistant 是一款免费的开源媒体库管理器,可连接至您的流媒体服务及各种联网扬声器。服务器是 Music Assistant 的核心,必须运行在诸如树莓派 (Raspberry Pi)、NAS、Intel NUC 或类似的全天候运行设备上。
Documentation and support
Documentation https://music-assistant.io Beta Documentation https://beta.music-assistant.io For issues, please go to the issue tracker. For feature requests, please see feature requests.
文档与支持
文档:https://music-assistant.io 测试版文档:https://beta.music-assistant.io 如遇问题,请前往问题追踪器 (issue tracker)。 如需提交功能请求,请查看功能请求页面。
Running the server
Music Assistant can be operated as a complete standalone product but it is actually tailored to use side by side with Home Assistant, it is meant with automation in mind, hence our recommended installation method is to run the server as a Home assistant Add-on.
运行服务器
Music Assistant 可以作为完全独立的产品运行,但它实际上是为与 Home Assistant 配合使用而量身定制的。它在设计时充分考虑了自动化需求,因此我们推荐的安装方式是将其作为 Home Assistant 的插件 (Add-on) 运行。
Installation Instructions
See here https://music-assistant.io/installation/ Note that although Music Assistant’s main code is written in python, it has multiple dependencies on external/OS components such as ffmpeg and custom binaries and it is therefore not possible to run it as standalone pypi package. The only available installation method to run the Music Assistant server is by running the Docker container or the Home Assistant add-on.
安装说明
请参阅此处:https://music-assistant.io/installation/ 请注意,尽管 Music Assistant 的核心代码是用 Python 编写的,但它依赖于多个外部/操作系统组件(如 ffmpeg 和自定义二进制文件),因此无法作为独立的 pypi 包运行。运行 Music Assistant 服务器的唯一可用安装方法是使用 Docker 容器或 Home Assistant 插件。