You are not logged in.
https://imgur.com/nmAxbyG
I would like this to be sorted by the more standard way, for example 109, 110, 111. And not 109, 11, 110.
I have tried changing the sorting method by using CTRL + S but that doesnt change anything.
Last edited by lucyhapsti (2023-09-07 14:25:28)
Offline
Do you also have the issue when listing the files with
ls
or from a file manager?
Maybe try to use
LC_COLLATE=C.UTF-8
or
LC_COLLATE=C
See https://wiki.archlinux.org/title/Locale … _collation.
Another possible workaround is to use "001/002/003..." instead of "01/02/03" for filenames with albums that have 100+ tracks.
Offline
LC_COLLATE won't affect numbers.
"ls -v" does "natural" sort for numbers, but I don't see any ncmpcpp option for that.
Offline
Another possible workaround is to use "001/002/003..." instead of "01/02/03" for filenames with albums that have 100+ tracks.
Is there any command I could use to modify the names and turn 01... into 0001... for example?
Offline
Offline
thanks so much! I have tried searching for something like this and never found a 100% solution
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline