We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I would like if Music / Sound files would be added.
Sorry, something went wrong.
Would a simple search for doubled files (by the file name) also be possible?
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: