diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-01 16:23:19 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-01 16:23:19 +0300 |
commit | ce00d8a74c0059893682198ccb4d8f23addf6878 (patch) | |
tree | 937cc40be7dcffa0ef3c4a6beb7454d091950266 /dotfiles/.config/beets | |
parent | 51f5f9366a051e83897f41f7c1734e986c26d842 (diff) | |
download | swayrice-ce00d8a74c0059893682198ccb4d8f23addf6878.tar.gz swayrice-ce00d8a74c0059893682198ccb4d8f23addf6878.zip |
Beets config
* Conversion plugin settings for light/portable library.
* fetchart and embedart plugins
Diffstat (limited to 'dotfiles/.config/beets')
-rw-r--r-- | dotfiles/.config/beets/config.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
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 |