diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
commit | 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d (patch) | |
tree | d2e54377d14d604356c86862a326f64ae64dadd6 /help/C/other-multiple.page |
Imported Upstream version 0.18.1upstream/0.18.1
Diffstat (limited to 'help/C/other-multiple.page')
-rw-r--r-- | help/C/other-multiple.page | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/help/C/other-multiple.page b/help/C/other-multiple.page new file mode 100644 index 0000000..1082ae9 --- /dev/null +++ b/help/C/other-multiple.page @@ -0,0 +1,23 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" + id="other-multiple"> + + <info> + <link type="guide" xref="index#other"/> + <desc>You can open Shotwell with a different photo library by using the command line.</desc> + + <link type="next" xref="other-files"/> + </info> + + <title>Multiple libraries</title> + +<p>Shotwell normally stores its database and photo thumbnails in the directory <file>~/.shotwell</file> . This directory does not hold photos, but the database in this directory contains a list of all the photos in the Shotwell library.</p> + +<p>As an advanced feature, it's possible for you to have multiple Shotwell libraries, each of which has its own set of photos. Each library needs its own database directory. To launch Shotwell with an alternate library, specify an alternate database directory on the command line as follows:</p> + +<screen> +shotwell -d [library-directory] +</screen> + +</page> + |