initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user