Photo_Library/ingest_config.py.example
2024-02-16 11:43:20 +00:00

12 lines
179 B
Plaintext

# Directories to import from
IMPORT_DIRS = {
"/my_sd_card/DCIM": {
"device": "SONYA6000",
"owner": "JOE"
}
}
# Output directory
OUTPUT_DIR = "/myphotos"