mirror of
https://github.com/sashacmc/photo-importer.git
synced 2025-02-22 18:42:16 +02:00
Add aac format
This commit is contained in:
parent
4cb51b0092
commit
e590fcc49f
@ -16,7 +16,7 @@ out_subdir_audio = Audio
|
||||
# File extensions
|
||||
file_ext_image = jpeg,jpg,cr2
|
||||
file_ext_video = mp4,mpg,mpeg,mov,avi,mts,3gp,m4v
|
||||
file_ext_audio = mp3,3gpp,m4a,wav
|
||||
file_ext_audio = mp3,3gpp,m4a,wav,aac
|
||||
file_ext_garbage = thm,ctg
|
||||
file_ext_ignore = ini,zip,db
|
||||
|
||||
|
@ -16,7 +16,7 @@ out_subdir_audio = Audio
|
||||
# File extensions
|
||||
file_ext_image = jpeg,jpg,cr2
|
||||
file_ext_video = mp4,mpg,mpeg,mov,avi,mts,3gp,m4v
|
||||
file_ext_audio = mp3,3gpp,m4a,wav
|
||||
file_ext_audio = mp3,3gpp,m4a,wav,aac
|
||||
file_ext_garbage = thm,ctg
|
||||
file_ext_ignore = ini,zip,db
|
||||
|
||||
|
@ -18,7 +18,7 @@ class Config(object):
|
||||
'time_src_audio': 'exif,name,attr',
|
||||
'file_ext_image': 'jpeg,jpg',
|
||||
'file_ext_video': 'mp4,mpg,mpeg,mov,avi,mts,m2ts,3gp,m4v',
|
||||
'file_ext_audio': 'mp3,3gpp,m4a,wav',
|
||||
'file_ext_audio': 'mp3,3gpp,m4a,wav,aac',
|
||||
'file_ext_garbage': 'thm,ctg',
|
||||
'file_ext_ignore': 'ini,zip,db',
|
||||
'remove_garbage': 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user