Docs tweaks for #3449

This commit is contained in:
Adrian Sampson 2019-12-09 15:55:31 -05:00
parent 40750cd3e2
commit 9739e9be9b
3 changed files with 6 additions and 4 deletions

View file

@ -38,7 +38,7 @@ __author__ = 'https://github.com/maffo999'
def create_token():
"""Creates salt and token from given password.
"""Create salt and token from given password.
:return: The generated salt and hashed token
"""

View file

@ -198,12 +198,15 @@ Interoperability
* :doc:`sonosupdate`: Automatically notifies `Sonos`_ whenever the beets library
changes.
* :doc:`thumbnails`: Get thumbnails with the cover art on your album folders.
* :doc:`subsonicupdate`: Automatically notifies `Subsonic`_ whenever the beets
library changes.
.. _Emby: https://emby.media
.. _Plex: https://plex.tv
.. _Kodi: https://kodi.tv
.. _Sonos: https://sonos.com
.. _Subsonic: http://www.subsonic.org/
Miscellaneous
-------------

View file

@ -30,6 +30,5 @@ The available options under the ``subsonic:`` section are:
- **url**: The Subsonic server resource. Default: ``http://localhost:4040``
- **user**: The Subsonic user. Default: ``admin``
- **pass**: The Subsonic user password. Default: ``admin``
\* NOTE: The pass config option can either be clear text or hex-encoded with a "enc:" prefix.
- **pass**: The Subsonic user password. (This may either be a clear-text
password or hex-encoded with the prefix ``enc:``.) Default: ``admin``