11 lines
312 B
YAML
11 lines
312 B
YAML
# src (source) is the path, were the images are, that should be sorted
|
|
src: "/home/hendrik/Bilder/Temp"
|
|
|
|
# dst (destination) ist the path, were the images are going to be sorted
|
|
dst: "/home/hendrik/Bilder/Sort"
|
|
|
|
# de, en, fr, it, ru, uk
|
|
language: "en"
|
|
|
|
# 1: only log the file transfers, 2: ..., 3: ...
|
|
logging: 1 |