View Single Post
Old 04-15-2015, 12:05 PM   #3961
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,043
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by PandathePanda View Post
Had a look at my anthology updated from this morning, during lunch. Seems something went horribly wrong.

Sigil only sees three pages, opening the epub with 7z shows that everything is there.

Uploaded it here: tempsend.com/305ED3D9F2(its a 7z file remove the zip part of the name)
Don't try to use Sigil on Anthology (or more generally, EpubMerge'd) books.

Sigil doesn't handle the nested dir structure inside the epub correctly. This is a known problem with Sigil that they had elected to not fix the last I checked. The structure we use is valid by the epub standard.

So if you saved it with Sigil, there's no point looking in your posted file--Sigil will have corrupted it. (Even if I did have a 7z tool handy. FYI, you don't need to compress an epub file--it's already zipped.)

Second, I'm able to download that series as an anthology and it looks fine in Calibre's reader and on my Nook.

Only semi-related, the animated images in those stories are somewhat messed up by the usual image conversion and resizing. Adding the code below to your personal.ini will prevent that at the cost of larger image files in the epub:
Code:
[archiveofourown.org:epub]
# an AO3 series (http://archiveofourown.org/series/150066) has animated images 
no_image_processing: true
JimmXinu is offline