Expression:
Case should be ignored! Using modifiers gi
- Code: Select all
(-AAC|.MP3|\[HDAudio\]|-FLAC|\[testfiles.com\])
So my window looks like this:
RegEx (1)
In Match
- Code: Select all
(-AAC|.MP3|\[HDAudio\]|-FLAC|\[testfiles.com\])
In Replace I've tired empty or \1; empty, nothing happens; \1 the renames are incorrect. *Not really sure what should be there, I just want the named tag strings deleted.
Sample folders to rename:
1950.TestAudio-AAC[HDAudio]
2034-New.Tracks.MP3[testfiles.com]
AlbumHQ_Sound-FLAC[TestFiles.com][HDAUDIO]
975.TestTracksHD-aac[testfiles.com]
After running the top RegEx in the online tester tool and confirming again in Notepad++ that should properly rename the folders to:
1950.TestAudio
2034-New.Tracks
AlbumHQ_Sound
975.TestTracksHD
I'm perfectly fine with my arbitrary adding the individual "tags" I'll need to remove, also makes it easy to see at a glance, and add if I find any new patterns. Still any help in this manner would be appreciated.