Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Looking for an advanced "search duplicates" plugin (Read 2590 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Looking for an advanced "search duplicates" plugin

I would like to search in my database all title that are redundants (!= files), i.e. each file which refer to a combination {artist+title} also used by another file.
For example, if I have the following combination:
Code: [Select]
file1        ArtistA    TitleA
file2        ArtistA    TitleA
file3        ArtistA    TitleB
file4        ArtistA    TitleC
file5        ArtistA    TitleD
file6        ArtistA    TitleD
file7        ArtistA    TitleE
file8        ArtistA    TitleD
file9        ArtistB    TitleG
file10       ArtistC    TitleC
file11       ArtistC    TitleE
file12       ArtistC    TitleE
file13       ArtistD    TitleH
file14       ArtistE    TitleI
I would like that the query returns
Code: [Select]
file1        ArtistA    TitleA
file2        ArtistA    TitleA
file5        ArtistA    TitleD
file6        ArtistA    TitleD
file8        ArtistA    TitleD
file11       ArtistC    TitleE
file12       ArtistC    TitleE

The goal for me would be to remove these duplicates files.

Is there a plug in which could make such a query? How?

Looking for an advanced "search duplicates" plugin

Reply #1
Maybe you could write a lua script (with foo_lua) that would do that.
Search the other threads if you need more info on foo_lua.
Best audio player for the power user: foobar2000