Ticket #1354: mythvideo-multiple_videos_same_title.patch

File mythvideo-multiple_videos_same_title.patch, 546 bytes (added by sphery <mtdean@…>, 18 years ago)
  • mythvideo/mythvideo/videolist.cpp

     
    195195            Metadata *myData = metaptrs.take(0);
    196196            QString sTitle = myData->Title();
    197197            sTitle.remove(prefixes);
     198            // hack to allow multiple videos with the same title
     199            sTitle += QString::number(myData->ID());
    198200            stringsort[sTitle] = myData;
    199201        }
    200202