dlna: implement a mime type selector fallback
authorLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Wed, 14 Jan 2015 13:18:15 +0000 (11:18 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 15 Jan 2015 22:14:56 +0000 (20:14 -0200)
Since rygel will always want to have a mime type computed for every
single file in the lms database we must provide one even if it's not a
dlna recognized file.

This patch implements a fallback option, when we can't determine the
mime type based on dlna rules we still try to compute it using libmagic.


No differences found