Use ffmpeg extractor by default on Windows
This is to avoid issue with unicode chars in filenames. See #810
This commit is contained in:
@@ -214,7 +214,7 @@ func init() {
|
||||
viper.SetDefault("reverseproxyuserheader", "Remote-User")
|
||||
viper.SetDefault("reverseproxywhitelist", "")
|
||||
|
||||
viper.SetDefault("scanner.extractor", "taglib")
|
||||
viper.SetDefault("scanner.extractor", DefaultScannerExtractor)
|
||||
viper.SetDefault("scanner.genreseparators", ";/,")
|
||||
|
||||
viper.SetDefault("agents", "lastfm,spotify")
|
||||
|
||||
Reference in New Issue
Block a user