I have lots of albums with year at the end as showed below...
album (year)
Ex. Happy Days (1994)
Now I want to copy the year in to "year" field, which one contained the end of every album in between parenthesis.
I have lots of albums with year at the end as showed below...
album (year)
Ex. Happy Days (1994)
Now I want to copy the year in to "year" field, which one contained the end of every album in between parenthesis.
Try an action of the type "Import tag-field" for ALBUM
Enter as import string: %album% (%year%)
The part for Year will be removed from ALBUM just as well as the parenthesis
I not find any where "Import tag-field".
I used "Guess value" action.
Source format: %album%
Guessing pattern: %album% (%year%)
It's worked fine. ![]()
Thank you