Hey guys,
hope you can help - i'm trying to remove a string of text in my titles. for some reason my file shows the year and track before the actual title and trying to get rid of the first part (for example, one of my title shows up like this: "(2005-14) Song Title"
so far i've used this function $replace(%title%,(2005-14) ,) and it gives me "Song Title" (which is what i want) but there's so many files with the same format and different years. is there another function that just removes whatever is inside the parenthesis? maybe a wildcard? i've tried using "." inside the parenthesis but that didn't work...
thanks in advanced