Page 1 of 1

Duplicate Handling

Posted: Fri May 17, 2019 6:08 pm
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)

Re: Duplicate Handling

Posted: Fri May 17, 2019 6:18 pm
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.

Re: Duplicate Handling

Posted: Sat May 18, 2019 2:17 am
by njan
Doh!!! on the Duplicate finder.... what is the match criteria ... is there a way to change the duplicate handling criteria?

Re: Duplicate Handling

Posted: Tue May 28, 2019 5:30 am
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.

Re: Duplicate Handling

Posted: Tue May 28, 2019 7:37 pm
by FineWine
:D Thanks Conor - Another little gem.

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