File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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)'" ,
You can’t perform that action at this time.
0 commit comments