Organizing Movies Starting with Numbers

Doubt this can be done–or that it should be done.  Sorting as you want requires that the sorting algorithm recognize strings of digits as representing numbers, figure out the values of those numbers, and then use the numbers somehow in the overall sorting of entries.  Such a scheme was implemented in the (Linux) KDE file browsers a few years back and caused a vast number of furious rants from users since it was not selectable.  I know about this because it was a complete disaster for me until it was fixed (I always turn it off now).  I remember at the time reading one of the developer’s responses to the effect that this sort order made the most sense to him.  Nobody else agreed, however.  It certainly can be useful occasionally, but its use has to be controlled and limited, since for every person it helps, there would probably be many more it would not.  The semantics of lexicographic sorting are very clear at least.