]> mj.ucw.cz Git - gallery.git/commit
Extended attributes and import of meta-data
authorMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 19:12:11 +0000 (20:12 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:18 +0000 (21:14 +0100)
commita8ee129f11180538c6799d62e4dae185f3a3a572
tree8d5b4178aa8a2cfe779ff251194f747fd9c0c259
parentfd55d8d00ef73ca034db25fbf65258ee47816c16
Extended attributes and import of meta-data

The format of gallery.list has been extended to allow multi-line
entries containing further attributes of photos. This can be used
to provide extra pieces of meta-data like geographical coordinates,
which are further propagated to cache files via gal-gen.

Also, gal-scan can be fed partial gallery.list entries on its stdin,
which makes it easier to import photos from external programs
including selected meta-data.

Finally, "gal-scan --add" can be used to add more photos to an existing
gallery.
gal/FORMAT
gal/UCW/Gallery.pm
gal/bin/gal-gen
gal/bin/gal-scan