Skip to content

Commit

Permalink
Make taglib the default metadata extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 6, 2020
1 parent 665b1f6 commit af55b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func init() {
viper.SetDefault("authrequestlimit", 5)
viper.SetDefault("authwindowlength", 20*time.Second)

viper.SetDefault("scanner.extractor", "ffmpeg")
viper.SetDefault("scanner.extractor", "taglib")

// DevFlags. These are used to enable/disable debugging and incomplete features
viper.SetDefault("devlogsourceline", false)
Expand Down

0 comments on commit af55b93

Please sign in to comment.