[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”
|
# no: … of “release”
|
||||||
original_date: yes
|
original_date: yes
|
||||||
|
|
||||||
|
# provided by plugin “rewrite”
|
||||||
|
rewrite:
|
||||||
|
'artist ^!!!$': 'Chk Chk Chk'
|
||||||
|
'album ^★$': 'Blackstar'
|
||||||
|
'title ^★$': 'Blackstar'
|
||||||
|
|
||||||
replace:
|
replace:
|
||||||
'^!!!$': 'Chk_Chk_Chk'
|
|
||||||
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
'[#"()\[\]<>:\*\|{}\\!\?]': _
|
||||||
"'": _
|
"'": _
|
||||||
'[\\/]': _
|
'[\\/]': _
|
||||||
|
@ -68,6 +73,7 @@ plugins:
|
||||||
- permissions
|
- permissions
|
||||||
- play
|
- play
|
||||||
- replaygain
|
- replaygain
|
||||||
|
- rewrite
|
||||||
- the
|
- the
|
||||||
- types
|
- types
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue