|  08-02-2012, 05:57 PM | #256 | |
| Wizard            Posts: 1,117 Karma: 2094306 Join Date: Oct 2011 Location: Montreal, Canada Device: Lots and lots of electronic gadgets... | Quote: 
 | |
|   |   | 
|  08-16-2012, 03:01 PM | #257 | 
| 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 | 
			
			I've found a problem with the Remove broken TOC entries in NCX file. First thing, it doesn't fix the playOrder and leave things out of order. Second, FlightCrew is not liking things like </content> Incorrect according to FC Code: <content src="OEBPS/Gaba_9780440335153_epub_qts_r1.htm"> </content> Code: <content src="OEBPS/Gaba_9780440335153_epub_qts_r1.htm"/> Once all these are fixed, I'd expect FC to complain about the playOrder not being in sequential order due to the removal of any unused entries. | 
|   |   | 
|  08-23-2012, 09:08 AM | #258 | 
| 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 | 
			
			Any word on if Remove broken TOC entries in NCX file is going to be fixed?
		 | 
|   |   | 
|  08-23-2012, 09:35 AM | #259 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 Join Date: Oct 2010 Location: Australia Device: Kindle Oasis | 
			
			As I mentioned in another thread, anything that FlightCrew or ePubFix reports has about a 0.1 priority in my opinion. If people report that the book doesn't actually work on their specific reader then fair enough, but FC spits out so much nonsense I ignore it. Likewise with play order. The latter I am more likely to fix sometime, but neither appear to be a priority in comparison to other things I am working on.
		 | 
|   |   | 
|  08-23-2012, 11:49 AM | #260 | |
| 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: 
 The other errors are probably due to a bug in FlightCrew. I'll report it over in the Sigil forum. | |
|   |   | 
|  08-31-2012, 04:25 PM | #261 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 Join Date: Oct 2010 Location: Australia Device: Kindle Oasis | 
				
				v1.2.10 Released
			 
			
			Changes in this release: 
 | 
|   |   | 
|  08-31-2012, 06:39 PM | #262 | 
| 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 | |
|   |   | 
|  09-16-2012, 09:51 AM | #263 | 
| Guru            Posts: 657 Karma: 64171 Join Date: Sep 2010 Location: Kent, England, Sol 3, ZZ9 plural Z Alpha Device: Sony PRS-300, Kobo Aura HD, iPad (Marvin) | 
			
			I have to admit, I haven't read through all the posts to see if this has been requested, as I think it's fairly unique. Can there be an option to alter the 100% height in the titlepage.xhtml to 99%.  In a couple of s/w readers a scrollbar appears, and you need to page twice to go to next page, rather than the proper once. I know it's just a personal niggle and isn't high priority. Would be nice though  . | 
|   |   | 
|  09-16-2012, 03:22 PM | #264 | |
| 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: 
 | |
|   |   | 
|  09-17-2012, 12:25 PM | #265 | 
| Guru            Posts: 657 Karma: 64171 Join Date: Sep 2010 Location: Kent, England, Sol 3, ZZ9 plural Z Alpha Device: Sony PRS-300, Kobo Aura HD, iPad (Marvin) | 
			
			Well bu**er me, I just went through several of the previous reading software that I'd had installed (on my tablet) and none of them do it any longer. I didn't mess with settings too much, which I did originally to get my preferred style (pretty vanilla, as epub should be displayed - no backgrounds or fancy fonts as defaults, just plain black text on white background and fonts/margins/lineheights as defined in epub.) etc. I do know Calibre' viewer *used* to do it, but hasn't for several weeks (I think since the paged mode was introduced) or maybe earlier. | 
|   |   | 
|  09-20-2012, 07:20 AM | #266 | 
| Addict            Posts: 254 Karma: 69786 Join Date: May 2006 Location: Oslo, Norway Device: Kobo Aura, Sony PRS-650 | 
			
			Hi! This is a very useful plugin, which is par for the course for kiwidude, thanks again for your valuable plugins    I see an issue which causes Sigil validation (and epubcheck) to fail. I'm not sure if it's a bug or a validation issue? Sigil says: Code: The "role" attribute is not an allowed attribute of the <creator> element. Code: <dc:creator xmlns:ns1="http://www.idpf.org/2007/opf" ns1:file-as="Author, The" role="aut">Author, The</dc:creator> The workaround is trivial, as changing it to ns1:role="aut" fixes it. Is this a bug or am I doing something strange? On a side note I'll chime in about the remove non dc:metadata option: while it's little hassle to run it twice, it's fairly counter-intuitive that it *doesn't* remove non dc:metadata if you also update metadata. I just do it in two passes, so it's no big issue at all, but I'd prefer the non dc removal to be run last   | 
|   |   | 
|  09-20-2012, 08:32 AM | #267 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 Join Date: Oct 2010 Location: Australia Device: Kindle Oasis | 
			
			@Man Eating Duck - IIRC there is no code in this plugin that manipulates the creator. It calls stock calibre code for updating the metadata like that. So I believe you will need to point that one towards Kovid if he doesn't spot it - it only happens when you tick the "Update metadata" box right? Re the remove non dc:metadata option. Yeah I agree it isn't ideal how it works currently, but it isn't trivial to change which is why it was on the bottom of the priority list. This plugin basically does the following: - unzips the epub - applies all modifications except update metadata - rezips the epub - calls calibre code to update metadata that requires a zip So in order to move the non dc check, the epub has to be unzipped and rezipped a second time, which isn't "ideal". But if it is the only way to make the function useful then so be it, will take a look sometime since other features/functions of this plugin seem to have stabilised. | 
|   |   | 
|  09-20-2012, 09:52 AM | #268 | ||
| Addict            Posts: 254 Karma: 69786 Join Date: May 2006 Location: Oslo, Norway Device: Kobo Aura, Sony PRS-650 | Quote: 
 Quote: 
 Thanks again, you seem to have an uncanny ability to predict my needs with your plugins   | ||
|   |   | 
|  09-25-2012, 11:47 AM | #269 | |
| Addict            Posts: 254 Karma: 69786 Join Date: May 2006 Location: Oslo, Norway Device: Kobo Aura, Sony PRS-650 | Quote: 
   | |
|   |   | 
|  09-25-2012, 01:00 PM | #270 | 
| Calibre Plugins Developer            Posts: 4,735 Karma: 2197770 Join Date: Oct 2010 Location: Australia Device: Kindle Oasis | 
			
			@Man Eating Duck - off the top of my head I'm not sure if there are any other combinations of options that might conflict with doing that. For instance doing cover updates or something. Or maybe I was protecting myself against some future option which hasn't eventuated.  If we can't think of a flaw then I will make the same change. In which case I would move that "Remove non dc: metadata" option into the last group just below Update Metadata too I think. | 
|   |   | 
|  | 
| Tags | 
| modify epub | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] Quality Check | kiwidude | Plugins | 1277 | 10-21-2025 10:04 AM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 05:42 AM | 
| [GUI Plugin] Manage Series | kiwidude | Plugins | 167 | 07-28-2024 03:07 PM | 
| Modify ePub plugin dev thread | kiwidude | Development | 346 | 09-02-2013 05:14 PM | 
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |