-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yml
52 lines (47 loc) · 1.28 KB
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# Default configuration file.
#
#
#spring.profiles.active: production
#
# What kind of source do you want to organize?
# Valid values: local, dropbox
#
mediaorganizer.fileSystemType: local
mediaorganizer.mediafiles:
#
# What is the expected date pattern in the photo- and video filenames?
# ( EXIF data is not used as datetime source )
#
datePattern: yyyy-MM-dd HH.mm.ss
#
# What kind of media files would you like to be organized?
#
extensionsToMatch: jpg,mov,heic
# source:
#
# Where are the media files located?
#
# fromDir: /Users/username/Pictures/2018
mediaorganizer.destination:
#
# Where should the organized media files be placed?
#
# toDir:
#
# How many photos/videos should appear within a day before we consider them an actual event?
# (inclusive value)
#
amountOfMediaFilesIndicatingAnEvent: 10
#
# When generating the "month" name in destination folders, which locale do you want to use?
#
localeForGeneratingDestinationFolderNames: en_UK
#
# What should the suffix be of the monthly folder that contains occational photos/videos?
#
suffixForDestinationFolderOfMiscMediaFiles: Misc
#
# What should the suffix be of the folders containing events?
#
suffixForDestinationFolderOfUnknownEventMediaFiles: This Must Be An Event