-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
I'm using the files_automatedtagging app on my install, and there are no MIME types for audio and videos files by default. The MIME type file says there is a way to override it, however, considering there are less-common types in that file, I'm curious why there are no audio or video types, some of which are common, included by default.
Describe the solution you'd like
Add the following MIME types for audio:
audio/aacaudio/oggaudio/opusaudio/midiaudio/x-midiaudio/mpegaudio/wavaudio/webm
Add the following MIME types for video:
video/mp4video/mpegvideo/oggvideo/webm
Describe alternatives you've considered
As described in the MIME type file, it's possible to add aliases, but one would have to do this for each install. Considering these missing MIME types are common, it could save users the time and effort of adding them by hand.