diff --git a/docs/changes.rst b/docs/changes.rst index 326ae4af..e8d1a88f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -72,6 +72,9 @@ No description yet. - MPD frontend: + - Add support for password authentication. See + :attr:`mopidy.settings.MPD_SERVER_PASSWORD` and + :ref:`use_mpd_on_a_network` for details on how to use it. - Support ``setvol 50`` without quotes around the argument. Fixes volume control in Droid MPD. - Support ``seek 1 120`` without quotes around the arguments. Fixes seek in diff --git a/docs/settings.rst b/docs/settings.rst index 9adbe76b..8ac83e92 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -88,6 +88,8 @@ To make a ``tag_cache`` of your local music available for Mopidy: #. Start Mopidy, find the music library in a client, and play some local music! +.. _use_mpd_on_a_network: + Connecting from other machines on the network =============================================