[beets] Better cases for filenames
Thanks to the American dance-punk band "!!!"
This commit is contained in:
parent
14ed3b8ba0
commit
eb1727d1cf
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue