Skip to content

Commit

Permalink
Add docs for subsonicupdate features in #4862
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jul 25, 2023
1 parent f27ee93 commit c0c3f06
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/plugins/subsonicupdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit c0c3f06

Please sign in to comment.