2018-10-03 12:03:21 +02:00
|
|
|
|
directory: ~/mus
|
2022-06-11 20:00:32 +02:00
|
|
|
|
library: ~/mus/beets.db
|
2018-10-03 12:03:21 +02:00
|
|
|
|
asciify_paths: yes
|
|
|
|
|
|
|
|
|
|
import:
|
2018-11-04 00:16:19 +01:00
|
|
|
|
log: ~/.log/beets/import.log
|
|
|
|
|
# imported directories are recorded and these are skipped on later imports
|
2018-10-03 12:03:21 +02:00
|
|
|
|
incremental: yes
|
2018-11-04 00:16:19 +01:00
|
|
|
|
# record skipped directories in the incremental list
|
|
|
|
|
incremental_skip_later: yes
|
|
|
|
|
# move files into the library directory when using beet import
|
2018-10-03 12:03:21 +02:00
|
|
|
|
move: yes
|
2018-11-04 00:16:19 +01:00
|
|
|
|
# ask for confirmation on every autotagging match
|
|
|
|
|
timid: yes
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
|
|
|
|
musicbrainz:
|
|
|
|
|
searchlimit: 10
|
|
|
|
|
|
2018-11-04 00:16:19 +01:00
|
|
|
|
# yes: set to release date of “release group”
|
|
|
|
|
# no: … of “release”
|
|
|
|
|
original_date: yes
|
|
|
|
|
|
2018-11-09 21:30:10 +01:00
|
|
|
|
# provided by plugin “rewrite”
|
|
|
|
|
rewrite:
|
|
|
|
|
'artist ^!!!$': 'Chk Chk Chk'
|
|
|
|
|
'album ^★$': 'Blackstar'
|
|
|
|
|
'title ^★$': 'Blackstar'
|
|
|
|
|
|
2018-10-03 12:03:21 +02:00
|
|
|
|
replace:
|
2022-06-11 20:00:32 +02:00
|
|
|
|
'[#"()\[\]<>:\*\|{}\\!\?ʻ`]': _
|
2018-11-04 17:19:07 +01:00
|
|
|
|
"'": _
|
|
|
|
|
'[\\/]': _
|
2019-03-01 17:35:13 +01:00
|
|
|
|
'[\.,;]': _
|
2018-11-04 17:19:07 +01:00
|
|
|
|
'[\x00-\x1f]': _
|
|
|
|
|
'Samson & Gert': 'Samson_en_Gert'
|
2019-03-01 17:35:13 +01:00
|
|
|
|
'\$': 'S'
|
2018-11-04 17:19:07 +01:00
|
|
|
|
'&': '_and_'
|
|
|
|
|
'\+': '_plus_'
|
|
|
|
|
'\s+': _
|
|
|
|
|
'[-_]+': _
|
|
|
|
|
'^[-_](?!$)': ''
|
|
|
|
|
'(?<!^)[-_]$': ''
|
2018-11-10 00:35:50 +01:00
|
|
|
|
'^_*$': 'Untitled'
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
2018-11-04 00:16:19 +01:00
|
|
|
|
# first (non-pregap) track on each disc always has track number 1
|
2018-10-03 13:46:37 +02:00
|
|
|
|
per_disc_numbering: yes
|
2018-11-04 00:16:19 +01:00
|
|
|
|
# provided by plugin “inline”
|
2018-10-03 12:03:21 +02:00
|
|
|
|
item_fields:
|
2018-10-05 13:19:53 +02:00
|
|
|
|
multidisc: disctotal > 1
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
|
|
|
|
paths:
|
2018-11-04 17:19:07 +01:00
|
|
|
|
default: %the{$albumartist}/%the{$album}%aunique{}/%if{$multidisc,${disc}_}_${track}_-_$title
|
|
|
|
|
singleton: %the{$artist}/etc/$title
|
|
|
|
|
comp: various_artists/%the{$album}%aunique{}/%if{$multidisc,${disc}_}_${track}_-_$title
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
|
|
|
|
va_name: various artists
|
|
|
|
|
|
|
|
|
|
languages: ["nl", "en"]
|
|
|
|
|
bell: yes
|
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
plugins:
|
2022-06-11 20:00:32 +02:00
|
|
|
|
#- acousticbrainz
|
2018-11-08 10:43:07 +01:00
|
|
|
|
- badfiles
|
|
|
|
|
- edit
|
|
|
|
|
- fetchart
|
|
|
|
|
- fromfilename
|
|
|
|
|
- fuzzy
|
|
|
|
|
- info
|
|
|
|
|
- inline
|
|
|
|
|
- lastgenre
|
|
|
|
|
- lyrics
|
|
|
|
|
- mbsubmit
|
|
|
|
|
- mbsync
|
|
|
|
|
- mpdupdate
|
|
|
|
|
- permissions
|
|
|
|
|
- play
|
2022-06-11 20:00:32 +02:00
|
|
|
|
#- replaygain
|
2018-11-09 21:30:10 +01:00
|
|
|
|
- rewrite
|
2019-03-01 17:35:13 +01:00
|
|
|
|
- scrub
|
2018-11-08 10:43:07 +01:00
|
|
|
|
- the
|
|
|
|
|
- types
|
|
|
|
|
|
|
|
|
|
# acousticbrainz:
|
|
|
|
|
|
|
|
|
|
badfiles:
|
|
|
|
|
commands:
|
|
|
|
|
ogg: oggz-validate
|
|
|
|
|
opus: opusinfo
|
2018-10-05 13:19:53 +02:00
|
|
|
|
|
|
|
|
|
edit:
|
|
|
|
|
itemfields: track disc title artist album mb_trackid
|
|
|
|
|
albumfields: album albumartist disctotal year country mb_albumid
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
fetchart:
|
|
|
|
|
maxwidth: 500
|
2019-03-01 17:35:13 +01:00
|
|
|
|
enforce_ratio: 25%
|
2018-11-08 10:43:07 +01:00
|
|
|
|
sources: filesystem coverart albumart wikipedia
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
# fromfilename:
|
|
|
|
|
|
|
|
|
|
fuzzy:
|
|
|
|
|
prefix: ':'
|
|
|
|
|
|
|
|
|
|
# info:
|
|
|
|
|
# inline:
|
2018-10-03 12:03:21 +02:00
|
|
|
|
|
|
|
|
|
lastgenre:
|
|
|
|
|
source: track
|
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
# lyrics:
|
2022-06-11 20:00:32 +02:00
|
|
|
|
|
|
|
|
|
mbsubmit:
|
|
|
|
|
threshold: strong
|
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
# mbsync:
|
2018-10-05 13:19:53 +02:00
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
mpd:
|
|
|
|
|
host: localhost
|
|
|
|
|
port: 6600
|
2018-10-06 00:11:23 +02:00
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
|
file: 644
|
|
|
|
|
dir: 755
|
|
|
|
|
|
|
|
|
|
play:
|
2019-03-01 17:35:13 +01:00
|
|
|
|
command: mpv --vid=no --shuffle
|
2018-10-06 00:11:23 +02:00
|
|
|
|
|
2018-11-08 10:43:07 +01:00
|
|
|
|
the:
|
|
|
|
|
strip: yes
|
|
|
|
|
# this string is split on spaces so we use the escape sequence
|
|
|
|
|
patterns: '^(de|het|een|une?|les?|la|der|die|das)\x20'
|
|
|
|
|
|
|
|
|
|
types:
|
|
|
|
|
rating: float
|
2018-11-02 01:32:19 +01:00
|
|
|
|
|
2018-10-05 13:19:53 +02:00
|
|
|
|
# vim: set ft=yaml et sw=2 ts=2 :
|