mirror of
https://github.com/beetbox/beets.git
synced 2026-02-05 23:14:07 +01:00
Docs refinements for Kodi plugin #2411
This commit is contained in:
parent
6300d0c5a0
commit
4211050e2c
1 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue