diff options
| author | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
| commit | 73a217ffa13aa728f1903b782428f7f522b4539a (patch) | |
| tree | fde1ef460fed0cc6023f8aacebf3d5fb3043b700 /.config/beets | |
Initial dotfile stuff
Diffstat (limited to '.config/beets')
| -rw-r--r-- | .config/beets/config.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml new file mode 100644 index 0000000..d70fa70 --- /dev/null +++ b/.config/beets/config.yaml @@ -0,0 +1,12 @@ +directory: ~/Music +library: ~/Music/beets.db + +copy: no + +plugins: musicbrainz edit fetchart thumbnails scrub fuzzy lyrics mpdlrc +fetchart: + cautious: yes + cover_names: cover +lyrics: + auto: no + synced: yes |
