No Dupes in Search Results
No Dupes in Search Results
Hi... can I ask ... is it possible to get search results with no duplicates in there?
I Have pretty big database with many mp3 files... and sometime I need to find some of them
sometimes my result is several thousands of files and there are only 100 of them are unique....
is there any option to get rid of dupes in result search?
files are located in different folders in my music collection
I would like to see each unique file just one time.... no matter where is it located... it could by any folder in database...
or the file with the newest date modificated
P.S. I know about the command !dupe:
it shows only uniq
But I need uniq + one position of each duplicates
I Have pretty big database with many mp3 files... and sometime I need to find some of them
sometimes my result is several thousands of files and there are only 100 of them are unique....
is there any option to get rid of dupes in result search?
files are located in different folders in my music collection
I would like to see each unique file just one time.... no matter where is it located... it could by any folder in database...
or the file with the newest date modificated
P.S. I know about the command !dupe:
it shows only uniq
But I need uniq + one position of each duplicates
Last edited by mihmann on Thu Nov 14, 2019 10:12 am, edited 1 time in total.
Re: No Dupes in Search Results
A View option to hide duplicated basenames is on my TODO list.
Thanks for the suggestion.
Thanks for the suggestion.
Re: No Dupes in Search Results
Oh, great!
Taking into account to see the master.... I want to get my Admire about your Programm!!
maybe, you can tell me how much time we should wait for this option... maybe approximately...?
P.S. just for the record
the option that I desire is:
the oportunity to see in results - All uniq files + one position of each duplicates
Taking into account to see the master.... I want to get my Admire about your Programm!!
maybe, you can tell me how much time we should wait for this option... maybe approximately...?
P.S. just for the record
the option that I desire is:
the oportunity to see in results - All uniq files + one position of each duplicates
Re: No Dupes in Search Results
I'm still along way from an Everything 1.5 alpha release sorry.
I'm not sure this feature would make it into the Everything 1.5 release at this stage.
I'm not sure this feature would make it into the Everything 1.5 release at this stage.
Re: No Dupes in Search Results
pseudo-code...
[everything] dupe: ext:mp3
export to efu -> mp3dup.efu
[vim] edit mp3dup.efu
%s/.*\\/"/g
-remove everything up through the final / character
>with that the path part of the filenames are removed, leaving only the file name itself [plus the additional data; size, date...]
%s/",.*/"/
-remove everything after the ", sequence, replace it with a "
>at that point, all that is there are the (duplicated) filenames (in quotes) [no additional data; size, date...]
:.,$!uniq -d
-with that, the duplicated names are now deduplicated (so only one of each of the names)
save, named as, mp3ONLY1dup.efu
[everything] !dupe: ext:mp3
export to efu -> mp3notdup.efu
cat mp3dup.efu mp3notdup.efu > uniq+1.efu
- merge the deduped file (names only) & the uniq files together
Open uniq+1.efu in Everything.
You will now have a "deduped" list of your mp3's (file names, at the least).
"Unique" files will have their expected information.
"Deduped" files will only show their file name.
(Deduped will show Path to be the location from which the .efu was opened.
And I'm sure there will be some exceptions & gotchas.)
[everything] dupe: ext:mp3
export to efu -> mp3dup.efu
[vim] edit mp3dup.efu
%s/.*\\/"/g
-remove everything up through the final / character
>with that the path part of the filenames are removed, leaving only the file name itself [plus the additional data; size, date...]
%s/",.*/"/
-remove everything after the ", sequence, replace it with a "
>at that point, all that is there are the (duplicated) filenames (in quotes) [no additional data; size, date...]
:.,$!uniq -d
-with that, the duplicated names are now deduplicated (so only one of each of the names)
save, named as, mp3ONLY1dup.efu
[everything] !dupe: ext:mp3
export to efu -> mp3notdup.efu
cat mp3dup.efu mp3notdup.efu > uniq+1.efu
- merge the deduped file (names only) & the uniq files together
Open uniq+1.efu in Everything.
You will now have a "deduped" list of your mp3's (file names, at the least).
"Unique" files will have their expected information.
"Deduped" files will only show their file name.
(Deduped will show Path to be the location from which the .efu was opened.
And I'm sure there will be some exceptions & gotchas.)
Re: No Dupes in Search Results
It's kind od complicated... but in some cases - useful!
thank you
I also have another question.... How can I search for dupes with no ext matters?
I mean, I need that files that have flac of mp3 extention - EV will find me as dupes
Is that possible??
thank you
I also have another question.... How can I search for dupes with no ext matters?
I mean, I need that files that have flac of mp3 extention - EV will find me as dupes
Is that possible??
Re: No Dupes in Search Results
for some reasons...
namepartdupe:
doens't show me dupes
I'm trying to understand why...
namepartdupe:
doens't show me dupes
I'm trying to understand why...
Re: No Dupes in Search Results
Does this work for you? :
- Search for
ext:mp3;flac
- Choose Menu:File > Export
- Save as type: EFU Everything File List (*.efu)
- Open this EFU file through Menu:File > Open File List
- Search for namepartdupe:
That should give you a list of all MP3/flac files that have another flac/mp3 file with the same namepart. - When done, return to your "regular" Everything with Menu:File > Close File List
Note:
instead of ext:mp3;flac you can also search for audio: to find all kinds of audio files (similar to searching for ext:aac;ac3;aif;aifc;aiff;au;cda;dts;fla;flac;it;m1a;m2a;m3u;m4a;mid;midi;mka;mod;mp2;mp3;mpa;ogg;ra;rmi;spc;rmi;snd;umx;voc;wav;wma;xm)
Re: No Dupes in Search Results
I've done everything
but the command "namepartdupe:"
doesn't show me any results
the window is empty
but in the efu list there are dupes
the command dupe: - works
but I need to find all filename dupes
but the command "namepartdupe:"
doesn't show me any results
the window is empty
but in the efu list there are dupes
the command dupe: - works
but I need to find all filename dupes
Re: No Dupes in Search Results
What version of Everything do you use?
You can check this in Menu:Help > About Everything
You can check this in Menu:Help > About Everything
Re: No Dupes in Search Results
Create two files.
Say, mihmann.txt & mihmann.doc.
Do a search, namedupepart:
And ?
Any other filters you have enabled that may affect the results (or lack there of)?
Say, mihmann.txt & mihmann.doc.
Do a search, namedupepart:
And ?
Any other filters you have enabled that may affect the results (or lack there of)?
Re: No Dupes in Search Results
Good point! (might be regex ...)
@mihmann: your search menu should look like this (only Everything enabled):
That should of course be namepartdupe:
(and dupenamepart: works too)
Re: No Dupes in Search Results
thanks!! it works!