Add docs for subsonicupdate features in #4862

This commit is contained in:
J0J0 Todos 2023-07-25 09:16:20 +02:00
parent c34385fce7
commit 09378e122c

View file

@ -18,11 +18,18 @@ which looks like this::
pass: password
auth: token
With that all in place, beets will send a Rest API to your Subsonic
server every time you import new music.
Due to a current limitation of the API, all libraries visible to that user will be scanned.
With that all in place, this plugin will send a REST API call to your Subsonic
server every time you change your beets library. Due to a current limitation
of the API, all libraries visible to that user will be scanned.
This plugin requires Subsonic with an active Premium license (or active trial).
If the :doc:`/plugins/smartplaylist` is used, creating or changing any
playlist will trigger a Subsonic update as well.
This plugin requires Subsonic with an active Premium license (or active trial)
or any other `Subsonic API compatible`_ server implementing the ``startScan``
endpoint.
.. _Subsonic API compatible: http://www.subsonic.org/pages/api.jsp
Configuration
-------------