Moode Forum

Full Version: IPAD 2 sort order
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an old IPAD 2 (Version 9.3.5) that sorts/displays the songs in the UI as 1,10,11,12,2,3,4... order instead of 1,2,3,4,5,6,7,8,9,10,11,12 order (see attachment). It also adds the songs to the playlist in the wrong order.

All the other devices I use (Win7, Win10, Android, Pi screen) sort in normal order.

Anyone seen this before?

Moode is moOde 5.3 2019-05-30

Thanks.

Randy
The Javascript version running in the Browser on the old iPad probably does not support the "collator" function that's used to generate a natural sort order.
(01-31-2020, 05:52 PM)Tim Curtis Wrote: [ -> ]The Javascript version running in the Browser on the old iPad probably does not support the "collator" function that's used to generate a natural sort order.

Thanks Tim!