Correct playback order
Posted: Tue Mar 14, 2023 12:58 am
My problem may be trivial, but I am currently at a loss.
It's about the order in which the tracks of an album are played.
An example album contains the tracks 1.mp3, 2.mp3 up to 13.mp3.
If I call the album by filename, MM plays 1.mp3, 11.mp3 and just not the correct order 1.mp3, 2.mp3 etc.
I help myself here with the Powertoys of Microsoft, in which I with a rule:
Rename (.*).mp3
to
0$1.mp3
and with three-digit numbers then just 00$1.mp3.
I just so add one or two zeros in front of each file name. It is not perfect, in the example case I have to remove the leading 0 manually for the tracks 11-13. Unfortunately my knowledge of regular expressions is not enough to get this perfect.
In general the question from me to the round: How do you do this? There must be a way for MM to play the correct album order. What am I missing here?
Thanks
Andreas
It's about the order in which the tracks of an album are played.
An example album contains the tracks 1.mp3, 2.mp3 up to 13.mp3.
If I call the album by filename, MM plays 1.mp3, 11.mp3 and just not the correct order 1.mp3, 2.mp3 etc.
I help myself here with the Powertoys of Microsoft, in which I with a rule:
Rename (.*).mp3
to
0$1.mp3
and with three-digit numbers then just 00$1.mp3.
I just so add one or two zeros in front of each file name. It is not perfect, in the example case I have to remove the leading 0 manually for the tracks 11-13. Unfortunately my knowledge of regular expressions is not enough to get this perfect.
In general the question from me to the round: How do you do this? There must be a way for MM to play the correct album order. What am I missing here?
Thanks
Andreas