
noreply at mythtv
Apr 21, 2012, 1:34 PM
Post #1 of 4
(113 views)
Permalink
|
|
Ticket #10638: Add FLV to MythGallery File Filter
|
|
#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 _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|