Skip to content

Commit c5b0cf7

Browse files
committed
Add expanded edition rewrite rule
1 parent 6638fd2 commit c5b0cf7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lib/assets/default_rewrite_rules.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,21 @@
573573
"requires_confirmation": true,
574574
"requires_musicbrainz_confirmation": true
575575
},
576+
{
577+
"name": "Remove (Expanded Edition) - Specific",
578+
"description": "Removes patterns like 'Album (Expanded Edition)' specifically for the expanded edition suffix",
579+
"examples": [
580+
"Pet Sounds (Expanded Edition) → Pet Sounds",
581+
"OK Computer (Expanded Edition) → OK Computer",
582+
"The Velvet Underground & Nico (Expanded Edition) → The Velvet Underground & Nico"
583+
],
584+
"album_name": {
585+
"find": "^(.+?)\\s*\\(Expanded Edition\\)\\s*$",
586+
"replace": "$1"
587+
},
588+
"requires_confirmation": true,
589+
"requires_musicbrainz_confirmation": true
590+
},
576591
{
577592
"name": "Remove Legacy Edition",
578593
"description": "Removes patterns like 'Album (Legacy Edition)'",

0 commit comments

Comments
 (0)