i have a tagfield as albumartist.when i open a folder of mp3s , i can see the albumartist field. in the filed(for example) i have entries --- something like...> jackson(abc.com)
out of this, i want to get the item outside the parenthesis. for example---> jackson. for this i want to use the action guess values. i thought ,using the term --%albumartist%(%dummy%)--in the guessing pattern,i could accomplish the task. the problem is mp3tag does not accept the term as quoted above. and there is no item such as albumartist in the dropdown menu.
ah ok, albumartist. you wrote album art in your starting post.
Action: Format Value
Field: ALBUMARTIST
Format String: $regexp(%albumartist%,(.*),)
or
Action: Guess Value
Source Format: $regexp(%albumartist%,(.*),)
Guessing Pattern: %albumartist%
or
Action: Guess Value
Source Format: %albumartist%
Guessing Pattern: %albumartist%(%dummy%)
What do you mean by "mp3tag does not accept the term"?
Just tpye it in. Don't mind if %albumartist% or %dummy% ar not in the menu. You can use every placeholder by tpying it in. And i think after using a placeholder, it is in the menu, at least they are there in my Mp3Tag.
when i type %albumartist% in the guessvalue--guesssing format, nothing happens. the field entry as quoted remains unchanged. i mean to say theat the parenthesis and its content is not gone.