[beets] Rewrite for David Bowie’s ★
This commit is contained in:
parent
9b1d6cc020
commit
0d9ae0b74d
1 changed files with 7 additions and 1 deletions
|
@ -20,8 +20,13 @@ musicbrainz:
|
|||
# no: … of “release”
|
||||
original_date: yes
|
||||
|
||||
# provided by plugin “rewrite”
|
||||
rewrite:
|
||||
'artist ^!!!$': 'Chk Chk Chk'
|
||||
'album ^★$': 'Blackstar'
|
||||
'title ^★$': 'Blackstar'
|
||||
|
||||
replace:
|
||||
'^!!!$': 'Chk_Chk_Chk'
|
||||
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
||||
"'": _
|
||||
'[\\/]': _
|
||||
|
@ -68,6 +73,7 @@ plugins:
|
|||
- permissions
|
||||
- play
|
||||
- replaygain
|
||||
- rewrite
|
||||
- the
|
||||
- types
|
||||
|
||||
|
|
Loading…
Reference in a new issue