Hey All,
I no this is pretty simple but here it goes.
i have filenames that are artist - title (year). I want to update only the the year tag with the filename and not the artist and title tags?
Any help would be appreciated
Hey All,
I no this is pretty simple but here it goes.
i have filenames that are artist - title (year). I want to update only the the year tag with the filename and not the artist and title tags?
Any help would be appreciated
Instead of the real field name you use %dummy%:
artist - title (year) -> %dummy%(%year%)
or longer but not better: %dummy% - %dummy%(%year%)
Awesome tks so much