View Single Post
Old 03-16-2021, 11:28 AM   #5673
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,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by watani View Post
Does make me wonder what the purpose of the "Generate Cover Only for New Books" option is under the Calibre Cover tab of FFF's preferences. I've had that checked, but it still doesn't prevent the covers from being overwritten when updating.
The cover code is overly complicated, I admit. I probably should have said no to more people when they were requesting different cover options.

It's even more complicated by the differences between personal.ini settings (which are shared with the CLI version) and plugin GUI settings.

"Generate Cover" refers specifically to using the Generate Cover plugin or Calibre's Generate cover function.

It sounds like you are getting a cover from the book that you don't want. To not use the cover for only specific books, but continue to use and update covers from other stories, you have to use personal.ini settings like ownedbycats suggested.

Quote:
Originally Posted by ownedbycats View Post
Question: About 3/4 down on this chapter (ctrl+f for "it had been on his mind") is some side-by-side text and I'm not sure how to make FFF do that in the ePub.

I tried this but it didn't work:

Code:
add_to_keep_html_attrs:,title,align,blockquote,div
Any other ideas?
Looks to me like you need some additional CSS, too. At least:
Code:
.column {
    float: left;
    width: 50%;
}
...and possibly more; I didn't test it.
JimmXinu is offline   Reply With Quote