From ce13e7ae9e1cd6fd266b4e8d1062ad015ca2edda Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 14 Nov 2013 23:39:09 +0100 Subject: [PATCH] doc: Update with command changes --- docs/changelog.rst | 8 ++++---- docs/commands/mopidy.rst | 4 ++-- docs/contributing.rst | 4 ++-- docs/ext/local.rst | 4 ++-- docs/running.rst | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3a3525c5..717a6aaa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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`). diff --git a/docs/commands/mopidy.rst b/docs/commands/mopidy.rst index f3e3d46b..e133c0f6 100644 --- a/docs/commands/mopidy.rst +++ b/docs/commands/mopidy.rst @@ -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:: diff --git a/docs/contributing.rst b/docs/contributing.rst index b25c5f6d..22df8ced 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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. diff --git a/docs/ext/local.rst b/docs/ext/local.rst index 2615856b..45680633 100644 --- a/docs/ext/local.rst +++ b/docs/ext/local.rst @@ -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! diff --git a/docs/running.rst b/docs/running.rst index 389f6917..266545b2 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -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`.