[beets] Misc changes, add comments
This commit is contained in:
parent
432a31bae8
commit
cd1e006efe
1 changed files with 15 additions and 2 deletions
|
@ -3,13 +3,23 @@ library: ~/.local/share/beets/library.db
|
|||
asciify_paths: yes
|
||||
|
||||
import:
|
||||
log: ~/.log/beets/library.db
|
||||
log: ~/.log/beets/import.log
|
||||
# imported directories are recorded and these are skipped on later imports
|
||||
incremental: yes
|
||||
# record skipped directories in the incremental list
|
||||
incremental_skip_later: yes
|
||||
# move files into the library directory when using beet import
|
||||
move: yes
|
||||
# ask for confirmation on every autotagging match
|
||||
timid: yes
|
||||
|
||||
musicbrainz:
|
||||
searchlimit: 10
|
||||
|
||||
# yes: set to release date of “release group”
|
||||
# no: … of “release”
|
||||
original_date: yes
|
||||
|
||||
replace:
|
||||
'^!!!$': 'Chk_Chk_Chk'
|
||||
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
||||
|
@ -24,7 +34,9 @@ replace:
|
|||
'^[-_](?!$)': ''
|
||||
'(?<!^)[-_]$': ''
|
||||
|
||||
# first (non-pregap) track on each disc always has track number 1
|
||||
per_disc_numbering: yes
|
||||
# provided by plugin “inline”
|
||||
item_fields:
|
||||
multidisc: disctotal > 1
|
||||
|
||||
|
@ -38,7 +50,7 @@ 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
|
||||
plugins: edit inline the types fetchart lyrics mpdupdate mbsync mbsubmit badfiles absubmit acousticbrainz replaygain permissions fromfilename lastgenre play fuzzy info
|
||||
|
||||
edit:
|
||||
itemfields: track disc title artist album mb_trackid
|
||||
|
@ -51,6 +63,7 @@ mpd:
|
|||
badfiles:
|
||||
commands:
|
||||
ogg: oggz-validate
|
||||
opus: opusinfo
|
||||
|
||||
lastgenre:
|
||||
source: track
|
||||
|
|
Loading…
Reference in a new issue