MimeTypes icon indicating copy to clipboard operation
MimeTypes copied to clipboard

A simple lookup from file name/extension to MIME/media type, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.

Results 9 MimeTypes issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi, Any chance the jfif extension could be added to the typeMap? I believe it just has the mime type of image/jpeg. Thanks!

Hello, I've tried using this library in a Xamarin.mac project but got the following error. Is it normal? > Could not install package 'MimeTypes 2.4.0'. You are trying to install...

Hi @khellang - I am the new maintainer of: https://www.nuget.org/packages/Mime-Detective/ https://github.com/MediatedCommunications/Mime-Detective and have recently published an update expanding to over 14,000 mime signatures. Are you open to combining/joining efforts? If...

cb7, cba, cbr, cbt and cbz all refer to different types of digital comicbooks. The last letter of the extension indicates the compression algorithm that was used: 7zip, arc, rar,...

Independent of the file extensions, this library always returns `application/x-cbr`. This is incorrect, as there are specific MIME types for all the extensions, e.g. `application/x-cbz` or `application/x-cb7`. To understand the...

My problem as I get mimetype from email and sometimes it's broken. If empty i use detection from filename otherwise if it's not empty I want to validate it

Add support for check if mime type is valid bool IsValidMimeType(string mimeType)

I try to install your package in my LINQPad. I see the following warning and I can't use your package in LINQPad. Can you check what's going on? ![image](https://github.com/khellang/MimeTypes/assets/88981/cc0943ed-5612-42a4-acc4-f5ed947be149)