1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferenceManagement">
<title id="titleGuideReferenceManagement">Cache and Data Maintenance</title>
<para>
Thumbnails and other cached data can be maintained from the dialog accessible by selecting
<menuchoice>
<guimenu>Edit</guimenu>
<guimenuitem>Thumbnail Maintenance</guimenuitem>
</menuchoice>
.
</para>
<para />
<section id="Geeqiethumbnailcache">
<title>Geeqie thumbnail cache</title>
<para>
The utilities listed here operate on the Geeqie caching mechanism. This also includes the data cached for the
<link linkend="GuideImageSearchSearch">search</link>
and
<link linkend="GuideImageSearchFindingDuplicates">find duplicates</link>
utilities.
</para>
<variablelist>
<varlistentry>
<term>
<guilabel>Clean up</guilabel>
</term>
<listitem>
<para>Removes thumbnails and data for which the source image is no longer present, or has been modified since the thumbnail was generated.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<guilabel>Clear cache</guilabel>
</term>
<listitem>
<para>Removes all thumbnails and data stored in the designated folder.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section id="Sharedthumbnailcache">
<title>Shared thumbnail cache</title>
<para>The utilities listed here operate on the shared thumbnail mechanism.</para>
<variablelist>
<varlistentry>
<term>
<guilabel>Clean up</guilabel>
</term>
<listitem>
<para>Removes thumbnails for which the source image is no longer present, or has been modified since the thumbnail was generated.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<guilabel>Clear cache</guilabel>
</term>
<listitem>
<para>Removes all thumbnails stored in the designated folder.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section id="Createthumbnails">
<title>Create thumbnails</title>
<para>
This utility will render thumbnails using the current thumbnail caching mechanism, as determined in
<link linkend="GuideOptionsGeneral">Preferences</link>
.
</para>
<variablelist>
<varlistentry>
<term>
<guilabel>Render</guilabel>
</term>
<listitem>
<para>Pre-render thumbnails for a specific folder, the utility has the following options:</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<guilabel>Include subfolders</guilabel>
</term>
<listitem>
<para>Enable to include all images contained in the subfolders of folder.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<guilabel>Store thumbnails local to source images</guilabel>
</term>
<listitem>
<para>The generated thumbnails will be stored local to the source images, if you have the permissions to write to the folder containing the images.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section id="Metadata">
<title>Metadata</title>
<para>
This utility operates on the data store for
<link linkend="MetadataWritingProcess">Metadata</link>
located in the folder:
<programlisting>$HOME/.local/share/Geeqie/metadata</programlisting>
.
</para>
<variablelist>
<varlistentry>
<term>
<guilabel>Clean up</guilabel>
</term>
<listitem>
<para>Removes keywords and comments for which the source image is no longer present.</para>
<para />
<para />
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
|