ChurchApps / FreeShow

FreeShow is a free and open-source, user-friendly presenter software.
https://freeshow.app
GNU General Public License v3.0
568 stars 86 forks source link

[Feature Request] Use ""natural sorting"instead of "alphabetical" for song numbers #1046

Closed yurividal closed 17 hours ago

yurividal commented 17 hours ago

Hi. As you know, i just bulk-added song numbers to all my songs. I noticed that they are sorted by strict alphabetical order. Using natural sorting makes more sense in this case, since it will make numbers follow a natural order.

Example: Instead of 1 10 2 20 21 3

it would produce 1 2 3 19 20 21

image

vassbo commented 17 hours ago

It does do that actually when the numbers does not start with a string. But I'll add a number parser for the "number" data.

yurividal commented 17 hours ago

Thanks, as always.

Yeah, we have the initials of the song book before the number. I think its just a legacy thing from when we used song-books, but changing it now is impossible. There are way too many processes and things on the Music Group that relly on these "song numbers" being consistent for us.

Thanks again @vassbo