[mythtv-commits] Ticket #10638: Add FLV to MythGallery File Filter

MythTV noreply at mythtv.org
Sat Apr 21 20:34:45 UTC 2012


#10638: Add FLV to MythGallery File Filter
-----------------------------+----------------------------------
 Reporter:  mmm1976@…        |           Type:  Patch - Feature
   Status:  new              |       Priority:  minor
Milestone:  unknown          |      Component:  MythTV - General
  Version:  0.25-fixes       |       Severity:  low
 Keywords:  flv mythgallery  |  Ticket locked:  0
-----------------------------+----------------------------------
 Hi,

 after ::

     ln -s test.flv test.mp4

 The test.mp4 is played fine in mythtv 0.25 with mythgallery although it is
 a real macromedia flash video.

 I would suggest to include the flv file in the filter-list in:

 QStringList GalleryUtil::GetMovieFilter(void)
 {
     QStringList filt;
     filt.push_back("*.avi");
     filt.push_back("*.mpg");
     filt.push_back("*.mp4");
     filt.push_back("*.mpeg");
     filt.push_back("*.mov");
     filt.push_back("*.wmv");
     filt.push_back("*.3gp");
     return filt;
 }

 Btw ... I wonder why there is now way of configuring this list ...

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10638>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list