diff --git a/beetsplug/subsonicupdate.py b/beetsplug/subsonicupdate.py index b3d05e245..469a9d142 100644 --- a/beetsplug/subsonicupdate.py +++ b/beetsplug/subsonicupdate.py @@ -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 """ diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 066d6ec22..7dc152bd1 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -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 ------------- diff --git a/docs/plugins/subsonicupdate.rst b/docs/plugins/subsonicupdate.rst index bdd33593b..3549be091 100644 --- a/docs/plugins/subsonicupdate.rst +++ b/docs/plugins/subsonicupdate.rst @@ -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. \ No newline at end of file +- **pass**: The Subsonic user password. (This may either be a clear-text + password or hex-encoded with the prefix ``enc:``.) Default: ``admin``