diff options
author | Tharre <tharre3@gmail.com> | 2018-02-02 13:31:06 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-02-02 13:31:06 +0100 |
commit | d92e9f764a97464bf89e5bbd6ea218295297a6f5 (patch) | |
tree | 403e6de4e73bceb421ad18b297c76923a81fd45a | |
parent | fee0f43de499250f0b9b74a81eaa11e116107ff1 (diff) | |
download | dotfiles-d92e9f764a97464bf89e5bbd6ea218295297a6f5.tar.gz dotfiles-d92e9f764a97464bf89e5bbd6ea218295297a6f5.tar.xz dotfiles-d92e9f764a97464bf89e5bbd6ea218295297a6f5.zip |
beets: add additional plugins
-rw-r--r-- | .config/beets/config.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index 10451b3..3c68633 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -1,4 +1,11 @@ directory: ~/media/music # The default library root directory. library: ~/media/music/library.db # The default library database file to use. -plugins: chroma duplicates missing convert +plugins: chroma duplicates missing convert replaygain scrub acousticbrainz + absubmit badfiles + +replaygain: + backend: bs1770gain + auto: yes + overwrite: yes + albumgain: yes |