Hi all, I want to ask if there is an action to invert ''Artist'' with ''Album Artist''
By invert I mean to put what I have on Artists into Album Artist and in the same action put what I have in Album Artist into Artist
Example:
Album Artist ------------ Artist
Arthur Rubinstein----------Chopin
Album Artist ------------ Artist
Chopin ---------------------- Arthur Rubinstein
Thanks in advance
vkostas
2
You need an action group with 4 actions.
dummy = artist
artist = albumartist
albumartist = dummy
delete dummy.
[#0]
T=5
F=DUMMY
1=%artist%
[#1]
T=5
F=ARTIST
1=%albumartist%
[#2]
T=5
F=ALBUMARTIST
1=%dummy%
[#3]
T=9
F=dummy
Place attachment to folder %appdata%\Mp3tag\data\actions.
Run action group swap_artist_albumartist.
swap_artist_albumartist.mta (138 Bytes)