mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 06:55:11 +01:00
This stuff is big
This commit is contained in:
@@ -1,14 +1,37 @@
|
|||||||
directory: /stuff/beets/music
|
directory: /stuff/beets/music
|
||||||
library: /stuff/beets/musiclibrary.db
|
library: /stuff/beets/musiclibrary.db
|
||||||
|
|
||||||
|
art_filename: cover
|
||||||
|
asciify_paths: yes
|
||||||
|
per_disc_numbering: yes
|
||||||
|
threaded: 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%aunique{}/$track $artist - $title
|
||||||
singleton: Singletons/$artist - $title
|
singleton: Singletons/$artist - $title
|
||||||
comp: $genre/$album/$track $title
|
comp: Compilations/$album%aunique{}/$track $artist - $title
|
||||||
albumtype:soundtrack: Soundtracks/$album/$track $artist - $title
|
albumtype:soundtrack: Soundtracks/$album%aunique{}/$track $artist - $title
|
||||||
|
|
||||||
plugins: discogs duplicates fetchart importadded the
|
import:
|
||||||
|
write: yes
|
||||||
|
copy: yes
|
||||||
|
move: no
|
||||||
|
resume: ask
|
||||||
|
incremental: yes
|
||||||
|
log: beetslog.log
|
||||||
|
|
||||||
|
ignore: .AppleDouble ._* *~ .DS_Store
|
||||||
|
|
||||||
|
plugins: [
|
||||||
|
discogs,
|
||||||
|
duplicates,
|
||||||
|
embedart,
|
||||||
|
fetchart,
|
||||||
|
ftintitle,
|
||||||
|
importadded,
|
||||||
|
the,
|
||||||
|
]
|
||||||
|
|
||||||
discogs:
|
discogs:
|
||||||
# pip install discogs-client
|
# pip install discogs-client
|
||||||
@@ -19,6 +42,10 @@ fetchart:
|
|||||||
# pip install requests
|
# pip install requests
|
||||||
cautious: true
|
cautious: true
|
||||||
|
|
||||||
|
ftintitle:
|
||||||
|
auto: yes
|
||||||
|
format: (feat. {0})
|
||||||
|
|
||||||
importadded:
|
importadded:
|
||||||
preserve_mtimes: yes
|
preserve_mtimes: yes
|
||||||
preserve_write_mtimes: yes
|
preserve_write_mtimes: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user