Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 06-03-2026, 04:22 PM   #12016
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Multi-reply

Quote:
Originally Posted by famewolf View Post
Can fanficfare be made to only keep the cover or to remove all ffdl* images from the epub? I tried setting personal.ini to images of coveronly and false. They both seemed to make the cover not show up when the book appeared on my kindle even though it's showing fine in calibre. I've ran a one line shell script as a workaround that does find . -name "*.epub" -type f -exec 7z d {} "ffdl*.*" -r \; on the calibre directories but would like to automate things. This is for royalroad stories in particular. My old kindle can't handle books with 300 book referral images in them. It only has 1GB to start and those images eat up the space quick. I'd love to just weed out the book referrals entirely but didn't see an option.
Code:
[<storyUrl>]
include_images:false
Or put it under [<site>] for wider coverage.

No, FFF will not download the cover then. But if the epub already has a cover and you also set use_old_cover:true, it should keep it.
Quote:
Originally Posted by MidnightRose View Post
Is there a way to force exclude media files via extension or regex?

A story I'm trying to download (This one: https://archiveofourown.org/works/73097281 )
has an mp4 video on one of the chapters that kills conversion to KFX. (The SVG images in the story also cause problems, but for those I can just disable image processing)
We have:
  • cover_exclusion_regexp
  • no_image_processing_regexp
  • force_img_self_referer_regexp
But not one for "don't include these images".

However, I don't think it would help in this case--because the mp4 in that story is not an <img> tag. It's a <video> tag.

From defaults.ini:
Code:
## By default, script and style tags are removed from chapter text as
## part of cleaning up the source HTML.  Found several book readers
## that didn't treat those tags in <body> correctly.  Set to empty if
## you want to keep those tags.
remove_tags:script,style
In personal.ini add:
Code:
add_to_remove_tags:,video
Under story URL, site, or defaults section as you choose.

(FYI, FFF does not download and include the content for <video> tags.)

You might consider using Convert's Search and Replace instead if you bump into this a lot.
JimmXinu is offline   Reply With Quote
Old 06-03-2026, 04:44 PM   #12017
O_P_T
Junior Member
O_P_T began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2024
Device: iPad
I'm getting some issues trying to download stories from literotica.

It states "error" under status, title and author are both saying "unknown" and the comment states "list index out of range"

There were two stories I noted this on.

Moderator Notice
MobileRead forum doesn't want NSFW links.


I did install the new update when it came out the other day.

Last edited by JimmXinu; 06-03-2026 at 05:29 PM. Reason: Remove NSFW links.
O_P_T is offline   Reply With Quote
Old 06-03-2026, 05:11 PM   #12018
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 497
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
I am not sure if literotica has changed their site but I have been getting "list index out of range" errors whenever I try and download. I know they did some site maintenance on May 30 and that might have broken FFF. I am using the latest official release of FFF and calibre.
slantybard is offline   Reply With Quote
Old 06-03-2026, 05:28 PM   #12019
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Yeah, that looks like the site has changed. Again.

It's not trivial this time. I've opened an issue on github(#1355)

EDIT: Literotica site changed, downloading it is broken until FFF can be updated.

Last edited by JimmXinu; 06-03-2026 at 05:31 PM.
JimmXinu is offline   Reply With Quote
Old 06-03-2026, 05:34 PM   #12020
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Correction to generate_cover_settings advice:

Quote:
Originally Posted by JimmXinu View Post
Code:
## The individual story settings need to be above the default in this case, 
## because generate_cover_settings stops on the first match.

generate_cover_settings:
# match only this one story, set no GC.  $ is to NOT match story 99991
 ${storyUrl} => works/9999$ =>
# match any title
 ${storyUrl} => .+ => MyGC
Actually, if you do use this, you should use the full story URL. Certain partial URLs can match multiple sites.

Code:
## The individual story settings need to be above the default in this case, 
## because generate_cover_settings stops on the first match.

generate_cover_settings:
# match only this one story, set no GC.  $ is to NOT match story 99991
 ${storyUrl} => ^https://archiveofourown.org/works/9999$ =>
# match any title
 ${storyUrl} => .+ => MyGC
JimmXinu is offline   Reply With Quote
Old 06-03-2026, 08:35 PM   #12021
famewolf
Enthusiast
famewolf began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jan 2013
Device: Kindle PW1/PW4
Quote:
Originally Posted by JimmXinu View Post
Multi-reply


Code:
[<storyUrl>]
include_images:false
Or put it under [<site>] for wider coverage.

No, FFF will not download the cover then. But if the epub already has a cover and you also set use_old_cover:true, it should keep it.
It seems to only allow include_images under epub and not under site or is that something in the test version?
famewolf is offline   Reply With Quote
Old 06-03-2026, 08:48 PM   #12022
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by famewolf View Post
It seems to only allow include_images under epub and not under site or is that something in the test version?
Technically, include_images applies to [epub] and [html] formats.

And because [epub] has higher priority than [<site>], you need to use [<site>:epub] to override the [epub] defaults.ini setting.

Sorry, I only tested for [<storyUrl>] and forgot that wrinkle.
JimmXinu is offline   Reply With Quote
Old 06-04-2026, 02:04 AM   #12023
ovillo
Member
ovillo began at the beginning.
 
ovillo's Avatar
 
Posts: 15
Karma: 10
Join Date: Jan 2019
Device: Boox Go, Kindle paperwhite
Quote:
Originally Posted by JimmXinu View Post

If you want cover generate most of the time, but not for all stories, you'll probably need to use generate_cover_settings instead of the GUI settings and explicitly set an 'empty' GC for those specific stories.
Thank you for your thorough response. I read the wiki again and might have understood it a bit better . In any case, seems the easiest solution is just turning off ocvers before updating those particular books.
ovillo is offline   Reply With Quote
Old 06-04-2026, 10:55 AM   #12024
O_P_T
Junior Member
O_P_T began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2024
Device: iPad
Quote:
Originally Posted by JimmXinu View Post
Yeah, that looks like the site has changed. Again.

It's not trivial this time. I've opened an issue on github(#1355)

EDIT: Literotica site changed, downloading it is broken until FFF can be updated.
It appears that the issue is with stories that are set up series. If it's an individual entry, then FFF seems to work OK, both downloading from URL and anthology
O_P_T is offline   Reply With Quote
Old 06-04-2026, 08:45 PM   #12025
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2026-06-04
- New site: pmdfanfiction.com, thanks ndpereyra!
JimmXinu is offline   Reply With Quote
Old 06-05-2026, 12:44 AM   #12026
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 497
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
Quote:
Originally Posted by O_P_T View Post
It appears that the issue is with stories that are set up series. If it's an individual entry, then FFF seems to work OK, both downloading from URL and anthology
I tried to use browser cache with series but that does not seem to be a workaround. I don't think there's any temp solution to download series. Fingers crossed it is easily fixable.
slantybard is offline   Reply With Quote
Old 06-05-2026, 10:05 AM   #12027
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2026-06-05
- adapter_literotica: Fix for 2026 SolidStart site change#1358, thanks akshayrangnekar

The FFF site specific option tags_from_chapters isn't implemented for newer stories. Hopefully the site accumulates tags better now.

And dates_from_chapters is effectively on all the time with the new code.

If you use (or explicitly don't use) those options, please report if I should revisit them.
JimmXinu is offline   Reply With Quote
Old 06-05-2026, 10:46 AM   #12028
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 497
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2026-06-05
- adapter_literotica: Fix for 2026 SolidStart site change#1358, thanks akshayrangnekar

The FFF site specific option tags_from_chapters isn't implemented for newer stories. Hopefully the site accumulates tags better now.

And dates_from_chapters is effectively on all the time with the new code.

If you use (or explicitly don't use) those options, please report if I should revisit them.
The latest test version of FFF is working to download series thanks so much! I don't use the options mentioned (unless they are turned on by default).
slantybard is offline   Reply With Quote
Old 06-05-2026, 07:49 PM   #12029
nan1923
Enthusiast
nan1923 doesn't litternan1923 doesn't litter
 
Posts: 28
Karma: 140
Join Date: Jul 2022
Device: none
The new INI snippet GUI feature is very useful, but seems to have a small bug.

When I download or update an anthology/series from ao3, the saved INI snippets are not shown, the only options shown are No INI snippet and Edit one time snippet.


Edit: Tried the Edit one time snippet on an anthology and saved that one. Saved INI snippets are now being shown for updating/downloading anthology/series from ao3.

Last edited by nan1923; 06-05-2026 at 08:54 PM.
nan1923 is offline   Reply With Quote
Old 06-05-2026, 11:08 PM   #12030
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,479
Karma: 5007337
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I don't see anything unusual with INI Snippets and anthology download or update...
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 546 05-21-2026 02:44 PM
[GUI Plugin] Open With kiwidude Plugins 405 02-09-2026 07:54 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 09:04 AM.


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