jshttp/mime-db

Missing mime type image/avif-sequence

Closed this issue · 3 comments

ollm commented

There is missing image/avif-sequence for *.avifs files.

http://fileformats.archiveteam.org/wiki/AVIF

Hello, I took a look and image/avif-sequence is not in any of the three sources we aggregate from. Also to note, on that page you gave clicking on image/avif-sequence is a 404 page, so there is no information about it.

If you would like to see it added here, please follow the instructions in the readme here: https://github.com/jshttp/mime-db#adding-custom-media-types

ollm commented

I think it is not a standard of the AVIF format, but on some sites I have seen animated .avif files (AVIF Sequence) named this way .avifs

Example: https://github.com/link-u/avif-sample-images

Anyway I have sent a pull request to the repository, although I don't know if you accept MIME types without sources.

#243

This database is an aggregate of the three sources listed in the readme. Sometimes folks want them added here before they get into on our oyr sources, so we accepts PRs, yes. Just make sure to include a primary source where the information you are added is defined. The ideal souse is the specification for the data format or the data format owner's general website. This helps us ensure that our database is correct, as there are so many times out there and there are lots of third party sources that have the wrong data and copy each other not realizing.