Updated documentation

This commit is contained in:
L Maffeo 2018-08-28 21:50:24 +02:00
parent c7aa248a77
commit 7369933232
2 changed files with 3 additions and 2 deletions

View file

@ -72,7 +72,7 @@ class SubsonicUpdate(BeetsPlugin):
'u': user,
't': token.hexdigest(),
's': salt,
'v': '1.15.0',
'v': '1.15.0', # Subsonic 6.1 and newer
'c': 'beets'
}
url = "http://{}:{}/rest/startScan".format(host, port)

View file

@ -19,7 +19,8 @@ which looks like this::
pass: password
With that all in place, beets will send a Rest API to your Subsonic
server every time you change your beets library.
server every time you import new music.
Due to a current limitation of the API, all libraries visible to that user will be scanned.
This plugin requires Subsonic v6.1 or higher and an active Premium license (or trial).