12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
# Directories to import from
|
|
IMPORT_DIRS = {
|
|
"/my_sd_card/DCIM": {
|
|
"device": "SONYA6000",
|
|
"owner": "JOE"
|
|
}
|
|
}
|
|
|
|
# Output directory
|
|
OUTPUT_DIR = "/myphotos"
|
|
|