Opened 14 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 by Raymond Wagner, 14 years ago

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

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

Resolution: fixed
Status: assignedclosed

In 04a961ea7fe1de3229f63f1326ff708ab5659766/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:3 by beirdo, 13 years ago

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