Kickass photo album
Find a file
Knut Forkalsrud 3f94629953 Allow filenames with # in them
Avoid unnecessary nullpointer exception
2024-12-30 15:13:09 -08:00
photos smaller sample videos 2013-01-20 23:22:57 -08:00
src Allow filenames with # in them 2024-12-30 15:13:09 -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 Integrate search funtion in UI 2024-09-16 17:11:10 -07: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