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

53 lines
1.0 KiB
INI
Raw Normal View History

[main]
# time source order
time_src_image = exif,name
time_src_video = exif,name,attr
time_src_audio = exif,name,attr
# Date/Time formats
out_date_format = %%Y/%%Y-%%m-%%d
out_time_format = %%Y-%%m-%%d_%%H-%%M-%%S
# Output sub directorines
out_subdir_image = Foto
out_subdir_video = Video
out_subdir_audio = Audio
# File extensions
file_ext_image = jpeg,jpg,cr2
file_ext_video = mp4,mpg,mpeg,mov,avi,mts,3gp
file_ext_audio = mp3,3gpp,m4a,wav
file_ext_garbage = thm,ctg
file_ext_ignore = ini,zip,db
# Thread count
threads_count = 2
# Remove garbage files (photo config, thumbnails, etc.) 0/1
remove_garbage = 1
# Remove empty directories
remove_empty_dirs = 1
# Remove source files (in case of out_path specified) 0/1
move_mode = 1
# umask for new folder and copied files
umask = 0o000
2018-09-23 22:10:08 +02:00
[server]
# server port
port = 8080
# path to html files
2020-01-18 03:28:13 +02:00
web_path = /usr/share/photo-importer/web/
2018-09-23 22:10:08 +02:00
# imported output path
out_path = /mnt/multimedia/NEW/
# fixed input path
in_path =
2019-11-27 19:41:32 +02:00
# log file
log_file = /var/log/photo-importer-server.log