|  01-08-2022, 10:41 PM | #1096 | 
| Spaghettificated Mushroom  Posts: 5 Karma: 10 Join Date: Dec 2021 Device: Kindle Paperwhite 2021 | 
			
			Any way to make this work for when I only have a .kfx version of the book?
		 | 
|   |   | 
|  01-08-2022, 11:29 PM | #1097 | 
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | |
|   |   | 
|  01-28-2022, 03:59 PM | #1098 | |
| Chalut o/            Posts: 486 Karma: 678910 Join Date: Dec 2017 Device: Kobo | Quote: 
 the files in the archive still seem to use Qt5 and not qt.core. Code: try:
    from PyQt5.Qt import QMenu, QToolButton, QUrl
except:
    from PyQt4.Qt import QMenu, QToolButton, QUrl | |
|   |   | 
|  01-28-2022, 04:27 PM | #1099 | |
| Grand Sorcerer            Posts: 7,159 Karma: 92500001 Join Date: Nov 2011 Location: Charlottesville, VA Device: Kindles | Quote: 
 | |
|   |   | 
|  01-28-2022, 04:28 PM | #1100 | 
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | 
			
			All I can say is that it seems to work on the betas. I changed the place where it broke.
		 | 
|   |   | 
|  01-28-2022, 04:41 PM | #1101 | |
| Chalut o/            Posts: 486 Karma: 678910 Join Date: Dec 2017 Device: Kobo | Quote: 
 I missed that line. | |
|   |   | 
|  02-01-2022, 03:25 PM | #1102 | 
| Zealot         Posts: 103 Karma: 1000 Join Date: May 2013 Device: Kindle Paperwhite | 
				
				Add three new Check Mobi controls
			 
			
			Quality Check_1_12_1.zipHi, I tried to add three new check mobi controls into Quality Check plug-in ver 1.12.0. Attached my modified version (1.12.1) 
 I used some python code that I have taken from KindleUnpack - The Plugin Calibre plugin. All my changes start with a #SS-add START comment and finish with #SS-add FINISH. I have modified these python files: 
 I am not a good python programmer so I ask you to please test it and if you like, update or optimize the code as well  Stefano Last edited by theducks; 02-02-2022 at 08:47 AM. Reason: removed PI (newer version in #1104) | 
|   |   | 
|  02-01-2022, 03:40 PM | #1103 | |
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Mobi7 = Mobi Mobi8 = KF8 Mobi7 + Mobi8 = Dual-Mobi That way you get the terminology correct. The only one that is correct is Mobi7 but it can also be called Mobi (correctly). | |
|   |   | 
|  02-02-2022, 07:46 AM | #1104 | |
| Zealot         Posts: 103 Karma: 1000 Join Date: May 2013 Device: Kindle Paperwhite | Quote: 
 Stefano | |
|   |   | 
|  02-17-2022, 04:31 AM | #1105 | 
| Zealot         Posts: 103 Karma: 1000 Join Date: May 2013 Device: Kindle Paperwhite | 
			
			Hi, attached a new plug-in version. I updated the help file with the new three MOBI checks  (MOBI7, KF8 ad dual-MOBI) Stefano | 
|   |   | 
|  02-19-2022, 05:42 PM | #1106 | 
| Library Breeder (She/Her)            Posts: 1,301 Karma: 1937893 Join Date: Apr 2015 Location: Fullerton, California Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st) | 
			
			Epub content check suggestion 1. Check to see if there are headers/footers in a book. My pdfs that have been converted to text often have page numbers and author footers. 2. Check to see if there is a line height in the style files above/below a set number. Too many authors have been double spacing, along with spaces between paragraphs. I can change the spacing through conversion, but there really isn't a way of checking outside of opening up the book if there is an unacceptable line height. Being able to do a quick search through the files using a plugin to point out the ones that need fixing would be a great time-saver. I know that there is a "maximum" line height available in the conversion settings, but that is dicy. Would rather see it before making that change. | 
|   |   | 
|  02-19-2022, 07:59 PM | #1107 | 
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			It is already there (sorta). I use it to search for books that have letter-spacing (trips up my Kobo KEPUB's) | 
|   |   | 
|  02-19-2022, 09:19 PM | #1108 | 
| Library Breeder (She/Her)            Posts: 1,301 Karma: 1937893 Join Date: Apr 2015 Location: Fullerton, California Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st) | 
			
			I have to admit I never saw this.  I have only used the editor for the metadata since I got used to it. I will have to recheck it! Now a question; what would I do for a search on line height: 1.40 and above? | 
|   |   | 
|  02-19-2022, 09:41 PM | #1109 | |
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
 For now: I would suggest just specifying the exact line with value.  It allowed my REGEX (\s\s) so why not spec a range 1\.[5-9] | |
|   |   | 
|  05-03-2022, 03:51 PM | #1110 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Question: Aside from manually excluding the books from the specific checks, is it possible to have 'check duplicate series' ignore indexes of [0]? I use those for unordered series.
		 | 
|   |   | 
|  | 
| 
 | 
|  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 |