mirror of
https://github.com/sashacmc/photo-importer.git
synced 2024-11-24 08:02:14 +02:00
1.4 KiB
1.4 KiB
photo-importer
Command line tools for photo importing/renaming/rotating
photo-importer-server
Standalone web server for fast media import for headless computer
Installation
Requirements:
- Python 3.3+
- Debian based Linux (Other Linux versions not officially supported, but might work)
Dependencies:
- python3-exif
- python3-progressbar
- python3-psutil
- exiftran
Installation Options:
Installing as debian package
debuild -b
sudo dpkg -i ../photo-importer_1.0.1_all.deb
Installing via setup.py
sudo python3 ./setup.py install
Usage
Command-Line Interface
photo-importer /path/to/media/files
Will process files (reanaming/rotating) in-place.
photo-importer /path/to/media/files /output/path
Will import (by default move, but it can be changed in config) files from /path/to/media/files to /output/path with date hierarchy creation and reanaming/rotating
Web Interface
- attach usb-drive / usert memory card
- open http://servername:8080
- click "Mount"
- click "Import"
- click "Unmount"