XploreX / media-server

A localhost media server to be used to host your laptop media content and view it anywhere
GNU General Public License v3.0
18 stars 3 forks source link

Sorting issue #30

Open manorit2001 opened 3 years ago

manorit2001 commented 3 years ago

Describe the bug Sorting is not proper in some filenames

Screenshots image

parth-07 commented 3 years ago

We are using serveIndex for this purpose, it don't seem like currently there's a sort option . This PR https://github.com/expressjs/serve-index/pull/75 hopes to introduce sort option in serveIndex

manorit2001 commented 3 years ago

It doesn't seem like expressjs/serve-index is maintained anymore. Can we integrate this PR in our app using some other way?