You've already forked photo-importer
mirror of
https://github.com/sashacmc/photo-importer.git
synced 2026-04-24 19:13:49 +02:00
Update README.md
Add Command-Line Interface usage
This commit is contained in:
@@ -29,3 +29,19 @@ sudo dpkg -i ../photo-importer_1.0.1_all.deb
|
||||
```bash
|
||||
sudo python3 ./setup.py install
|
||||
```
|
||||
|
||||
## Usage
|
||||
### Command-Line Interface
|
||||
|
||||
```bash
|
||||
photo-importer /path/to/media/files
|
||||
```
|
||||
Will process files (reanaming/rotating) in-place.
|
||||

|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user