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

[FEATURE] Find Duplicates by Tags or Name #882

Open
Delious83 opened this issue Jan 24, 2025 · 1 comment
Open

[FEATURE] Find Duplicates by Tags or Name #882

Delious83 opened this issue Jan 24, 2025 · 1 comment
Labels
enhancement Improves existing features

Comments

@Delious83
Copy link

  1. Can you add Search settings to Find Duplicates by Tags or File Name
  2. find Duplicates which have added number (1)
@Delious83 Delious83 added the enhancement Improves existing features label Jan 24, 2025
@whyboris
Copy link
Owner

Duplicates by file name seems like a good idea and easy to implement (if looking at identical filenames). I'll look into some fuzzy similarity search (so if only a few characters are different it still matches). 👍 The easiest thing may be to have the code look if the first 90% of the filename matches - and then show the files as duplicates (this would handle the (1) case you describe)

By "tags" it's unclear to me how that would work. FYI: manual tags are what a user added manually, and auto tags are simply each word in the file name converted to a "tag".

I see a reason why having (1) in the filename would be a possible duplicate (OS or some software auto-adds (1)) - but this is a rather unique use case ... unsure if I'd want to figure out how to get it to work well.

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

No branches or pull requests

2 participants