mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 22:12:53 +01:00
Add docs for subsonicupdate features in #4862
This commit is contained in:
parent
c34385fce7
commit
09378e122c
1 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue