You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many cases, converter components can handle an entire category of mimetypes, not only a specific one. For example, audio transcribers could handle all audio mimetypes, the text converter could handle all text mimetypes, and so on.
It would be convenient if FileTypeRouter could match a mime type only by its first half, so not audio/mpeg or audio/x-wav but audio.
The text was updated successfully, but these errors were encountered:
masci
added
the
P2
Medium priority, add to the next sprint if no P1 available
label
Jan 11, 2024
The following Python script utilizes the mimetypes module to access a dictionary containing all known MIME types and their corresponding file extensions.
In many cases, converter components can handle an entire category of mimetypes, not only a specific one. For example, audio transcribers could handle all
audio
mimetypes, the text converter could handle alltext
mimetypes, and so on.It would be convenient if FileTypeRouter could match a mime type only by its first half, so not
audio/mpeg
oraudio/x-wav
butaudio
.The text was updated successfully, but these errors were encountered: