From ce00d8a74c0059893682198ccb4d8f23addf6878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 1 Mar 2021 16:23:19 +0300 Subject: Beets config * Conversion plugin settings for light/portable library. * fetchart and embedart plugins --- dotfiles/.config/beets/config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/beets/config.yaml b/dotfiles/.config/beets/config.yaml index 6b80bfb..f6f2a28 100644 --- a/dotfiles/.config/beets/config.yaml +++ b/dotfiles/.config/beets/config.yaml @@ -1 +1,15 @@ directory: "~/music" +plugins: convert fetchart embedart +convert: + auto: no + never_convert_lossy_files: yes + album_art_maxwidth: 500 + format: vorbis + formats: + vorbis: ffmpeg -i $source -y -vn -acodec libvorbis -aq 6 $dest + ogg: ffmpeg -i $source -y -vn -acodec libvorbis -aq 6 $dest +fetchart: + maxwidth: 1200 +embedart: + auto: yes + maxwidth: 500 -- cgit v1.2.3