|  06-28-2024, 03: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, 12: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': | 
|   |   | 
| Advert | |
|  | 
|  06-28-2024, 04:18 PM | #1188 | 
| Still reading            Posts: 14,975 Karma: 111111111 Join Date: Jun 2017 Location: Ireland Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper | 
			
			I think that was a bug and they've stopped/fixed it?
		 | 
|   |   | 
|  06-28-2024, 05:41 PM | #1189 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Jun 2024 Device: Kindle PW3 | |
|   |   | 
|  06-28-2024, 11:39 PM | #1190 | |
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 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? | |
|   |   | 
| Advert | |
|  | 
|  06-28-2024, 11:42 PM | #1191 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 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, 12:29 AM | #1192 | |
| Bibliophagist            Posts: 48,079 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 | |
|   |   | 
|  06-29-2024, 12: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-06-2024, 11:54 PM | #1194 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 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, 05:12 AM | #1195 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 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, 02:59 AM | #1196 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 Join Date: Oct 2010 Location: Australia Device: Kindle Oasis | |
|   |   | 
|  08-03-2024, 11:12 PM | #1197 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 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, 06:06 AM | #1198 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 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, 01:14 AM | #1199 | 
| want to learn what I want            Posts: 1,679 Karma: 7908443 Join Date: Sep 2020 Device: none | 
			
			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, 03:25 PM | #1200 | 
| Member  Posts: 13 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 | 436 | 05-12-2025 09:02 PM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 05:42 AM | 
| [GUI Plugin] Clipboard Search | kiwidude | Plugins | 29 | 04-02-2024 10:05 PM | 
| [GUI Plugin] Kindle Collections (old) | meme | Plugins | 2070 | 08-11-2014 12:02 AM | 
| [GUI Plugin] Book Sync **Deprecated** | kiwidude | Plugins | 111 | 06-07-2011 07:47 PM |