Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10638 closed Patch - Feature (fixed)
Add FLV to MythGallery File Filter
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.26 |
Component: | Plugin - MythGallery | Version: | 0.25-fixes |
Severity: | low | Keywords: | flv mythgallery |
Cc: | Ticket locked: | no |
Description
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 ...
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 04a961ea7fe1de3229f63f1326ff708ab5659766/mythtv: