I've recently been experimenting with using multiple genre tags, separated by semi colons. WMP reads each as a separate genre (allowing an album to sit in more than 1 at a time) and I'm finding it a helpful way to organise my music.
The problem comes when I want to add an extra genre to several different albums. For example, what if I want to add an 'instrumental' tag? I have albums from lots of different genres that may also be instrumental. In order to preserve each album's existing tags I'd need to go through them individually, adding ";instrumental" onto the end of the genre strings. This would be annoying at the best of times but I have 4,500 albums to get through!
So, would it be possible to dump all the tracks I wanted to add an additional genre to into mp3tag and use regex to append ";genrename" onto the end of the existing string?
Even better would be for it to check if it exists already and only add it if it is missing?
Can someone help? I've never been able to get my head around regex