Kickass photo album
Find a file
2025-02-04 17:11:13 -08:00
photos smaller sample videos 2013-01-20 23:22:57 -08:00
src Clean up various IntelliJ warnings 2025-02-02 16:41:47 -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 jpeg2000 and Jbig support 2025-02-04 17:11:13 -08:00
Readme.md Clean up various IntelliJ warnings 2025-02-01 18:16:13 -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 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