I'm trying to use Media Rage to change a bunch of [live] albums (the album name) in my itunes. A lot of them are sorted in
In regex that would be:
I want them all to be XXXX/XX/XX (If a day is the 9th, and it doesn't say 09, it's not a big deal. aka don't need to force the leading zero)
How can I mass apply a search/replace to album tags? I've never really used Media Rage, but it seems like it can really help in my situation.
Code:
Year-Month-Day .... other info
Code:
XXXX-XX-XX
Code:
[0-9]{2,4}-[0-9]{1,2}-[0-9]{1,2}
I want them all to be XXXX/XX/XX (If a day is the 9th, and it doesn't say 09, it's not a big deal. aka don't need to force the leading zero)
How can I mass apply a search/replace to album tags? I've never really used Media Rage, but it seems like it can really help in my situation.
Last edited: