mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Tweak docs and changelog for #1494
This commit is contained in:
parent
7cb00375c0
commit
7c0f7167bc
2 changed files with 4 additions and 4 deletions
|
|
@ -23,6 +23,8 @@ New features:
|
|||
new version of the ``musicbrainzngs`` library that is not yet released, but
|
||||
will start working when it is available.) Thanks to :user:`ruippeixotog`.
|
||||
:bug:`1104` :bug:`1493`
|
||||
* :doc:`/plugins/plexupdate`: A new ``token`` configuration option lets you
|
||||
specify a key for Plex Home setups. Thanks to :user:`edcarroll`. :bug:`1494`
|
||||
|
||||
|
||||
Fixes:
|
||||
|
|
@ -56,8 +58,6 @@ Fixes:
|
|||
* Fix a bug, where the autotagger still considers matches that are specifically
|
||||
listed under the config's ignored section. :bug:`1487`
|
||||
* Fix a bug with unicode strings when generating thumbnails. :bug:`1485`
|
||||
* :doc:`/plugins/plexupdate`: Fixed library updates not working when in a Plex
|
||||
Home by allowing a token with requests.
|
||||
|
||||
|
||||
1.3.13 (April 24, 2015)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ which looks like this::
|
|||
port: 32400
|
||||
token: token
|
||||
|
||||
Use the token configuration option only when in a Plex Home (see `Plex Token`_)
|
||||
The ``token`` key is optional: you'll need to use it when in a Plex Home (see Plex's own `documentation about tokens`_).
|
||||
|
||||
To use the ``plexupdate`` plugin you need to install the `requests`_ library with:
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ server every time you change your beets library.
|
|||
|
||||
.. _Plex: http://plex.tv/
|
||||
.. _requests: http://docs.python-requests.org/en/latest/
|
||||
.. _Plex Token: https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token
|
||||
.. _documentation about tokens: https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue