diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-06-26 00:49:16 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-06-26 00:49:16 +0300 |
| commit | 9bd97ca672c17c87a0e1ceeca01836f44513a907 (patch) | |
| tree | 1870b4882d514b44b5bef93dcb9776a3e1718e92 /dotfiles/.config/beets/config.yaml | |
| parent | 9cc25ecff433bf120d6a49281794e432e2fe8c67 (diff) | |
| download | swayrice-9bd97ca672c17c87a0e1ceeca01836f44513a907.tar.gz swayrice-9bd97ca672c17c87a0e1ceeca01836f44513a907.zip | |
beets: prioritize release group coversniri
Diffstat (limited to 'dotfiles/.config/beets/config.yaml')
| -rw-r--r-- | dotfiles/.config/beets/config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/.config/beets/config.yaml b/dotfiles/.config/beets/config.yaml index b5eb190..bf0f03b 100644 --- a/dotfiles/.config/beets/config.yaml +++ b/dotfiles/.config/beets/config.yaml @@ -10,6 +10,11 @@ convert: ogg: ffmpeg -i $source -y -vn -acodec libvorbis -aq 6 $dest fetchart: maxwidth: 1200 + sources: + - coverart: releasegroup + - coverart: release + - filesystem + - '*' embedart: auto: yes maxwidth: 500 |
