I suggest you ...

Fix\Update the sorting algorithm for sorting by filename

It appears that the sorting algorithm galleries when sorted by filename is not a very flexible one.

From the looks of it, it's getting done like this:

abcd (1).jpg
abcd (2).jpg
abcd (25).jpg
abcd (26).jpg
abcd (3).jpg
abcd (4).jpg

The only way around it, as suggested by SmugMug support is to number them iwth prepended 0s such as 001.jpg, 002.jpg, 003.jpg. This can be a real pain trying to rename hundreds, or even thousands of already numbered files and mixed file types.

If done correctly with the right algorithm, you can use either technique of numbering the files and get the same results being flexible for everyone. Or at least gives us the option of using either style.

Some coding examples on how this can be done in a variety of languages: http://www.davekoelle.com/alphanum.html

Hope to see this soon!

30 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    tddrmrztddrmrz shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →
    meganmegan shared a merged idea: Adjust sorting algorithms so that "Photo 1000" comes AFTER "Photo 999".  ·   · 
    completed  ·  cabbeyAdmincabbey (Admin, SmugMug) responded  · 

    Filenames are now sorted in natural language order and are no longer case sensitive. So Charles.jpg and cat.jpg will be together in the Cs and 9 will be before 10. You may need to re-apply the sort to your galleries.

    4 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • tobinortobinor commented  ·   ·  Flag as inappropriate

        Why not naming files like this?

        abcd (001.jpg)
        abcd (002.jpg)
        abcd (003.jpg)
        abcd (004.jpg)
        abcd (025.jpg)
        abcd (026.jpg)

        You could set up photoshop to do that trough automations...

      • CharChar commented  ·   ·  Flag as inappropriate

        don't think there's much you can do about this.. sort by filename is based on ASCII character code set which causes the sort order you see with numbers. Unless you expect SmugMug to develop a completely customized sort program. All they're doing is using the same file sort algorithm used across industry.

      • meganmegan commented  ·   ·  Flag as inappropriate

        I'm a computer programmer, so I understand why the algorithm originally worked this way. But it's old-fashioned. My mother would never understand how "1000" could come before "999". It's just not people-friendly.

      Feedback and Knowledge Base