T O P I C R E V I E W |
vladlp |
Posted - 25 Jan 2009 : 22:55:11 Can you please extend FindDuplicates to use Name + Year On big database the same name happens quiet often
thank you |
6 L A T E S T R E P L I E S (Newest First) |
vladlp |
Posted - 01 Aug 2010 : 22:56:33 Probably it would be better not to break actual workflow (probably some user don't wont any changes in it) and add it as additional options like Use Year in Duplicate movie search... or second Duplicate Movie (with Year)... or ... Thank Vlad
|
Alessio Viti |
Posted - 01 Aug 2010 : 22:38:14 Thank you Vladlp!
I will make the modify in the next release.
Alessio |
vladlp |
Posted - 01 Aug 2010 : 20:34:48 I think you use SQL to find duplicates like this: SELECT Title FROM(Movies) GROUP BY Title HAVING(COUNT(Title) > 1) if you add Year in the GROUP BY SELECT Title FROM(Movies) GROUP BY Title,Year HAVING(COUNT(*) > 1) it will solve this problem.
At the moment I use Access to find and remove duplicates in my DB, but then I have to manually removes corresponding movie files. |
Alessio Viti |
Posted - 01 Aug 2010 : 07:52:50 Hi,
I have take a look now but its not so quick to make this.
When you use the Special Filter "Duplicates", XMM shows you all titles found in the grid. You can show in the grid the year too to correctly see what movies are really duplicates.
What do you think?
Ale |
vladlp |
Posted - 31 Jul 2010 : 23:33:23 Hi, Probably you have forget about it... but in my database are already 50 movies with the same name... and think I am not alone. Without year, search for duplicate is not so usefool as it may be.
thanks |
Alessio Viti |
Posted - 26 Jan 2009 : 14:12:19 OK, I will try to add this feature.
Thank you,
Alessio |