View Single Post
Old 04-22-2015, 06:00 PM   #82
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: 6,328
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by AndersW View Post
First, when I download http://www.fimfiction.net/story/259902/ it sets the small emoticon from the summary as the cover image. I tried setting cover_exclusion_regexp:www.fimfiction-static.net/images/emoticons/.* but that didn't work. Why isn't it working, is it broken, or do I have the syntax wrong.
Not sure where you got www.fimfiction-static.net from--static.fimfiction.net is the domain I see and works with the exclusion. To allow for either, I'll put this in the defaults.ini:
Code:
cover_exclusion_regexp:/images/emoticons/
Quote:
Originally Posted by AndersW View Post
...
In the first 2, the source for the cover image isn't there. http://static.fimfiction.net/images/...ages/12778.jpg ...
Could you make a change so that when it finds a missing source for the cover image, just use the cover image from the story main page.
Using the smaller displayed image when the linked-to image isn't found is a reasonable request. In the test version.
Quote:
Originally Posted by AndersW View Post
... And do the same for the animated gif's, or gif's in general if that is easier. (If there isn't already a setting to fix this that I don't know about)
There's the parameter no_image_processing: true that will use images as downloaded. That gets animated gifs into the epubs without change. But that doesn't help with the Calibre cover or with ebook readers.

After looking at it a fair bit, I haven't found a better solution than to detect and reject animated gif images across the board when running the plugin version. It's part of the conversion process, so you can bypass it with no_image_processing: true.

I've updated the test version to include the changes above mentioned.
JimmXinu is offline   Reply With Quote