View Single Post
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