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 09-21-2025, 05:05 AM   #11266
LittleBit
Junior Member
LittleBit began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2025
Device: Kindle
I did a quick search and didn't find any answers, so I'm not sure if it's just me having this problem, but I started having this problem with downloading from from AO3 and chrome a few weeks ago. Every attempt at downloading via browser cache has given me

Quote:
Browser Cache Failed to Load with error 'HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (archiveofourown.org), assuming site is off line.'(428)
I haven't changed any settings, the path is still set and so are the use browser cache and open pages in browser. The pages don't open in browser and then the failed to download dialog box pops up. I can use #use_archive_transformativeworks_org:true and #use_archiveofourown_gay:true to download most other stories but there are a few I can't update with either of those options. How can I get this working again?
LittleBit is offline   Reply With Quote
Old 09-21-2025, 09:08 AM   #11267
Tharos
Connoisseur
Tharos began at the beginning.
 
Posts: 75
Karma: 10
Join Date: Jul 2010
Device: Pocketbook InkPad Color 3, Kindle Oasis 2, Moon+ Reader pro
Since authors sometimes use different author names on various websites, I would like to harmonize them in Calibre. I use the following for individual names.
Code:
add_to_replace_metadata:
 author=>JustBored21 =>JB21Q
What doesn't work is changing to two names. The following does not work. What do I need to adjust?
Code:
add_to_replace_metadata:
 author=>JustBored21 =>JustBored21 & JB21Q
I would like the "JustBored21 & JB21Q" to appear in the author column.
Tharos is offline   Reply With Quote
Old 09-21-2025, 09:23 AM   #11268
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
How can I expose the AO3 tags (kuds, comments, bookmarks) to calibre?
I have it set up like this:
Quote:
[archiveofourown.org]
use_browser_cache:true
#use_browser_cache_only:true
#open_pages_in_browser:true

extratags: AO3

add_to_custom_column_settings:
kudos=>#kudos,
hits=>#hits,
bookmarks=>#bookmarks,
comments=>#comments
But I still don´t see those in the calibre columns. Same with "Packaged".
I see them in the book.
HowWouldIKnow is offline   Reply With Quote
Old 09-21-2025, 10:07 AM   #11269
Tharos
Connoisseur
Tharos began at the beginning.
 
Posts: 75
Karma: 10
Join Date: Jul 2010
Device: Pocketbook InkPad Color 3, Kindle Oasis 2, Moon+ Reader pro
Quote:
Originally Posted by HowWouldIKnow View Post
extratags: AO3
I have added the following to AO3:
Code:
[archiveofourown.org]
extragenres:
extracategories:
extratags:
 
custom_columns_settings:
# category => Fandoms/Serien
# genre => Categories/Additional Tags
# ships => ???
# characters = > Character
# fandoms => Fandoms/Serien
# freeformtags => Additional Tags
# ao3categories => Categories
 category=>#ts
 fandoms=>#ts
It seems to work. #ts is a separate column for series. And behind the # are the specifications, as I understand the automatic assignment of tags for AO3.

Last edited by Tharos; 09-21-2025 at 10:15 AM.
Tharos is offline   Reply With Quote
Old 09-21-2025, 10:49 AM   #11270
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,053
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Multiple replies.

Quote:
Originally Posted by SilentShadow123 View Post
Hello, are there any fixes for fanfiction on Archiveofourown (AO3) that are archive locked (blue lock icon)? I'm noticing that all these archive locked fanfiction are giving me the error: "HTTP Error in FFF '403 Client Error: Forbidden for url: https://archiveofourown.gay/users/login'(403)" when I try to download them.
Look at ProblematicSites wiki page, toward the bottom for AO3 and Browser Cache.

Quote:
Originally Posted by LittleBit View Post
I did a quick search and didn't find any answers, so I'm not sure if it's just me having this problem, but I started having this problem with downloading from from AO3 and chrome a few weeks ago. Every attempt at downloading via browser cache has given me
open_pages_in_browser_tries_limit is a recently added feature to keep from retrying forever. If you're using Chrome, you may need the latest test version--there was a change to caching.
Quote:
Originally Posted by Tharos View Post
Since authors sometimes use different author names on various websites, I would like to harmonize them in Calibre. I use the following for individual names.
Code:
add_to_replace_metadata:
 author=>JustBored21 =>JB21Q
What doesn't work is changing to two names. The following does not work. What do I need to adjust?
Code:
add_to_replace_metadata:
 author=>JustBored21 =>JustBored21 & JB21Q
