Index: videofilter.cpp
===================================================================
--- videofilter.cpp	(revision 9356)
+++ videofilter.cpp	(working copy)
@@ -186,6 +186,8 @@
             return " ORDER BY userrating DESC";
         case kOrderByLength : 
             return " ORDER BY length";
+        case kOrderByFilename : 
+            return " ORDER BY filename";
         default:
             return "";        
     }
@@ -377,6 +379,7 @@
         orderby_select->addItem(1,"year");
         orderby_select->addItem(2,"userrating");
         orderby_select->addItem(3,"runtime");
+        orderby_select->addItem(4,"filename");
         orderby_select->setToItem(currentSettings->getOrderby());
     }
 }
