diff options
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index 17056ce..91724a6 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -56,7 +56,7 @@ Available options are: | |||
56 | 56 | ||
57 | A gallery source directory contains the gallery items and their sidecar metadata files, optionally grouped inside sub-directories. | 57 | A gallery source directory contains the gallery items and their sidecar metadata files, optionally grouped inside sub-directories. |
58 | 58 | ||
59 | Directory thumbnails can be set by placing a picture file named "thumbnail", with any image file extension, inside of directories. | 59 | Directory thumbnails can be set by placing a picture file named "_directory", with any image file extension, inside of directories. |
60 | 60 | ||
61 | An example input gallery directory structure could be as follows: | 61 | An example input gallery directory structure could be as follows: |
62 | 62 | ||
@@ -65,8 +65,8 @@ An example input gallery directory structure could be as follows: | |||
65 | ├── DSC0001.jpg --------- a picture | 65 | ├── DSC0001.jpg --------- a picture |
66 | ├── DSC0001.jpg.yaml ---- its associated sidecar metadata file | 66 | ├── DSC0001.jpg.yaml ---- its associated sidecar metadata file |
67 | ├── Some directory ------ a directory grouping gallery items | 67 | ├── Some directory ------ a directory grouping gallery items |
68 | │ ├── thumbnail.jpg --- a thumbnail for its parent directory | 68 | │ ├── _directory.jpg -- a thumbnail for its parent directory |
69 | │ ├── directory.yaml -- directory sidecar metadata file | 69 | │ ├── _directory.yaml - directory sidecar metadata file |
70 | │ ├── DSC0002.jpg | 70 | │ ├── DSC0002.jpg |
71 | │ ├── DSC0002.jpg.yaml | 71 | │ ├── DSC0002.jpg.yaml |
72 | │ ├── DSC0003.jpg | 72 | │ ├── DSC0003.jpg |
@@ -80,7 +80,7 @@ An example input gallery directory structure could be as follows: | |||
80 | File metadata are read from sidecar files of the same name, with the ".yaml" extension appended. | 80 | File metadata are read from sidecar files of the same name, with the ".yaml" extension appended. |
81 | Metadata contained within item files themselves (e.g. Exif fields for pictures) are ignored. | 81 | Metadata contained within item files themselves (e.g. Exif fields for pictures) are ignored. |
82 | 82 | ||
83 | Directory metadata are read from sidecar files named "directory.yaml" located within the directory. | 83 | Directory metadata are read from sidecar files named "_directory.yaml" located within the directory. |
84 | 84 | ||
85 | When a sidecar file is absent or a particular key omitted, values are set as empty or to their fallback value specified below. | 85 | When a sidecar file is absent or a particular key omitted, values are set as empty or to their fallback value specified below. |
86 | 86 | ||