Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more file types/extensions based on https://developer.mozilla.org/en-US/docs #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

johannes-he
Copy link

I noticed that some very common file formats were missing, in my case I saw that webp images had no thumbnail in the file browser.
I added some file extensions based on https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types.

Audio and video now have 2 duplicate file extension, namely '3gp' and '3g2' this affects the sorting based on category, where only the first occurring category, here 'video' is considered due to the use of find(). But this should be fine. Having it in both matters for filtering based on category.

@hunvreus
Copy link
Member

Let me see if I can add that to 0.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants