[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gmediaserver-devel] [Patch] Add support for MPG files; speed up ini
From: |
Jan Ceuleers |
Subject: |
Re: [gmediaserver-devel] [Patch] Add support for MPG files; speed up initial start-up |
Date: |
Tue, 06 Nov 2007 20:11:47 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (Windows/20070728) |
Paul,
Paul Jenner wrote:
> * Can the patches be split? - separating a patch for serving video and a
> patch for determining file type as an alternative to libmagic
Assuming libmagic has support for video (I haven't checked), all that is
needed is adding MPG as a file type to FileType, and assigning the right
file type in check_file_content_type() based on the mime type that
libmagic returns.
> * Why wasn't the video patch taken by Oskar (unless that is opening a
> can of worms that is best left unanswered :-) ? It seems like obviously
> useful functionality if stable etc.
_If_ libmagic does not support video then that would be a reason of
course. But once again: I haven't checked whether that is the case.
Cheers, Jan