Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 07-16-2024, 10:28 PM   #9751
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,435
Karma: 4276871
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by ninjadudedxp View Post
Ok i see add update chapters only, would this be a part of personal.ini somewhere? Im using the Automation which i think is only using FFF command line.
This thread is specifically for the Calibre Plugin version of FFF, so I assume questions here are about the plugin.

The FFF CLI version is a bit different, the CLI options -u/--update-epub, -U/--update-epub-always and --force control updates. See the CLI -h/--help list.

I don't know anything about "the Automation", it's not something I use or support.
JimmXinu is offline   Reply With Quote
Old 07-17-2024, 07:32 PM   #9752
TaviCalderon
Member
TaviCalderon began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Dec 2023
Device: Kindle Scribe
hi,

i added the below to my personal.ini, but it didn't seem to change anything or make the summaries italicized. did i miss something? should i have plugged the word "description" into something on the titlepage_entry: line?

Spoiler:

Code:
titlepage_entry:<b class="fff_tp_label" id="${id}_label">${label}:</b> <span class="fff_tp_value" id="${id}_value">${value}</span><br />

add_to_output_css:
 #description_value {
    font-style:italic;
 }


sorry, i know nothing about css or coding in general so i'm not sure where i went wrong. i added this under the [epub] section since that's the only format i have anything in.
TaviCalderon is offline   Reply With Quote
Old 07-17-2024, 08:57 PM   #9753
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,435
Karma: 4276871
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by TaviCalderon View Post
i added the below to my personal.ini, but it didn't seem to change anything or make the summaries italicized. did i miss something? should i have plugged the word "description" into something on the titlepage_entry: line?
Did you install the latest test version?

If not, you also need wide_titlepage_entries: like I mentioned earlier.

Other than that, I don't see anything wrong.
Quote:
Originally Posted by TaviCalderon View Post
sorry, i know nothing about css or coding in general so i'm not sure where i went wrong. i added this under the [epub] section since that's the only format i have anything in.
If you want to customize your output to the level that you apparently do, I suggest learning at least a little HTML and CSS.
JimmXinu is offline   Reply With Quote
Old 07-17-2024, 10:43 PM   #9754
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 114
Karma: 290364
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by TaviCalderon View Post
sorry, i know nothing about css or coding in general so i'm not sure where i went wrong. i added this under the [epub] section since that's the only format i have anything in.
Check this thread, you might get some ideas.
culytera is offline   Reply With Quote
Old Yesterday, 10:46 AM   #9755
TaviCalderon
Member
TaviCalderon began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Dec 2023
Device: Kindle Scribe
thanks guys!! i didn't realize i needed to add that line into wide_titlepage_entries, lol. thought i just needed to clear out what was in wide_titlepage_entries by default to make it work. my bad!

appreciate all your help to anyone else who is frantically googling and cannot find answers: if you want the summary/description of the work to be italicized on your title page for epubs, below is what i added and now it works!

Spoiler:

Code:
titlepage_entry:<b class="fff_tp_label" id="${id}_label">${label}:</b> <span class="fff_tp_value" id="${id}_value">${value}</span><br />

wide_titlepage_entries:<b class="fff_tp_label" id="${id}_label">${label}:</b> <span class="fff_tp_value" id="${id}_value">${value}</span><br />

add_to_output_css:
 #description_value {
    font-style:italic;
 }


TaviCalderon is offline   Reply With Quote
Old Yesterday, 11:51 AM   #9756
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,435
Karma: 4276871
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
FYI, the latest test version specifically changes it so you don't need to include wide_titlepage_entries.
JimmXinu is offline   Reply With Quote
Old Today, 11:21 AM   #9757
penumbria
Junior Member
penumbria began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2018
Location: US
Device: Samsung Tablet & Kindle Fire using Google Play store
I posted about this before around a month and a half ago and am still having the same issue. When I try to use the plugin to update an epub, to add a new epub, or to update an anthology from an AO3 fic, I get an error message: "HTTP Error in FFF '403 Client Error: Forbidden for URL:"

I've tried using a VPN, I've tried using free public wifi at a restaurant, and I even tried someone else's personal home wifi when I visited them and they live in a different state. It is always the same message.

I know the developer won't work on the issue when it is so localized and not widespread and I get it and understand and that is fine. But even though I can just download epubs from AO3, that doesn't help with ones that are updating regularly. Unless I download a new copy every few days or whenever they update which is a non-starter and waste of time.

Does anyone have any suggestions on how to overcome this error so that I can once again update AO3 fics easily using the plugin? I'm not overly tech savvy or tech lingo knowledgable but I can follow directions.
penumbria is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 494 05-18-2024 02:34 AM
[GUI Plugin] Open With kiwidude Plugins 403 04-01-2024 08:39 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 04:22 PM.


MobileRead.com is a privately owned, operated and funded community.