Moode Forum
IPAD 2 sort order - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: IPAD 2 sort order (/showthread.php?tid=2142)



IPAD 2 sort order - ransmiller - 01-31-2020

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


RE: IPAD 2 sort order - Tim Curtis - 01-31-2020

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.


RE: IPAD 2 sort order - ransmiller - 01-31-2020

(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!