chuot / rdio-scanner

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.
GNU General Public License v3.0
422 stars 59 forks source link

Group Names Are Not In Order #430

Open spencerhusak opened 3 months ago

spencerhusak commented 3 months ago

441012057_768622315415229_424099845428228023_n

Dewey3 commented 3 months ago

That is "lexicographic order", instead of looking at the whole number, it's sorting from left to right. So any "1" number, 1, 100, 1000, etc, is going to come before any "2" number and so forth and so on. The way to fix that is to pad/prefix lower numbers with zeros.