[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
|
asciify_paths: yes
|
||||||
|
|
||||||
import:
|
import:
|
||||||
log: ~/.log/beets/library.db
|
log: ~/.log/beets/import.log
|
||||||
|
# imported directories are recorded and these are skipped on later imports
|
||||||
incremental: yes
|
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
|
move: yes
|
||||||
|
# ask for confirmation on every autotagging match
|
||||||
|
timid: yes
|
||||||
|
|
||||||
musicbrainz:
|
musicbrainz:
|
||||||
searchlimit: 10
|
searchlimit: 10
|
||||||
|
|
||||||
|
# yes: set to release date of “release group”
|
||||||
|
# no: … of “release”
|
||||||
|
original_date: yes
|
||||||
|
|
||||||
replace:
|
replace:
|
||||||
'^!!!$': 'Chk_Chk_Chk'
|
'^!!!$': 'Chk_Chk_Chk'
|
||||||
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
||||||
|
@ -24,7 +34,9 @@ replace:
|
||||||
'^[-_](?!$)': ''
|
'^[-_](?!$)': ''
|
||||||
'(?<!^)[-_]$': ''
|
'(?<!^)[-_]$': ''
|
||||||
|
|
||||||
|
# first (non-pregap) track on each disc always has track number 1
|
||||||
per_disc_numbering: yes
|
per_disc_numbering: yes
|
||||||
|
# provided by plugin “inline”
|
||||||
item_fields:
|
item_fields:
|
||||||
multidisc: disctotal > 1
|
multidisc: disctotal > 1
|
||||||
|
|
||||||
|
@ -38,7 +50,7 @@ va_name: various artists
|
||||||
languages: ["nl", "en"]
|
languages: ["nl", "en"]
|
||||||
bell: yes
|
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:
|
edit:
|
||||||
itemfields: track disc title artist album mb_trackid
|
itemfields: track disc title artist album mb_trackid
|
||||||
|
@ -51,6 +63,7 @@ mpd:
|
||||||
badfiles:
|
badfiles:
|
||||||
commands:
|
commands:
|
||||||
ogg: oggz-validate
|
ogg: oggz-validate
|
||||||
|
opus: opusinfo
|
||||||
|
|
||||||
lastgenre:
|
lastgenre:
|
||||||
source: track
|
source: track
|
||||||
|
|
Loading…
Reference in a new issue