BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Suggestions / New Features
 FindDuplicates using Name + Year
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

vladlp
Starting Member

20 Posts

Posted - 25 Jan 2009 :  22:55:11  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Can you please extend FindDuplicates to use Name + Year
On big database the same name happens quiet often

thank you

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 26 Jan 2009 :  14:12:19  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
OK, I will try to add this feature.

Thank you,

Alessio

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

vladlp
Starting Member

20 Posts

Posted - 31 Jul 2010 :  23:33:23  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 01 Aug 2010 :  07:52:50  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

vladlp
Starting Member

20 Posts

Posted - 01 Aug 2010 :  20:34:48  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 01 Aug 2010 :  22:38:14  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you Vladlp!

I will make the modify in the next release.

Alessio

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

vladlp
Starting Member

20 Posts

Posted - 01 Aug 2010 :  22:56:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.14 sec. Powered By: Snitz Forums 2000 Version 3.4.07