gtsteffaniak / filebrowser

📂 Web File Browser
Apache License 2.0
19 stars 2 forks source link

Unable to sort numerically #230

Open TannerDeLucia opened 1 week ago

TannerDeLucia commented 1 week ago

Description There is alphabetical sorting by name within folders but there is no numerical sorting by name.

Expected behaviour When sorting by name, my files would appear as 1,2,3,4,5,6,etc.

What is happening instead? My files appear as 1,10,100,1000,1001,1002,etc.

Additional context Some of these folders contain multiple thousands of picture files named 1-3000 so numerical sorting is needed.

How to reproduce? Name files 1-1000 and sort by name.

Files No relevant files.

gtsteffaniak commented 1 day ago

Understand.. Will add sorting more sorting functionality on next release.