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: 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 ...

Change History (3)

comment:1 Changed 13 years ago by Raymond Wagner

Component: MythTV - GeneralPlugin - MythGallery
Owner: set to beirdo
Status: newassigned

comment:2 Changed 13 years ago by Gavin Hurlbut <ghurlbut@…>

Resolution: fixed
Status: assignedclosed

comment:3 Changed 13 years ago by beirdo

Milestone: unknown0.26
Note: See TracTickets for help on using tickets.