75 lines
1.4 KiB
YAML
75 lines
1.4 KiB
YAML
directory: ~/mus
|
|
library: ~/.local/share/beets/library.db
|
|
asciify_paths: yes
|
|
|
|
import:
|
|
log: ~/.log/beets/library.db
|
|
incremental: yes
|
|
move: yes
|
|
|
|
musicbrainz:
|
|
searchlimit: 10
|
|
|
|
replace:
|
|
'^!!!$': 'Chk_Chk_Chk'
|
|
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
|
"'": _
|
|
'[\\/]': _
|
|
'[\.,]': _
|
|
'[\x00-\x1f]': _
|
|
'&': '_and_'
|
|
'\+': '_plus_'
|
|
'\s+': _
|
|
'[-_]+': _
|
|
'^[-_](?!$)': ''
|
|
'(?<!^)[-_]$': ''
|
|
|
|
per_disc_numbering: yes
|
|
item_fields:
|
|
multidisc: disctotal > 1
|
|
|
|
paths:
|
|
default: $albumartist/$album%aunique{}/%if{$multidisc,${disc}_}_${track}_-_${title}
|
|
singleton: $artist/etc/$title
|
|
comp: various_artists/$album%aunique{}/%if{$multidisc,${disc}_}_${track}_-_${title}
|
|
|
|
va_name: various artists
|
|
|
|
languages: ["nl", "en"]
|
|
bell: yes
|
|
|
|
plugins: edit inline the types fetchart lyrics mpdupdate mbsync badfiles acousticbrainz replaygain permissions fromfilename lastgenre play fuzzy info
|
|
|
|
edit:
|
|
itemfields: track disc title artist album mb_trackid
|
|
albumfields: album albumartist disctotal year country mb_albumid
|
|
|
|
mpd:
|
|
host: localhost
|
|
port: 6600
|
|
|
|
badfiles:
|
|
commands:
|
|
ogg: oggz-validate
|
|
|
|
lastgenre:
|
|
source: track
|
|
|
|
the:
|
|
strip: yes
|
|
patterns: ^de ^een
|
|
|
|
types:
|
|
rating: float
|
|
|
|
replaygain:
|
|
backend: gstreamer
|
|
|
|
permissions:
|
|
file: 644
|
|
dir: 755
|
|
|
|
play:
|
|
command: mpv --vid=no
|
|
|
|
# vim: set ft=yaml et sw=2 ts=2 :
|