That works correctly when the folder structure is ...\Artist\Album\Track.mp3.
But it's always the wrong path if the tracks are located in an extra subfolder of Album like CD1 or BonusDisk, etc.
Is there a way to provide this without copying artist.jpg into those subfolders?
Unfortunately that seems not to be a solution as I still get only the wrong path.
My first thought was to use a regexpr. Some kind of a split and returning such way the folder before %_parent_directory%. But I don't know how to pass the folder depth as parameter for the returning regexpr replace.
Well, hard to explain it easier lol In Delphi or VB I would use something like "beforelast(%_parent_directory%,""). But how to do such in Mp3tag's script language... My first look at this language was a few days ago.