From 0360936135ef8193cc2b508cecb766e943b1294e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 28 Aug 2015 22:03:58 +0200 Subject: [PATCH] docs: Add a section on updating the local library Fixes #1267 --- docs/ext/local.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/ext/local.rst b/docs/ext/local.rst index d6e3b56a..ef9df5d7 100644 --- a/docs/ext/local.rst +++ b/docs/ext/local.rst @@ -35,6 +35,23 @@ To make a local library for your music available for Mopidy: #. Start Mopidy, find the music library in a client, and play some local music! +Updating the local library +========================== + +When you've added or removed music in your collection and want to update +Mopidy's index of your local library, you need to rescan:: + + mopidy local scan + +Note that if you are using the default local library storage, ``json``, you +need to restart Mopidy after the scan completes for the updated index to be +used. + +If you want index updates to come into effect immediately, you can try out +`Mopidy-Local-SQLite `_, which +will probably become the default backend in the near future. + + Pluggable library support =========================