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:
parent
afec49132d
commit
6f8ce69dfa
@ -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',
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user