mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
Add itunes_overrides parameter
This commit is contained in:
parent
a6cbb2a8ec
commit
3ff067da4e
@ -25,6 +25,9 @@ library "My Music" {
|
|||||||
# Matches anywhere in the path (not a regexp, though)
|
# Matches anywhere in the path (not a regexp, though)
|
||||||
# compilations = { "/compilations/" }
|
# compilations = { "/compilations/" }
|
||||||
|
|
||||||
|
# Should iTunes metadata override ours?
|
||||||
|
# itunes_overrides = true
|
||||||
|
|
||||||
# Formats: mp4a, mp4v, mpeg, alac, flac, mpc, ogg, wma, wmal, wmav, aif, wav
|
# Formats: mp4a, mp4v, mpeg, alac, flac, mpc, ogg, wma, wmal, wmav, aif, wav
|
||||||
# Formats that should never be transcoded
|
# Formats that should never be transcoded
|
||||||
# no_transcode = { "alac", "mp4a" }
|
# no_transcode = { "alac", "mp4a" }
|
||||||
|
@ -55,6 +55,7 @@ static cfg_opt_t sec_library[] =
|
|||||||
CFG_STR("password", NULL, CFGF_NONE),
|
CFG_STR("password", NULL, CFGF_NONE),
|
||||||
CFG_STR_LIST("directories", NULL, CFGF_NONE),
|
CFG_STR_LIST("directories", NULL, CFGF_NONE),
|
||||||
CFG_STR_LIST("compilations", NULL, CFGF_NONE),
|
CFG_STR_LIST("compilations", NULL, CFGF_NONE),
|
||||||
|
CFG_BOOL("itunes_overrides", cfg_false, CFGF_NONE),
|
||||||
CFG_STR_LIST("no_transcode", NULL, CFGF_NONE),
|
CFG_STR_LIST("no_transcode", NULL, CFGF_NONE),
|
||||||
CFG_STR_LIST("force_transcode", NULL, CFGF_NONE),
|
CFG_STR_LIST("force_transcode", NULL, CFGF_NONE),
|
||||||
CFG_END()
|
CFG_END()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user