summaryrefslogtreecommitdiffstats
path: root/.config/beets/config.yaml
blob: df38ef258bd0747433e18d1a9816cc889ac27f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Automatically migrated from legacy .beetsconfig.

library: ~/.local/share/beets/library.blb
directory: /mnt/music/lib/
plugins: mpdupdate embedart

paths:
    default: $albumartist/$year - $album/$track - $title
    singleton: Non-Album/$artist - $title
    comp: Compilations/$year - $album/$track - $artist - $title

mpdupdate:
    host: localhost
    port: 6600