album/Readme.md

29 lines
702 B
Markdown
Raw Normal View History

2021-03-06 15:50:26 -08:00
# 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
2025-02-01 18:16:13 -08:00
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.
2021-03-06 15:50:26 -08:00
ffmpeg.path=/home/resin/bin/ffmpeg