beets/docs/plugins/sonosupdate.rst
FichteFoll aa31fea037
Update a lot of URLs to use HTTPS
*All* URLs were checked manually, but only once per domain!

I mostly concerned myself with URLs in documentation rather than source
code because the latter may or may not have impactful changes, while the
former should be straight forward.

Changes in addition to simply adding an s:

- changed pip and pypi references as their location has changed
- MPoD (iOS app) url redirects to Regelian, so I replaced those
- updated homebrew references

Notable observations:

- beets.io does have HTTPS set up properly (via gh-pages)
- beatport.py uses the old HTTP url for beatport
- as does lyrics.py for lyrics.wikia.com
- https://tomahawk-player.org/ expired long ago, but the http page
  redirects to https regardless
- none of the sourceforge subdomains have https (in 2019!)
2019-06-05 03:11:49 +02:00

18 lines
556 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: https://sonos.com/
.. _soco: http://python-soco.com