Is there a easy way, to extract Albumartist and Album from both formats?
I currently have defined two separate actions for those, but this makes handling things complicated.
Maybe someone can suggest more universal approach?
What I actually is trying to achieve is that in such occasions, when subfolder "Volume" exists (Vol. 1 for example), it would get merged to %Album% field.
So %Album% would look like "Album Volume"
And yes, path is exactly same for all files eq. "X:\Music"
You can handle such problems by using the method "divide and conquer" ...
at first treat the first case, then treat the second case ...
so ... set the Mp3tag Filter ... for example to count the backslashes ...
and apply the dedicated action group.
... or ...
... use the action "Guess values" ...
Source format: %_folderpath%
Formatstring: %dummy%<!--coloro:#808080-->%dummy%\%ALBUMARTIST%\%ALBUM%<!--coloro:#808080-->%dummy%
Then you have not entered the path including the drive letter.
Please note that the mask looks like this:
X:\Music\%Albumartist%\%Album%\%dummy%
This includes the path starting at the drive.