Duplicate songs tables

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

eljuanchosf
Posts: 1
Joined: Mon Sep 08, 2014 3:36 pm

Duplicate songs tables

Post by eljuanchosf »

Guys,

I'm working in developing a script (soon to be an extension) to smartly delete dups.
How can I query the database to retrieve a list of all the dup files?

Thanks!
Lowlander
Posts: 56584
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: Duplicate songs tables

Post by Lowlander »

There is no table for that, you'd need to do some query yourself that matches fields (ie. like same Artist and same Title) to determine if files are duplicates.

You may want to check if you're not duplicating features already in the Advanced Duplicate Find & Fix Addon: http://www.mediamonkey.com/forum/viewto ... +duplicate
Guest

Re: Duplicate songs tables

Post by Guest »

Oh! Ok, thanks.
How about the Duplicate by Content? Is there a way I can search that?

Thanks!!
Guest

Re: Duplicate songs tables

Post by Guest »

I think I've fount what I was looking for. There is and index, idxSongsSignature that works on Songs.SignPart1.

Thank you!
Post Reply