I would like the "JustBored21 & JB21Q" to appear in the author column.
Multiple issues here. First, for historical reasons, you need & not just &. At that point, FFF will consider it one author with "JustBored21 & JB21Q" Second, as I recall, when FFF gives that to Calibre, Calibre may split it into two. (Or change the &, I don't remember.)

Third, if you want two author entries in FFF, use \, to separate them See here. But (fourth), if you do that, you also need to add another entry to authorUrl to match the new author name for authorHTML to still work correctly.

My recommendation: Use "JustBored21 aka JB21Q"

Quote:
Originally Posted by HowWouldIKnow View Post
How can I expose the AO3 tags (kuds, comments, bookmarks) to calibre?
Do you have 'Allow custom_columns_settings from personal.ini' checked?
Each line to be included in custom_columns_settings needs a leading space.
Columns have to already exist.
See the comment in defaults.ini: https://github.com/JimmXinu/FanFicFa...aults.ini#L356
JimmXinu is offline   Reply With Quote
Old 09-21-2025, 01:24 PM   #11271
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
Quote:
Originally Posted by JimmXinu View Post
Do you have 'Allow custom_columns_settings from personal.ini' checked?
Each line to be included in custom_columns_settings needs a leading space.
Columns have to already exist.
See the comment in defaults.ini: https://github.com/JimmXinu/FanFicFa...aults.ini#L356

Thanks.
I have both checked, the one in the personal.ini tab and the one in custom columns tab.

I just saw that I have used: "add_to_custom_columns:", I have now changed it to the one in the example personal.ini, added one blank before each command and removed the commas after each command.
But it still does not populate the columns.

Is there a command that can interfere with this one?

And yes, the lookup names are : #kudos and #bookmarks

Code:
extratags: AO3

custom_columns_settings:
 kudos=>#kudos
 hits=>#hits
 bookmarks=>#bookmarks
 comments=>#comments

Last edited by PeterT; 09-21-2025 at 02:48 PM. Reason: changed quote to code tags
HowWouldIKnow is offline   Reply With Quote
Old 09-21-2025, 01:37 PM   #11272
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,053
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by HowWouldIKnow View Post
Thanks.
I have both checked, the one in the personal.ini tab and the one in custom columns tab.

I just saw that I have used: "add_to_custom_columns:", I have now changed it to the one in the example personal.ini, added one blank before each command and removed the commas after each command.
But it still does not populate the columns.
Use [code], not [quote] for ini sections--it preserves whitespace.

And here's a wiki on add_to_, FYI.

The only things that come to mind are:
a) all ini settings need to be under a [section] line, [archiveofourown.org] in this case,
b) if you have more than one copy of the same setting, (possibly under another copy of the [section]), the last one take precedence,
c) on the off-chance you don't know, those column updates don't happen magically--you need to run an FFF update again for them to work, and;
d) most people don't change it anymore, but there's an over-all 'Update Calibre Metadata' checkbox on each update. It's default value can be set on FFF's General config tab.
JimmXinu is offline   Reply With Quote
Old 09-21-2025, 03:39 PM   #11273
SilentShadow123
Member
SilentShadow123 began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Jun 2021
Device: none
[QUOTE=JimmXinu;4538556]Multiple replies.

Look at ProblematicSites wiki page, toward the bottom for AO3 and Browser Cache.

Hi Jimm, thanks for the help, but I have a few questions if you don't mind.

1. So you are saying that I have to use Browser Cache now that using archiveofourown.gay won't let me download restricted works?

2. In trying to use the Browser Cache Method, I don't understand "While using Browser Cache Feature with AO3, you should comment out always_login and username under [archiveofourown.org] in personal.ini." I don't have a section for [archiveofourown.org] in my personal.ini or either of these.

3. Where would I place "open_pages_in_browser:true" in my personal.ini? Is it required for downloading restricted works, or just adult works?

4. Is the Browser Cache Method the same as what we do for Fanfiction.net? The method where we open up each page of a fanfiction to collect the cache?

Thanks again.
SilentShadow123 is online now   Reply With Quote
Old Today, 01:32 PM   #11274
BurnedCupcake
Junior Member
BurnedCupcake began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2025
Device: Kindle
Question [FanFicFare] newb question: how do I add tags from websites?

Good day! I'm relatively new to both Calibre and FanFicFare and have been really enjoying the plugin! However, I'd like to be able to filter based on tags that are listed on the websites I download stories from, specifically from StoriesOnline.

This seems like a super simple thing but I've read through the FAQ and the metadata pages and I haven't been able to find the option to enable this feature.

