From b8f67c5bb58f10ffa493bdadfe780516ca2a6b29 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 30 Oct 2010 22:18:53 +0200 Subject: [PATCH] Update docs with respect to mopidy-scan --- docs/settings.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index afdd39dc..8082b1bb 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -31,6 +31,13 @@ file:: BACKENDS = (u'mopidy.backends.local.LocalBackend',) +Previously this backend relied purely on ``tag_cache`` files from MPD, to +remedy this the command ``mopidy-scan`` has been added. This program will scan +your current ``LOCAL_MUSIC_FOLDER`` and build a MPD compatible ``tag_cache``. +Currently the command outputs the ``tag_cache`` to ``stdout``, this means that +you will need to run ``mopidy-scan > path/to/your/tag_cache`` to actually start +using your new cache. + You may also want to change some of the ``LOCAL_*`` settings. See :mod:`mopidy.settings`, for a full list of available settings.