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 new mode, replace unwraps, change sending progress data #1354

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

qarmin
Copy link
Owner

@qarmin qarmin commented Sep 26, 2024

  • Removed some unnecessary unwraps (a lot of was converted to expects - will cause a little more crashes, but this will help to find bugs earlier instead silently falling)
  • Simplified usage of structures when sending/receiving progress information
  • Added Median hash algorithm
  • Fixed compilation with Rust >=1.80
  • Extracted tool input parameters, that helped to find not used parameters
  • Added new mod to find similar music only in groups with similar title tag - should decrease number of calculated music files (in my collection of size 15000 music files, only ~4000/5000 fingerprints needed to be calculated, also in this mode one fingerprint is compared with usually few other, not with full collection, so comparing hashes took now ~1 minute instead of several hours)
  • Fixed invalid default hash size in similar images
  • Fixed and added more input parameters to the application

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.

1 participant