RSS Git Download  Clone
Raw Blame History
extract_exif_data_to_db.pl
	pulls exif data for jpg files in /data/images dir into exif_data db
	usage: extract_exif_data_to_db.pl [<full>] - full = re-build, omit for new images

create_config.pl
	creates YAML .cfg file for use with web_page_from_db.pl
	usage: perl create_config.pl

web_page_from_db.pl
	creates 'macbeath' style wrapbootstrap (v3.0) theme from dir or list of images in .cfg
	usage: cd ~/scripts/exifdata && perl web_page_from_db.pl <dir> (where new index.html is to be created, under ~/scripts/exifdata/folio/)

create_web_page.pl
	creates 'macbeath' style wrapbootstrap (v3.0) theme from directory of images
	usage: perl create_web_page.pl <path/to/images> (expects canon image format IMG_xxx.jpg)

perlfect search:
	perl /home/raj/www/photo/script/perlfect/search/indexer.pl

cron (run well after NAS -> backup run at 03:00):
0 6 * * * /home/raj/scripts/exifdata/extract_exif_data_to_db.pl >> \
    /home/raj/scripts/exifdata/exifdata.log