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 Yesterday, 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 Yesterday, 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
Advert
Old Yesterday, 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 Yesterday, 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; Yesterday at 10:15 AM.
Tharos is offline   Reply With Quote
Old Yesterday, 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,048
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
Advert
Old Yesterday, 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; Yesterday at 02:48 PM. Reason: changed quote to code tags
HowWouldIKnow is offline   Reply With Quote
Old Yesterday, 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,048
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 Yesterday, 03:39 PM   #11273
SilentShadow123
Member
SilentShadow123 began at the beginning.
 
Posts: 23
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 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 01:10 AM.


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