diff options
| author | 2019-12-21 17:56:34 -0500 | |
|---|---|---|
| committer | 2019-12-21 17:56:34 -0500 | |
| commit | 151878541cca70a5dd42dd62268f29d9b564bf64 (patch) | |
| tree | 1f6e708c15f78a195ace6f65614ddee708a13106 | |
[beets] init
Also init repo
Diffstat (limited to '')
| -rw-r--r-- | dot_config/beets/config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_config/beets/config.yaml b/dot_config/beets/config.yaml new file mode 100644 index 0000000..3c83952 --- /dev/null +++ b/dot_config/beets/config.yaml @@ -0,0 +1,11 @@ +directory: ~/Music +library: ~/.local/share/beets.db +incremental: yes + +plugins: bpd edit fetchart fromfilename info inline lastgenre mbsync replaygain scrub web + +bpd: + password: musicalthrones + +replaygain: + backend: gstreamer |
