Pedro Garcia Posted September 20, 2023 Share Posted September 20, 2023 name my music files numerically so they are displayed in a specific order, and in Powermaq the list option is in "file name", name the files as follows 01 track name.flac 02 track name.flac ........ When you reach 10, 11 does not follow, but 100 and then 101, in my file manager it follows the desired sequence in Poweramp, no Link to comment Share on other sites More sharing options...
Pedro Garcia Posted September 20, 2023 Author Share Posted September 20, 2023 (edited) I did the same with another folder and here if you order them the way you want Photos attached Build 967 I scanned the library again ,and full rescan and it stayed the same Edited September 20, 2023 by Pedro Garcia Link to comment Share on other sites More sharing options...
Pedro Garcia Posted September 20, 2023 Author Share Posted September 20, 2023 (edited) I found a provisional solution It seems that if you have libraries <=999 songs, you need to name the files this way 001 , So that when it reaches 100 don't do a reboot ._. If you name 1, 2, 3..... When you reach 10 the sequence does not follow 1000 songs, you must name the first one like 0001 to avoid problems when going from 99 to 100 Edited September 20, 2023 by Pedro Garcia Link to comment Share on other sites More sharing options...
andrewilley Posted September 20, 2023 Share Posted September 20, 2023 That is correct, filename sorting is processed strictly as alphanumeric strings, sorted character by character. So in the same was that AAA comes before BB, 111 comes before 22. The fix is to use as many leading zero digits are you need to make the numbers the same length. In most cases for track numbering, just one zero is sufficient (forcing "01" to come before "20") which is what most ripping/renaming software does when naming files, but if you have a lot of tracks you may need to use "001", "002", 021", "022", "121", etc. There is a Feature Request to optionally provide "smart" sorting for alphanumeric strings, but that has not been implemented as yet. Andre Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now