aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/beets/config.yaml
blob: f6f2a28021679b1e5ec0319d7951013b0359f295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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