File types to ignore during scan made configurable

This commit is contained in:
ejurgensen
2013-10-26 20:59:05 +02:00
parent 55db599c5e
commit 766177bf10
3 changed files with 30 additions and 5 deletions

View File

@@ -62,6 +62,7 @@ static cfg_opt_t sec_library[] =
CFG_STR_LIST("directories", NULL, CFGF_NONE),
CFG_STR_LIST("compilations", NULL, CFGF_NONE),
CFG_STR_LIST("artwork_basenames", "{artwork,cover,Folder}", CFGF_NONE),
CFG_STR_LIST("filetypes_ignore", "{.db,.ini}", CFGF_NONE),
CFG_BOOL("itunes_overrides", cfg_false, CFGF_NONE),
CFG_STR_LIST("no_transcode", NULL, CFGF_NONE),
CFG_STR_LIST("force_transcode", NULL, CFGF_NONE),