First of all - Thank you for your time! It's close but I need some assistance tweaking!! (again, thanks!)
Yes, I will be filtering as I go, so as to only apply these actions to a specific Album(s).
So, I created two action groups. The first one was almost spot-on; but it left a blank space at the end of the Title. Here is what I have, please let me know how to tweak:
Again, my user need: to remove the " (live '85)" from the Title: "Inside Out (live '85)"
Action: Replace with regular expression
Field: TITLE
Original: (live*)
Replace with:
Which, again, does everything but remove the space that lies between the two (and now at the end of the Title.) I tried putting a blank space before and after the slash but that either gave me an error or did nothing. How do I also include the space before the parenthesis?
The 2nd one seems to just copy the entire Album title (with an extra "live:").
Situation:
Currently the Title = Inside Out
Need the Title to contain the date from the Album.
Currently the Album = live: 1985-04-13 Melbourne, Australia
Desired result:
Title = Inside Out (1985-04-13)
I created action group with the following steps:
-
Format Value
Field = TEMPALBUM
Format string = %album%
-
Replace with regular expression
Field = TEMPALBUM
Regular expression = .(\d\d\d\d-\d\d-d\d).
Replace matches with=$1
-
Format value
Field = TITLE
Format string = %title% live: %tempalbum%
-
Remove fields
Fields to remove = %tempalbum%
Result was:
Title = Inside Out live: live: 1985-04-13 Melbourne, Australia
What do I need to tweak to achieve:
Title = Inside Out (1985-04-13)
Thanks again. This such a fun program!