RFE: Similar File Names Only - Ignore Extension

The best solution for finding and removing duplicate files.
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

RFE: Similar File Names Only - Ignore Extension

Post by therube »

RFE: Similar File Names Only - Ignore Extension

Option for Similar File Names Only to only search for similar filename part, Ignoring Extension.
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

Re: RFE: Similar File Names Only - Ignore Extension

Post by therube »

Suppose that should be applied to 'Same File Names' too.


Example:

jethro tull - underwraps.mov
jethro tull - underwraps.mp4

Same files, but a name search will not find them because the extensions differ.
silversword
Posts: 1
Joined: Fri Mar 15, 2013 4:27 pm

Re: RFE: Similar File Names Only - Ignore Extension

Post by silversword »

I'm guessing there was no solution to this?
I'm trying to dedupe on books:
Book1.txt
Book1.epub
Book1.mobi
Book1.pdf
etc
User avatar
DigitalVolcano
Site Admin
Posts: 1864
Joined: Thu Jun 09, 2011 10:04 am

Re: RFE: Similar File Names Only - Ignore Extension

Post by DigitalVolcano »

It's on the to-do list. I might bump it up into the next update!
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

Re: RFE: Similar File Names Only - Ignore Extension

Post by therube »

Thank you.
Odd location though (Options | More Options | Scanning).

Would have expected it to be available on the Search Criteria tab.
bobarens
Posts: 1
Joined: Mon Apr 28, 2014 3:28 pm

Re: RFE: Similar File Names Only - Ignore Extension

Post by bobarens »

I want to search for files having the same first 25 characters in the file name. How can I do this? The files are all jpg or JPG or jpeg or JPEG.
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

Re: RFE: Similar File Names Only - Ignore Extension

Post by therube »

Using Everything Search & this
search string: *.jpg dupe: len:>28 len:<30 dupe:

Code: Select all

*.jpg  len:>28   len:<30   dupe:
- Search for .jpg
- Filenames (including extension) with a length of 29 characters
(29 - 4, .ext, = 25 chars)
- Search for (file name) duplicates
(file name duplicates does not mean that the contents are the same)

Could be a start in your search.

Code: Select all

       M:\_C\Amarok - Mujer Luna\Amarok - Mujer Luna_Cover.jpg
X:\_MUSIC\_C\Amarok - Mujer Luna\Amarok - Mujer Luna_Cover.jpg
                 C:\My Documents\AMI BIOS Drive Settings-1.jpg
          X:\C_COPY\My Documents\AMI BIOS Drive Settings-1.jpg
                 C:\My Documents\AMI BIOS Drive Settings-2.jpg
          X:\C_COPY\My Documents\AMI BIOS Drive Settings-2.jpg
User avatar
DigitalVolcano
Site Admin
Posts: 1864
Joined: Thu Jun 09, 2011 10:04 am

Re: RFE: Similar File Names Only - Ignore Extension

Post by DigitalVolcano »

That'll do it.
This feature is slated to be implemented in version 4.0.
Post Reply