So I was wondering if there is a way to do this without so many steps.
I'm able to do actions to accomplish this but way to many steps for 54,000+ songs.
Filename = Wisconsin - Wausau (Joe) (Remix)
Virtual DJ takes (Remix) and places it in a ID3 Tag field "Remixer" taking ( ) off. I made mistake and batch processes a lot of songs to rename filename in VDJ.
So now Filename = Wisconsin - Wausau (Joe) (Remix) (Remix)
I corrected a lot of them but ... here is what I want ....
If ID3 "Remixer" (known as Version tag in MP3Tag) = Remix Then
remove (Remix) from filename else leave file name alone.
So eg. outcome....
Filename "Contains (Remix)"
and
ID3 Tag Version = (Remix)
then
Remove (Remix) from filename
Filename "Contains (Remix)"
and
ID3 Tag Version = "" or Version = something else
then
Do Nothing
The reason It has to be this way is because "Version" will not always be "Remix". It could be remixers name. So just focusing on the word REMIX.
Thank you in advance. I hope I explained what I'm trying to achieve.