Index: mythvideo/mythvideo/videolist.cpp
===================================================================
--- mythvideo/mythvideo/videolist.cpp	(revision 9406)
+++ mythvideo/mythvideo/videolist.cpp	(working copy)
@@ -195,6 +195,9 @@
             Metadata *myData = metaptrs.take(0);
             QString sTitle = myData->Title();
             sTitle.remove(prefixes);
+            // hack to allow multiple videos with the same title
+            QString sID;
+            sTitle += sID.sprintf("%.7d", myData->ID());
             stringsort[sTitle] = myData;
         }
 
