aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-06-26 00:49:16 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-06-26 00:49:16 +0300
commit9bd97ca672c17c87a0e1ceeca01836f44513a907 (patch)
tree1870b4882d514b44b5bef93dcb9776a3e1718e92
parent9cc25ecff433bf120d6a49281794e432e2fe8c67 (diff)
downloadswayrice-9bd97ca672c17c87a0e1ceeca01836f44513a907.tar.gz
swayrice-9bd97ca672c17c87a0e1ceeca01836f44513a907.zip
beets: prioritize release group coversniri
-rw-r--r--dotfiles/.config/beets/config.yaml5
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