My pet hate is when the Title field is used for all sorts of other random stuff. e.g. Title (Album Version) or Title (2011 Remaster) or other such mostly useless nonsense that the original artist never intended the track to be called.
I'm pretty sure when The Clash did London Calling, they never intended their track to be called London Calling (2011 Remaster) or London Calling (Album Version).
I want to either remove it, or ideally move it to the comment field where is actually belongs.
I started looking a Regex, as it should be pretty each to find the offending tracks (and album titles), but struggling, as I'm not a programmer. I did try one Regex from the current thread: (.+?) and all it did was wipe out the entire Title
Perhaps I did something wrong? It also didn't seem to be coded to remove trailing whitespace.
The other part of this question is how would I move this stuff to the comment field? Is this something Actions can do?
Thanks.