28 lines
700 B
Markdown
28 lines
700 B
Markdown
|
|
# Album
|
|
|
|
## Quickstart
|
|
|
|
- Open `src/test/java/org/forkalsrud/album/Runner.java` and run the `main` method.
|
|
- Visit http://localhost:8080/photo/album/
|
|
|
|
## 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
|
|
|