mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Add documentation for the sonos updater plugin.
This commit is contained in:
parent
c420f6bf99
commit
dcce29eeb3
1 changed files with 23 additions and 0 deletions
23
docs/plugins/sonosupdate.rst
Normal file
23
docs/plugins/sonosupdate.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
SonosUpdate Plugin
|
||||
=================
|
||||
|
||||
The ``sonosupdate`` plugin lets you automatically update `Sonos`_'s music
|
||||
library whenever you change your beets library.
|
||||
|
||||
To use ``sonosupdate`` plugin, enable it in your configuration
|
||||
(see :ref:`using-plugins`).
|
||||
|
||||
To use the ``sonosupdate`` plugin you need to install the `soco`_ library with::
|
||||
|
||||
pip install soco
|
||||
|
||||
With that all in place, you'll see beets send the "update" command to your Sonos
|
||||
controller every time you change your beets library.
|
||||
|
||||
.. Sonos: http://sonos.com/
|
||||
.. _soco: http://python-soco.com
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
There is nothing to configure.
|
||||
Loading…
Reference in a new issue