[beets] Replace +s in paths
This commit is contained in:
parent
53290ea900
commit
a5a55c8d1d
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ replace:
|
||||||
'[\.,]': _
|
'[\.,]': _
|
||||||
'[\x00-\x1f]': _
|
'[\x00-\x1f]': _
|
||||||
'&': '_and_'
|
'&': '_and_'
|
||||||
|
'\+': '_plus_'
|
||||||
'\s+': _
|
'\s+': _
|
||||||
'[-_]+': _
|
'[-_]+': _
|
||||||
'^[-_](?!$)': ''
|
'^[-_](?!$)': ''
|
||||||
|
|
Loading…
Reference in a new issue