-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add audio MIME types to default MIME aliases #30173
Copy link
Copy link
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Type
Fields
Give feedbackNo fields configured for issues without a type.
How to use GitHub
Is your feature request related to a problem? Please describe.
I'm using the
files_automatedtaggingapp 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/webmAdd the following MIME types for video:
video/mp4video/mpegvideo/oggvideo/webmDescribe 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.