I have an action that is exporting Track numbers to a .txt file.
They are exporting properly but not in the order I was expecting. In mp3tag the files are listed in track order starting from 1. I selected all the files of one album & the txt file is set for something like
I was planning on concatenating these track numbers in order. The end goal was: 1,8,13...
Just trying to figure out what pattern mp3tag is following here, either that or a way to sort these again if they will be randomized each time I export
Please show us the export script - otherwise it is very tricky to get an idea.
Just a wild guess:
Check the $loop() statement which sort the tracks.
That should read $loop($num(%track%,2)).
Sorting is always alphabetical, not numerical.
I'll be honest I don't remember making the original export script I just duplicate it & edit the new one each time I need a script. So long as I was able to get the information over there in all my other cases I was fine