22 lines
521 B
YAML
22 lines
521 B
YAML
# Beets config — in-place (no-move) setup
|
|
|
|
directory: /mnt/seagate8tb/Music
|
|
library: /mnt/seagate8tb/Music/musiclibrary.db
|
|
|
|
import:
|
|
copy: no
|
|
move: no
|
|
write: yes
|
|
quiet: yes
|
|
|
|
# Singleton mode: treat all files as individual tracks (not albums).
|
|
# Use this when you have compilation/playlist folders, not proper albums.
|
|
singletons:
|
|
album: Singles
|
|
albumartist: Various Artists
|
|
compilation: yes
|
|
|
|
paths:
|
|
singleton: %(artist)s - %(title)s
|
|
comp: Compilations/%(album)s/%(artist)s - %(title)s
|