From 4211050e2cf835272de6ab7e6a8f5d744f888fae Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 3 Mar 2017 10:02:57 -0600 Subject: [PATCH] Docs refinements for Kodi plugin #2411 --- docs/plugins/kodiupdate.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/kodiupdate.rst b/docs/plugins/kodiupdate.rst index 243e384f2..a1ec04775 100644 --- a/docs/plugins/kodiupdate.rst +++ b/docs/plugins/kodiupdate.rst @@ -1,12 +1,12 @@ KodiUpdate Plugin ================= -``kodiupdate`` is a very simple plugin for beets that lets you automatically -update `Kodi`_'s music library whenever you change your beets library. +The ``kodiupdate`` plugin lets you automatically update `Kodi`_'s music +library whenever you change your beets library. To use ``kodiupdate`` plugin, enable it in your configuration (see :ref:`using-plugins`). -Then, you'll probably want to configure the specifics of your Kodi host. +Then, you'll want to configure the specifics of your Kodi host. You can do that using a ``kodi:`` section in your ``config.yaml``, which looks like this:: @@ -16,12 +16,12 @@ which looks like this:: user: kodi pwd: kodi -To use the ``kodiupdate`` plugin you need to install the `requests`_ library with: +To use the ``kodiupdate`` plugin you need to install the `requests`_ library with:: pip install requests -You'll also need to enable jsonrpc in Kodi in order the use the plugin. -(System/Settings/Network/Services > Allow control of Kodi via HTTP) +You'll also need to enable JSON-RPC in Kodi in order the use the plugin. +In Kodi's interface, navigate to System/Settings/Network/Services and choose "Allow control of Kodi via HTTP." With that all in place, you'll see beets send the "update" command to your Kodi host every time you change your beets library.