Modify ↓
Please read the Ticket HowTo before creating or commenting on a ticket. Failure to do so may cause your ticket to be rejected or result in a slower response.
Opened 14 months ago
Closed 12 months ago
Last modified 12 months ago
#10638 closed Patch - Feature (fixed)
Add FLV to MythGallery File Filter
| Reported by: | mmm1976@… | 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 ...
Attachments (0)
Change History (3)
comment:1 Changed 14 months ago by wagnerrp
- Component changed from MythTV - General to Plugin - MythGallery
- Owner set to beirdo
- Status changed from new to assigned
comment:2 Changed 12 months ago by Gavin Hurlbut <ghurlbut@…>
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 12 months ago by beirdo
- Milestone changed from unknown to 0.26
Note: See
TracTickets for help on using
tickets.

In 04a961ea7fe1de3229f63f1326ff708ab5659766/mythtv: