mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
25 lines
620 B
YAML
25 lines
620 B
YAML
directory: /stuff/beets/music
|
|
library: /stuff/beets/musiclibrary.db
|
|
|
|
paths:
|
|
# default: $albumartist/$year - $album/$track $artist - $title
|
|
default: %the{$albumartist}/$year - $album/$track $artist - $title
|
|
singleton: Singletons/$artist - $title
|
|
comp: $genre/$album/$track $title
|
|
albumtype:soundtrack: Soundtracks/$album/$track $artist - $title
|
|
|
|
plugins: discogs duplicates fetchart importadded the
|
|
|
|
discogs:
|
|
# pip install discogs-client
|
|
# Useful for classical music:
|
|
index_tracks: yes
|
|
|
|
fetchart:
|
|
# pip install requests
|
|
cautious: true
|
|
|
|
importadded:
|
|
preserve_mtimes: yes
|
|
preserve_write_mtimes: yes
|