beets/docs/plugins/sonosupdate.rst
2018-04-20 08:38:14 +02:00

18 lines
555 B
ReStructuredText

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