Merge pull request #2910 from randrey/dlna-extra-mime-types
Additional mime types for DLNA (VLC)
This commit is contained in:
commit
c35e6ac39a
|
@ -106,6 +106,7 @@ namespace MediaBrowser.Model.Net
|
||||||
{ ".3g2", "video/3gpp2" },
|
{ ".3g2", "video/3gpp2" },
|
||||||
{ ".mpd", "video/vnd.mpeg.dash.mpd" },
|
{ ".mpd", "video/vnd.mpeg.dash.mpd" },
|
||||||
{ ".ts", "video/mp2t" },
|
{ ".ts", "video/mp2t" },
|
||||||
|
{ ".mpegts", "video/mp2t" },
|
||||||
|
|
||||||
// Type audio
|
// Type audio
|
||||||
{ ".mp3", "audio/mpeg" },
|
{ ".mp3", "audio/mpeg" },
|
||||||
|
@ -123,6 +124,8 @@ namespace MediaBrowser.Model.Net
|
||||||
{ ".xsp", "audio/xsp" },
|
{ ".xsp", "audio/xsp" },
|
||||||
{ ".dsp", "audio/dsp" },
|
{ ".dsp", "audio/dsp" },
|
||||||
{ ".flac", "audio/flac" },
|
{ ".flac", "audio/flac" },
|
||||||
|
{ ".ape", "audio/x-ape" },
|
||||||
|
{ ".wv", "audio/x-wavpack" },
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly Dictionary<string, string> _extensionLookup = CreateExtensionLookup();
|
private static readonly Dictionary<string, string> _extensionLookup = CreateExtensionLookup();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user