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

Detect more MIME types or all files. #169

Open
Mundball opened this issue Jun 11, 2023 · 3 comments
Open

Detect more MIME types or all files. #169

Mundball opened this issue Jun 11, 2023 · 3 comments
Labels
enhancement New feature or request feature ideas Idea or feature request

Comments

@Mundball
Copy link

Description
Detect more MIME types or all files, only with hash you can catch all files.

Request
Please add support for more MIME types.

Thanks.

@andrey18106 andrey18106 added enhancement New feature or request feature ideas Idea or feature request labels Jun 11, 2023
@Emporea
Copy link

Emporea commented Sep 19, 2023

I would like if Music / Sound files would be added.

@Cryx73
Copy link

Cryx73 commented Sep 26, 2023

Would a simple search for doubled files (by the file name) also be possible?

@Mundball
Copy link
Author

No, the purpose of the hash is that you don't have to check if the file is really duplicated.

A little examples:

2023092600001.jpg = Neat_Donkey_Pic.jpg = holiday_pic_1.jpg
cake_recipe.txt = Choclate_Cake.txt = Best_Cake_ever.txt

How you search doubles from name? With a hash you get unique "code" for each file, it is much easier to diff over a hash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature ideas Idea or feature request
Projects
None yet
Development

No branches or pull requests

4 participants