[beets] Replace +s in paths

This commit is contained in:
M1dgard 2018-11-02 00:46:29 +01:00
parent 53290ea900
commit a5a55c8d1d
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -18,6 +18,7 @@ replace:
'[\.,]': _
'[\x00-\x1f]': _
'&': '_and_'
'\+': '_plus_'
'\s+': _
'[-_]+': _
'^[-_](?!$)': ''