album/Readme.md

702 B

Album

Quickstart

Requirements

  • ffmpeg
  • exiftool (perl-Image-ExifTool)
  • mplayer

Configuration

Create a file: ~/forkalsrud.org/photo.properties and for each named "root" (photo in the example below), point the base property and dbdir properties to the directory holding the photos, and the directory to be populated with BerkeleyDB files to your photo folder:

root.photo.base=/home/photo
root.photo.dbdir=/home/resin/web/db

Additionally, you may add a path to the ffmpeg program binary if needed.

ffmpeg.path=/home/resin/bin/ffmpeg