Sorting for the second loop (nested loop) in an Export Config doesn't seem to be working. Attached is a .jpg of the Mp3Tag window, the .mte file and the .txt output file.
I would have expected it to 1st sort by Album and then by directory within the album. Instead it's preserving the Mp3tag sort for the 2nd sorting.
recall the discussion at $loop() for dummies
MTE file:
$filename($getEnv('USERPROFILE')'\desktop\LoopTest.txt',ANSI)$loop(%album%)$loop(%_directory%)
%album%|%_directory%|%_filename%
$loopend()$loopend()
Output File:
Reason and Persuasion|_AlbumTags|Reason and Persuasion. Thinking Through Three Dialogues....
Reb YaNYaL Lectures|_Queued4IPOD|Reb YaNYaL Lectures - The Two Torahs. The Sin of the ...
Reb YanYal Lectures|_AlbumTags|Reb YanYal Lectures
Reb YaNYaL Lectures|_Queued4IPOD|Reb YaNYaL Lectures - The Limitations of Rationalism
Within the album Reb YaNYal I would have expected _albumtags to sort to the top above _Queued4IPOD, but does not.
Is this a bug or am I missing something?
Thx
K
I'm still on 2.71 if that matters.
LoopTest.txt (347 Bytes)
LoopTest.mte (150 Bytes)