You're welcome ![]()
There was a similar question about one of my exports some time ago.
So, yes, actually the sorting is stable, so you can just sort by track number and afterwards by artist and it should be sorted correctly (like in mp3tag view).
If you want to define the default sorting, you can change the numbers in the line Array.prototype.sort_stack = new Array(-1,-1,-1,-1,-1);
to
Array.prototype.sort_stack = new Array(0,2,-1,-1,-1);
somewhere in the configuration file.
Regards
nickless