I'm a total newb here so any help would be appreciated.
BurnedCupcake is offline   Reply With Quote
Old Today, 01:37 PM   #11275
wildfire070
Connoisseur
wildfire070 is on a distinguished road
 
Posts: 57
Karma: 72
Join Date: May 2012
Device: Kindle Oasis, Scribe, Paperwhite // Boox Palma // Supernote
Is anyone noticing when running an "update if new chapters" on an existing epub, that extra line breaks are added to the beginning of existing chapters?

Some epubs after the update will have an added line break, some epubs end up with two extra "<br/>"s, and a few will have a string of extra line breaks.

I've tried to trace it back to when it started....seems like fics that I've downloaded/updated from beginning of August until now. I've gone back through and removed the extra line breaks with an "overwrite always" on all the fics I saw with it. But today, running an "update if new chapters" causes the extra line breaks to reappear on the fics that I just recently did the "overwrite" on.
wildfire070 is offline   Reply With Quote
Old Today, 01:51 PM   #11276
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,053
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by BurnedCupcake View Post
Good day! I'm relatively new to both Calibre and FanFicFare and have been really enjoying the plugin! However, I'd like to be able to filter based on tags that are listed on the websites I download stories from, specifically from StoriesOnline.

This seems like a super simple thing but I've read through the FAQ and the metadata pages and I haven't been able to find the option to enable this feature.

I'm a total newb here so any help would be appreciated.
BurnedCupcake, I've moved your post to the FFF thread, plugin questions should go in that plugin's thread.

Re: your question, I don't understand what you're asking for. Please be more specific. (And FYI, mobileread doesn't want NSFW links in public posts.)
JimmXinu is offline   Reply With Quote
Old Today, 01:55 PM   #11277
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,053
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by wildfire070 View Post
Is anyone noticing when running an "update if new chapters" on an existing epub, that extra line breaks are added to the beginning of existing chapters?
I don't see that and I have some stories that are updating multiple times a day...

My first suspicion would be your chapter_start setting includes <br> tags and that's where it's coming from.

From CustomOutput wiki page:
Quote:
When an epub chapter is read back in during update, everything outside the <body> tag is discarded, as well as the first <h3>, the first <h2> tag (for historical reasons), and any tag with class skip_on_ffdl_update. That way you can include additional items in chapter_start inside the <body> tag that will be replaced each update. This is useful for sites that have additional chapter info, like chapter word counts or chapter dates.
JimmXinu is offline   Reply With Quote
Old Today, 02:00 PM   #11278
BurnedCupcake
Junior Member
BurnedCupcake began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by JimmXinu View Post
BurnedCupcake, I've moved your post to the FFF thread, plugin questions should go in that plugin's thread.

Re: your question, I don't understand what you're asking for. Please be more specific. (And FYI, mobileread doesn't want NSFW links in public posts.)
Thanks for moving the thread! I figured that's what happened. Most story websites (e.g. AO3, SoL, etc) have story tags that indicate what themes are present in the story. Things like "Coming of Age" or "School Setting". I'd like these tags to be added to calibre so that I can filter stories with those tags, just like I would on their respective website.

I would think this would be a default function of the plugin. The only tags that are loaded in Calibre are "Complete" and the genre (e.g. Fantasy, Romantic, etc) but not the actual tags.
BurnedCupcake is offline   Reply With Quote
Old Today, 02:08 PM   #11279
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,053
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by BurnedCupcake View Post
I would think this would be a default function of the plugin. The only tags that are loaded in Calibre are "Complete" and the genre (e.g. Fantasy, Romantic, etc) but not the actual tags.
For historical reasons, the include_subject_tags setting controls what collected metadata is automatically populated into Calibre's Tags field.

The default value for include_subject_tags contains only 'standard' metadata entries:
Code:
include_subject_tags: extratags, genre, category, characters, ships, lastupdate, status
The 'standard' entries are those common to most sites and were set before sites starting having generic 'tags' instead of genre, category, etc.

'Site specific' metadata entries can be added in personal.ini like so:
Code:
[storiesonline.net]
add_to_include_subject_tags:,sitetags
JimmXinu is offline   Reply With Quote
Old Today, 02:21 PM   #11280
BurnedCupcake
Junior Member
BurnedCupcake began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by JimmXinu View Post
'Site specific' metadata entries can be added in personal.ini like so:
Code:
[storiesonline.net]
add_to_include_subject_tags:,sitetags
I had sitetags listed under extra_subject_tags. But after adding the line you suggested, I updated the stories and made sure I selected "Update Calibre Metadata from Web Site".

Tags are now there! Thank you!
BurnedCupcake 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 527 08-15-2025 01:36 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 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 11:00 PM.


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