10-18-2022, 02:51 PM | #1036 |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2022
Device: Kobo
|
|
10-18-2022, 03:07 PM | #1037 | |
Calibre Plugins Developer
Posts: 4,692
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
EDIT: Never mind, I just saw your follow up screenshot and that clearly shows you have no identifiers. In which case the fix I have in mind will solve your problem. WIll release it shortly... Last edited by kiwidude; 10-18-2022 at 03:24 PM. |
|
Advert | |
|
10-18-2022, 03:27 PM | #1038 |
Calibre Plugins Developer
Posts: 4,692
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Find Duplicates v1.10.5 Released
Release Notes:
https://github.com/kiwidude68/calibr...icates-v1.10.5 Thanks to @try_it20 for reporting this. |
10-18-2022, 05:58 PM | #1039 | |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2022
Device: Kobo
|
Find Duplicates
Quote:
See: https://ibb.co/Rhs4xh9 Left menu shows "Identifiers: 0" If that's not what you mean, please elaborate. More than happy to assist in helping to find out what causes this, but I am not much help in case of coding. |
|
10-18-2022, 06:01 PM | #1040 | |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2022
Device: Kobo
|
DUplicate finder Fixed
Quote:
I also can confirm, I installed the new version, that it's now fixed again. Thank you |
|
Advert | |
|
10-19-2022, 02:49 PM | #1041 |
Enthusiast
Posts: 26
Karma: 10
Join Date: Jan 2012
Device: kindle
|
Ahem, me again.
While searching for metadata variations using series I encountered the following error: TypeError: NoneType object is not iterable. calibre 6.5 embedded-python: True Windows-10-10.0.19044-SP0 Windows ('64bit', 'WindowsPE') ('Windows', '10', '10.0.19044') Python 3.10.1 Windows: ('10', '10.0.19044', 'SP0', 'Multiprocessor Free') Interface language: None Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 49, 0) && DeDRM (7, 2, 1) && Package KFX (from KFX Input) (1, 49, 0) && Barnes & Noble (1, 4, 0) && Clean Metadata (0, 0, 6) && Extract ISBN (1, 6, 0) && Fantastic Fiction (1, 6, 0) && Fantastic Fiction Adults (1, 3, 0) && Find Duplicates (1, 10, 5) && Goodreads (1, 7, 1) && ISFDB (3, 0, 0) && KFX metadata reader (from KFX Input) (1, 49, 0) && KFX Input (1, 49, 0) && Kindle Collections (1, 7, 29) && Obok DeDRM (7, 2, 1) && Quality Check (1, 13, 0) && Smashwords Metadata (1, 0, 2) Traceback (most recent call last): File "calibre_plugins.find_duplicates.dialogs", line 780, in _refresh_results File "calibre_plugins.find_duplicates.variation_algorit hms", line 29, in run_variation_check File "calibre_plugins.find_duplicates.variation_algorit hms", line 58, in _get_items_to_consider File "calibre_plugins.find_duplicates.matching", line 41, in get_field_pairs File "calibre_plugins.find_duplicates.matching", line 26, in ids_for_field TypeError: 'NoneType' object is not iterable NOTE: author variations works great |
10-19-2022, 04:07 PM | #1042 |
Calibre Plugins Developer
Posts: 4,692
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
@Alumoi - thanks for that - yeah I put all the focus on testing Author variations - and clearly didn't try the others enough. New version shortly...
|
10-19-2022, 04:49 PM | #1043 |
Calibre Plugins Developer
Posts: 4,692
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Find Duplicates v1.10.6 Released
Release Notes:
https://github.com/kiwidude68/calibr...icates-v1.10.6 Thanks to @alumoi for reporting this. That will teach me for trusting some dodgy code off the internet without testing it |
10-19-2022, 04:52 PM | #1044 |
Enthusiast
Posts: 26
Karma: 10
Join Date: Jan 2012
Device: kindle
|
It works, thank you.
|
10-22-2022, 01:12 PM | #1045 |
Junior Member
Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kindle
|
not marked:library_duplicate not working with the latest versions
This week I updated the plug in. I use it to binary compare 2 libraries and then see what books from the 2nd library differ with the current one.
So I do the search and when the compare finishes, on the calibre search bar I type "not " before the rest of what the bar says so the search bar says: "not marked:library_duplicate" this was working fine for years up to this week. I updated 3 times this week, the 1st notified by calibre. Thats when I noticed the search bar was empty when the search completed (not showing "marked:library_duplicate") as usual. The next day I was notified to a new version, and I updated the plug in again. Finally I came to this page and downloaded the fix version above (v1.10.6). The problem is still happening. Can you take a look? Thanks so much for the plugin. |
10-22-2022, 01:28 PM | #1046 | |
Junior Member
Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kindle
|
Quote:
Thanks again. |
|
10-22-2022, 04:38 PM | #1047 |
Calibre Plugins Developer
Posts: 4,692
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
The library duplicates feature is behaving as expected as per the change notes. It now applies a virtual library restriction to the marked rows, just like a duplicates search within a single library does.
So the search results are automatically limited by the virtual library indicator to a search of the books marked as duplicates. That means there is no need for a search query to be displayed, hence why it no longer shows marked:library_duplicate because that is exactly what the virtual library restriction is doing for you. Switching virtual libraries will clear the marked books. So if you want to find all books not in that virtual library, you could apply your own temp marker to those books with a different name, clear the virtual library restriction, then do a "not marked:your_marker" search. |
10-22-2022, 06:41 PM | #1048 | |
Junior Member
Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kindle
|
thnx
Quote:
|
|
10-29-2022, 06:41 PM | #1049 | |
Junior Member
Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kindle
|
Quote:
I went back to v1.10.1 Last edited by Eddie87; 10-29-2022 at 06:44 PM. |
|
10-31-2022, 08:00 AM | #1050 | |
Calibre Plugins Developer
Posts: 4,692
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
Your case is an edge case I am not going to build special behavior into the plugin for - the majority of users run this plugin to find which books are duplicates, not which books are not! There are other workarounds like you could create a custom column and use that to track which are your duplicates (and hence which are not by flipping the query). I don't think there is a way in the current API of removing just one specific named marker once you have applied it - I am sure chaley can correct me on that if I am wrong. That would have been the quick change to the plugin I might have been willing to make. |
|
Tags |
cross library duplicates, in library duplicates |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Quality Check | kiwidude | Plugins | 1226 | 11-22-2024 09:27 AM |
[GUI Plugin] Generate Cover | kiwidude | Plugins | 834 | 11-09-2024 01:39 AM |
[GUI Plugin] View Manager | kiwidude | Plugins | 415 | 05-11-2024 04:28 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |