doc: Update with command changes

This commit is contained in:
Thomas Adamcik 2013-11-14 23:39:09 +01:00
parent 37ba3ca01d
commit ce13e7ae9e
5 changed files with 11 additions and 11 deletions

View File

@ -71,13 +71,13 @@ v0.17.0 (UNRELEASED)
- Switched to sub-commands for the ``mopidy`` command , this implies the
following changes (fixes :issue:`437`):
===================== =============
===================== =================
Old command New command
===================== =============
mopidy mopidy run
===================== =================
mopidy mopidy
mopidy --show-deps mopidy deps
mopidy --show-config mopidy config
mopidy-scan mopidy scan
mopidy-scan mopidy local scan
- Added hooks for extensions to create their own custom sub-commands and
converted ``mopidy-scan`` as first user of new API (Fixes :issue:`436`).

View File

@ -21,7 +21,7 @@ combines results from all music sources, and you can mix tracks from all
sources in your play queue. Your playlists from Spotify or SoundCloud are also
available for use.
The ``mopidy run`` command is used to start the server.
The ``mopidy`` command is used to start the server.
Options
@ -109,7 +109,7 @@ Examples
To start the music server, run::
mopidy run
mopidy
To start the server with an additional config file than can override configs
set in the default config files, run::

View File

@ -70,9 +70,9 @@ repo.
#. Now you can run the Mopidy command, and it will run using the code
in the Git repo::
mopidy run
mopidy
If you do any changes to the code, you'll just need to restart ``mopidy run``
If you do any changes to the code, you'll just need to restart ``mopidy``
to see the changes take effect.

View File

@ -71,7 +71,7 @@ music...
Generating a tag cache
----------------------
The program :command:`mopidy scan` will scan the path set in the
The program :command:`mopidy local scan` will scan the path set in the
:confval:`local/media_dir` config value for any media files and build a MPD
compatible ``tag_cache``.
@ -85,6 +85,6 @@ To make a ``tag_cache`` of your local music available for Mopidy:
#. Scan your media library. The command writes the ``tag_cache`` to
the :confval:`local/tag_cache_file`::
mopidy scan
mopidy local scan
#. Start Mopidy, find the music library in a client, and play some local music!

View File

@ -4,7 +4,7 @@ Running Mopidy
To start Mopidy, simply open a terminal and run::
mopidy run
mopidy
For a complete reference to the Mopidy commands and their command line options,
see :ref:`mopidy-cmd`.