1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2024-11-24 08:02:14 +02:00

Year folder added to default output path

This commit is contained in:
sashacmc 2019-11-17 17:11:10 +01:00
parent afec49132d
commit 6f8ce69dfa
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class Config(object):
DEFAULTS = {
'main': {
'out_time_format': '%%Y-%%m-%%d_%%H-%%M-%%S',
'out_date_format': '%%Y-%%m-%%d',
'out_date_format': '%%Y/%%Y-%%m-%%d',
'out_subdir_image': 'Foto',
'out_subdir_video': 'Video',
'out_subdir_audio': 'Audio',

View File

@ -5,7 +5,7 @@ time_src_video = name,attr
time_src_audio = name,attr
# Date/Time formats
out_date_format = %%Y-%%m-%%d
out_date_format = %%Y/%%Y-%%m-%%d
out_time_format = %%Y-%%m-%%d_%%H-%%M-%%S
# Output sub directorines