From 142a16aacca5ad62bae0ca04224f78c5c560da1c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 21 Jan 2011 16:50:38 +0100 Subject: [PATCH] docs: Add MPD password auth to changelog --- docs/changes.rst | 3 +++ docs/settings.rst | 2 ++ 2 files changed, 5 insertions(+) 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 =============================================