ordigi/ordigi.conf

36 lines
775 B
Plaintext
Raw Permalink Normal View History

2022-07-23 20:12:03 +02:00
[Exif]
#album_from_folder=False
fill_date_original=True
#cache=True
#ignore_tags=None
use_date_filename=True
#use_file_dates=False
2021-11-13 18:20:08 +01:00
[Filters]
2022-07-23 20:12:03 +02:00
exclude=["**/.directory", "**/.DS_Store"]
#extensions=None
#glob=**/*
#max_deep=None
remove_duplicates=True
2021-11-13 18:20:08 +01:00
[Geolocation]
geocoder=Nominatim
prefer_english_names=False
2021-11-13 18:20:08 +01:00
timeout=1
[Path]
2021-07-17 09:27:14 +02:00
# day_begins: what hour of the day you want the day to begin (only for
# classification purposes). Defaults at 0 as midnight. Can be
# used to group early morning photos with the previous day. Must
# be a number between 0-23')
day_begins=4
2021-11-13 18:20:08 +01:00
# Path format
2022-04-21 07:09:28 +02:00
dirs_path=<%Y>/<%m-%b>_<location>_<folder>
2022-07-23 20:12:03 +02:00
name=<%Y%m%d-%H%M%S>_<<name>.%l<ext>|<original_name>>
2022-04-21 07:09:28 +02:00
# name=<%Y%m%d-%H%M%S>-%u<original_name>.%l<ext>
2022-07-23 20:12:03 +02:00
[Terminal]
dry_run=False
interactive=False