Merge branch 'master' of git@github.com:jodal/mopidy
This commit is contained in:
commit
37822aefee
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,8 +5,7 @@
|
|||||||
MANIFEST
|
MANIFEST
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
docs/_build
|
docs/_build/
|
||||||
mopidy/settings/local.py
|
|
||||||
pip-log.txt
|
pip-log.txt
|
||||||
src/
|
src/
|
||||||
tmp/
|
tmp/
|
||||||
|
|||||||
@ -98,10 +98,10 @@ To start Mopidy, simply open a terminal and run::
|
|||||||
|
|
||||||
mopidy
|
mopidy
|
||||||
|
|
||||||
When Mopidy says ``Please connect to localhost port 6600 using an MPD client.``
|
When Mopidy says ``MPD server running at [localhost]:6600`` it's ready to
|
||||||
it's ready to accept connections by any MPD client. You can find a list of tons
|
accept connections by any MPD client. You can find a list of tons of MPD
|
||||||
of MPD clients at http://mpd.wikia.com/wiki/Clients. We use Sonata, GMPC,
|
clients at http://mpd.wikia.com/wiki/Clients. We use Sonata, GMPC, ncmpc, and
|
||||||
ncmpc, and ncmpcpp during development. The first two are GUI clients, while the
|
ncmpcpp during development. The first two are GUI clients, while the last two
|
||||||
last two are terminal clients.
|
are terminal clients.
|
||||||
|
|
||||||
To stop Mopidy, press ``CTRL+C``.
|
To stop Mopidy, press ``CTRL+C``.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user