I'd like to properly tag remix artist and types and I'm wondering if anyone has created a standard for this yet. I found the %mixartist% field which is helpful, but it's certainly not enough.
How should I deal with:
1) Storing the "type" of remix.
John Smith - Diddy (Abe Lincoln Remix)
John Smith - Diddy (Abe Lincoln Dub)
Where would the "Remix" vs "Dub" go? Ideally it would be something like this:
%artist% = John Smith %track% = Diddy %mixartist% = Abe Lincoln %mixtype% = Remix2) Storing multiple mix artists?
John Smith - Diddy (Abe Lincoln & Mr. Waldo Remix)
Where would Mr. Waldo go? I don't want to put him into %mixartist% because then I won't be able to keep the artists separate, but I don't see a way to add a second %mixartist% value. Ideally it would be something like this:
%artist% = John Smith %track% = Diddy %mixartist% = Abe Lincoln %mixartist% = Mr. Waldo %mixtype% = Remix3) Collaborations
John Smith vs. Abe Lincoln - Diddy (Mr. Waldo Remix)
How do I split up the original artist value? Ideally it would be something like this:
%artist% = John Smith %artist% = Abe Lincoln %track% = Diddy %mixartist% = Mr. Waldo %mixtype% = Remix
Does ID3v2.4 support multiple values of the same field? If not -- do they have a solution proposed for these cases?
Thanks for your help.