From: Marcel van der Veldt Date: Fri, 8 Apr 2022 18:03:05 +0000 (+0200) Subject: Update README.rst X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7056cb401b91e0daf89190fdd061bd85afb2bdca;p=music-assistant-server.git Update README.rst --- diff --git a/README.rst b/README.rst index 5c630989..d3e1ec67 100644 --- a/README.rst +++ b/README.rst @@ -5,10 +5,21 @@ Music Assistant :target: https://pypi.python.org/pypi/music_assistant -**Music Assistant** - A library manager for (streaming) media +**Music Assistant** +Python library for managing online and offline music sources and orchestrate playback to devices. -Companion app for Home Assistant for music library management and streaming audio to common connected speakers. +Features: -Work in Progress: More info soon! +- Supports multiple music sources through a provider implementation. +- Currently implemented music providers are Spotify, Qobuz, Tune-In Radio and local filesystem +- More music providers can be easily added. +- Auto matches music on different providers (track linking) +- Fetches metadata for extended artist information +- Keeps track of the entire musis library in a compact database +- Provides all the plumbing to actually playback music to players. + + +This library has been created mainly for the Home Assistant integration but can be used stand-alone as well in other projects. +See the examples folder for some simple code samples or have a look at the [Home Assistant Integration](https://github.com/music-assistant/hass-music-assistant) for discovering the full potential.