aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
authorpacien2020-02-16 12:15:08 +0100
committerNotkea2020-02-17 21:07:39 +0100
commit26a85722e74eae23a22350064eed204480bbd032 (patch)
treef5dd1a192ec59a7445f4e83da65cf2ba3e1020ff /ldgallery.1.md
parent395a76bc4193c0c7182f87778458a68d0079e836 (diff)
downloadldgallery-26a85722e74eae23a22350064eed204480bbd032.tar.gz
compiler: unify directory special files
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r--ldgallery.1.md8
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
57A gallery source directory contains the gallery items and their sidecar metadata files, optionally grouped inside sub-directories. 57A gallery source directory contains the gallery items and their sidecar metadata files, optionally grouped inside sub-directories.
58 58
59Directory thumbnails can be set by placing a picture file named "thumbnail", with any image file extension, inside of directories. 59Directory thumbnails can be set by placing a picture file named "_directory", with any image file extension, inside of directories.
60 60
61An example input gallery directory structure could be as follows: 61An 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:
80File metadata are read from sidecar files of the same name, with the ".yaml" extension appended. 80File metadata are read from sidecar files of the same name, with the ".yaml" extension appended.
81Metadata contained within item files themselves (e.g. Exif fields for pictures) are ignored. 81Metadata contained within item files themselves (e.g. Exif fields for pictures) are ignored.
82 82
83Directory metadata are read from sidecar files named "directory.yaml" located within the directory. 83Directory metadata are read from sidecar files named "_directory.yaml" located within the directory.
84 84
85When a sidecar file is absent or a particular key omitted, values are set as empty or to their fallback value specified below. 85When a sidecar file is absent or a particular key omitted, values are set as empty or to their fallback value specified below.
86 86