Kickass photo album
Find a file
2023-11-05 19:25:09 -08:00
photos smaller sample videos 2013-01-20 23:22:57 -08:00
src Allow for multiple root directories 2023-11-05 19:21:08 -08:00
.cvsignore cleanup build folders 2008-12-22 04:41:55 +00:00
.gitignore Fix build, remove unused code 2023-11-05 19:20:25 -08:00
album.launch Run jetty run launcher 2013-01-01 16:33:42 -08:00
album.png Initial checkin 2007-04-01 02:44:17 +00:00
pom.xml Allow for multiple root directories 2023-11-05 19:21:08 -08:00
Readme.md Update readme to account for multiple roots support. 2023-11-05 19:25:09 -08:00

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 direcory holding the photos, and the diractory to be populated with BerkelyDB 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