flackbash / AudioAnchor

Android audio player that tracks the listening progress of your audio books and podcasts
GNU General Public License v3.0
216 stars 41 forks source link

Natural Sorting #69

Open c33s opened 4 years ago

c33s commented 4 years ago

currently items are not sorted by natural sort which leads to:

item episode 0 promo
item episode 1 stardust
item episode 10 the secret of mystic mountain
item episode 11 ...
...
item episode 19 ...
item episode 2 ...
item episode 20 ...

i assume that #5 was already released, i am currently on version 2.2 but i also asume that the CAST fix only work for numbers at the beginning and the end (or do i miss something?).

maybe helpful:

maybe a fix:

J0J0 commented 1 year ago

I have two solutions to this issue at hacky-filesort and database-filesort.

The reasons for not making (one of) them a pull request are:

Additional notes: