From 7c0f7167bc341922f8ebeb23fcf75bcb1f818334 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 4 Jun 2015 10:05:29 -0700 Subject: [PATCH] Tweak docs and changelog for #1494 --- docs/changelog.rst | 4 ++-- docs/plugins/plexupdate.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4f24cc37e..efa58857f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/plugins/plexupdate.rst b/docs/plugins/plexupdate.rst index 2e589f6a5..f99e6de66 100644 --- a/docs/plugins/plexupdate.rst +++ b/docs/plugins/plexupdate.rst @@ -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 -------------