Mac OS 15.5, Mp3tag 1.9.13
I know tags can’t reference each other, but I’m curious how much I can play with $meta(x,y).
Let’s say I have 3 Performers, and three Instruments:
Performer: Jim\\Mary\\Bob
Instrument: Guitar\\Violin\\Twice-Baked Potato
And %TEMP%, which is just a number.
I can set up my file list to have a column that says:
$meta(PERFORMER,%TEMP%) ($meta(INSTRUMENT,%TEMP%))
And it’ll display like:
Jim (Guitar)
Mary (Violin)
Bob (Twice-Baked Potato)
depending on temp’s value.
Anyway, I know this isn’t a database, but if $meta(performer,1) in this example would bring up “Mary”, is it possible for MP3tag to tell me that “Mary” is value 1 for %PERFORMER%? That way I can “match” it natively for my purposes?
Right now, I know how to recall the first (0) and the last:
$sub($len($meta_sep(PERFORMER,-)),$len($meta_sep(PERFORMER,)))
in a group. If there’s no way to know what value a tag is for anything between those two values, I’ll see if I can do some outside the box thinking (unless someone can point me to a resource).
If you got this far, thank you kindly for your time, regardless 8^)