1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

More logical layout

This commit is contained in:
2021-06-18 14:04:32 +02:00
parent 2158c887cc
commit eb33471478

View File

@@ -1,16 +1,24 @@
directory: /stuff/beets/music directory: /stuff/beets/music
library: /stuff/beets/musiclibrary.db library: /stuff/beets/musiclibrary.db
plugins: discogs duplicates importadded the
# pip install discogs-client
importadded:
preserve_mtimes: yes
preserve_write_mtimes: yes
paths: paths:
# default: $albumartist/$year - $album/$track $artist - $title # default: $albumartist/$year - $album/$track $artist - $title
default: %the{$albumartist}/$year - $album/$track $artist - $title default: %the{$albumartist}/$year - $album/$track $artist - $title
singleton: Singletons/$artist - $title singleton: Singletons/$artist - $title
comp: $genre/$album/$track $title comp: $genre/$album/$track $title
albumtype:soundtrack: Soundtracks/$album/$track $artist - $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