Artist
Album
Tracks
Album
Tracks
Artist
Album
Tracks
All is fine when a disc has only one artist.
The problem arises with the Various Artists albums.
I have all my albums with the following directory naming schema:
- -
and for VA I have:
VA - -
Now the question is, if it's possible to get my VA albums (which can be distinguished form the ordinary albums by the directory name which starts with "VA - ") to the same format as mentioned above. And if they were sorted ascending by year then it would add additional bonus to the script
I only saw JavaScript solutions? But I don't want to do a html page. I was looking for some script to handle the VA case when exporting. I know you can do magic with Javascript, VBScript ... just this ain't my case.
So I am asking anyone who knows MP3TAGs scripting capabilities a bit more in detail. Can it be done in this level?
If not, then I'd really like to see a scripting language enhancements in the future verisons that could allow executing a block of script when a condition is met. At the moment I cannot execute the following if statement:
$if(condition,
bla bla
bla %something%
<a loop>
, some other script when the condidion is not met )