Kickass photo album
This necessitates a slight modification to the config file ($HOME/forkalsrud.org/photo.properties). Instead of just "base" and "dbdir", Each root has to have "root." + name + ".base" and "root." + name + ".dbdir" |
||
|---|---|---|
| photos | ||
| src | ||
| .cvsignore | ||
| .gitignore | ||
| album.launch | ||
| album.png | ||
| pom.xml | ||
| Readme.md | ||
Album
Quickstart
- Open
src/test/java/org/forkalsrud/album/Runner.javaand run themainmethod. - Visit http://localhost:8080/photo/album/
Requirements
- ffmpeg
- exiftool (perl-Image-ExifTool)
- mplayer
Configuration
Create a file: ~/forkalsrud.org/photo.properties and point the base property
to your photo folder:
base=/home/photo
dbdir=/home/resin/web/db
ffmpeg.path=/home/resin/bin/ffmpeg