diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-25 16:34:05 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-25 16:34:05 +0200 |
| commit | b578236b19ac8893fd4647d99ca5db6c65133cb1 (patch) | |
| tree | 998e9500e1d1ea252eebe2bde5307dc6682e98dc /sample | |
| parent | e24d78079036ca73f0d2998c4d248bc96c3f0475 (diff) | |
| download | cataract-b578236b19ac8893fd4647d99ca5db6c65133cb1.tar.xz | |
Custom thumbnail file name format
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/src/setup.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 5a322d1..88e7eba 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -64,6 +64,12 @@ <thumbnail_dir>_thumb</thumbnail_dir> <preview_dir>_big</preview_dir> <original_dir>_orig</original_dir> + + <!-- printf() format-style string of thumbnail file names --> + <!-- %s is mandatory, represents file name (with ext.) --> + <!-- %d is optional, denotes item index in the album --> + <!-- this also avoids conflicts with identical names --> + <thumbnail_name_format>thn_%d_%s</thumbnail_name_format> </images> <meta> |
