06-28-2024, 04:52 AM | #1186 |
Junior Member
Posts: 8
Karma: 10
Join Date: Jun 2024
Device: Kindle PW3
|
Hi kiwidude,
I know this is an odd request, but since it seems that Amazon is removing sideloaded books marked as EBOK, I'm trying to find a quick way to mark all my sideloaded books as PDOC instead. Is it possible to add another item to the fix menu to do just that? It should be just like "Fix ASIN for Kindle Fire" but instead of setting cdetype to EBOK, you set it to PDOC. It would be a godsend. I am trying to change them one by one with MobiMetaEditor and it's taking forever. Thanks for the great work. |
06-28-2024, 01:30 PM | #1187 |
Junior Member
Posts: 8
Karma: 10
Join Date: Jun 2024
Device: Kindle PW3
|
I decided to try to look at the code and see if I can hack it. In the process, I think I have found a bug in "Check missing EBOK cdetype". It seems that exth.cdetype is a byte string, so in check_mobi.py:
Code:
if exth.cdetype == 'EBOK': Code:
if exth.cdetype == b'EBOK': |
06-28-2024, 05:18 PM | #1188 |
the rook, bossing Never.
Posts: 12,334
Karma: 92073397
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
|
I think that was a bug and they've stopped/fixed it?
|
06-28-2024, 06:41 PM | #1189 |
Junior Member
Posts: 8
Karma: 10
Join Date: Jun 2024
Device: Kindle PW3
|
|
06-29-2024, 12:39 AM | #1190 | |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
In other words - if I push a new version of the plugin that corrects the bug allowing you to identify MOBI files that have no EBOK header set, is there any reason why you would not just then use the existing "Fix ASIN" feature to then change the books? |
|
06-29-2024, 12:42 AM | #1191 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quality Check v1.13.11 released
Release Notes
https://github.com/kiwidude68/calibr...check-v1.13.11 |
06-29-2024, 01:29 AM | #1192 | |
Bibliophagist
Posts: 40,446
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
|
|
06-29-2024, 01:42 AM | #1193 | |
Junior Member
Posts: 8
Karma: 10
Join Date: Jun 2024
Device: Kindle PW3
|
Quote:
Fortunately the code is pretty straightforward and it's an easy hack. So now I can change it to whatever I want with a local copy of the plugin. |
|
07-07-2024, 12:54 AM | #1194 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quality Check v1.13.12 released
Release Notes
https://github.com/kiwidude68/calibr...check-v1.13.12 Check unused images in epub now includes checks for direct css references or the cover in opf. |
07-07-2024, 06:12 AM | #1195 | |
Resident Curmudgeon
Posts: 76,354
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
07-08-2024, 03:59 AM | #1196 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
|
08-04-2024, 12:12 AM | #1197 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quality Check v1.13.13 released
Release Notes
https://github.com/kiwidude68/calibr...check-v1.13.13 Handling another edge case of inline styles referencing an image. Thanks to Neyesha for reporting that. |
08-05-2024, 07:06 AM | #1198 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quality Check v1.13.14 released
Release Notes
https://github.com/kiwidude68/calibr...check-v1.13.14 Someone requested an option to suppress the summary dialogs after Fix operations. |
10-05-2024, 02:14 AM | #1199 |
want to learn what I want
Posts: 1,252
Karma: 6426810
Join Date: Sep 2020
Device: Calibre E-book viewer
|
Hi, I'd like to request a (maybe) small enhancement.
On the Search ePubs feature, there's an option to show all occurrences. The log format is Matches in book: Title / Author Section ...search result snippet... can it be... "###"(number of) matches in book: Title / Author Section ...search result snippet... ? The plugin is very fast as it is, so perhaps this could be implemented as an option, if the counting takes too much time/ cpu resources? |
10-21-2024, 04:25 PM | #1200 |
Junior Member
Posts: 9
Karma: 10
Join Date: Jun 2024
Device: Kindle Paperwhite
|
Boolean Operators in "Search Epub"
I have been sorting thru a lot of ebooks and trying to separate them by quality, retail to a mess. Just started using Quality Check and have to say what a great plugin you have developed! A donation has been sent!
I have been able to get an "or" statement to work in the search epub function, but not a combined and/or statement. Is this option not available, or am I just missing the format? these options work as stand-alone: (test1|test2) (test3|test4) and I want to combine those two statements as follows: (test1|test2) and (test3|test4) Thanks for any enlightening you are able to provide! |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Search the Internet | kiwidude | Plugins | 434 | 09-30-2024 04:04 AM |
[GUI Plugin] Clipboard Search | kiwidude | Plugins | 29 | 04-02-2024 11:05 PM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Kindle Collections (old) | meme | Plugins | 2070 | 08-11-2014 01:02 AM |
[GUI Plugin] Book Sync **Deprecated** | kiwidude | Plugins | 111 | 06-07-2011 08:47 PM |