[beets] Better cases for filenames

Thanks to the American dance-punk band "!!!"
This commit is contained in:
M1dgard 2018-10-04 20:24:32 +02:00
parent 14ed3b8ba0
commit eb1727d1cf
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -11,16 +11,17 @@ musicbrainz:
searchlimit: 10 searchlimit: 10
replace: replace:
'[#"()\[\]<>:\*\|{}\\!\?]': '' '^!!!$': 'Chk_Chk_Chk'
"'": '' '[#"()\[\]<>:\*\|{}\\!\?]': _
"'": _
'[\\/]': _ '[\\/]': _
'[\.,]': _ '[\.,]': _
'[\x00-\x1f]': _ '[\x00-\x1f]': _
'^-': ''
'&': '_and_' '&': '_and_'
'\s+': _ '\s+': _
'_+': _ '[-_]+': _
'^_': '' '^[-_](?!$)': ''
'(?<!^)[-_]$': ''
per_disc_numbering: yes per_disc_numbering: yes