From 46e405479c7dfb639db1586bddb552ba2fd11a48 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 23 Mar 2010 13:09:45 +0100 Subject: [PATCH 1/2] Remove mopidy/settings/local.py from .gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f47f084..540acdb8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ MANIFEST build/ dist/ -docs/_build -mopidy/settings/local.py +docs/_build/ pip-log.txt spotify_appkey.key src/ From 9daabfdc2ea910de00eac9aecf71f8f4f15946f3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 23 Mar 2010 13:11:32 +0100 Subject: [PATCH 2/2] docs: Update 'MPD server running' log example --- docs/installation/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index a19e2705..a93f8203 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -82,10 +82,10 @@ To start Mopidy, go to the root of the Mopidy project, then simply run:: python mopidy -When Mopidy says ``Please connect to localhost port 6600 using an MPD client.`` -it's ready to accept connections by any MPD client. You can find a list of tons -of MPD clients at http://mpd.wikia.com/wiki/Clients. We use Sonata, GMPC, -ncmpc, and ncmpcpp during development. The first two are GUI clients, while the -last two are terminal clients. +When Mopidy says ``MPD server running at [localhost]:6600`` it's ready to +accept connections by any MPD client. You can find a list of tons of MPD +clients at http://mpd.wikia.com/wiki/Clients. We use Sonata, GMPC, ncmpc, and +ncmpcpp during development. The first two are GUI clients, while the last two +are terminal clients. To stop Mopidy, press ``CTRL+C``.