Duplicate Handling

Tell us about your wildest feature dreams. Or just harmless suggestions for improvement.
Post Reply
njan
Captain
Captain
Posts: 21
Joined: Fri May 17, 2019 1:29 am

Duplicate Handling

Post by njan »

Please add a way to find duplicates (and if possible some ability to merge fields from Duplicates, either manually or through some kind of user determined automation)
User avatar
FineWine
Site Admin
Posts: 852
Joined: Wed May 28, 2008 2:41 am
Location: Tauranga, New Zealand

Re: Duplicate Handling

Post by FineWine »

Please goto the Menu Bar > View > Display Duplicates

At the moment I do not think there is away to merge fields that have entries with those duplicates that do not - I could be wrong. Conor will answer that one. You would also have to decide which Library entry you would want to merge. Main to Duplicate or Duplicate to Main. Conor would have to design this some how where you select which fields you wish to merge. It is however a very nice idea.
njan
Captain
Captain
Posts: 21
Joined: Fri May 17, 2019 1:29 am

Re: Duplicate Handling

Post by njan »

Doh!!! on the Duplicate finder.... what is the match criteria ... is there a way to change the duplicate handling criteria?
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Duplicate Handling

Post by Conor »

They are matched by title and their unique code such as ISBN or UPC. Quite lax so that users can verify that they are not duplicates. If you want to make the matching stricter you can use the following in Terminal

Code: Select all

defaults write com.bruji.dvdpedia "Strict Duplicate Match" -bool YES
Change "dvdpedia" part for the other Pedias.

With this setting the director, author, developer and artist must match as well as the release year for it to be considered a duplicate. Ghostbusters (1984) and Ghostbusters (2016) would not match under the strict setting.
User avatar
FineWine
Site Admin
Posts: 852
Joined: Wed May 28, 2008 2:41 am
Location: Tauranga, New Zealand

Re: Duplicate Handling

Post by FineWine »

:D Thanks Conor - Another little gem.

Though this one might be better served if placed in the hidden Help menu :?:
Post Reply