|
|
#12436 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,609
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
If you have a '%' in your password, those need to be escaped in INI files with '%%' Other than that, I would guess some issue with user/pass being in the wrong section, misspelling, something like that. |
|
|
|
|
|
|
#12437 |
|
Connoisseur
![]() Posts: 99
Karma: 10
Join Date: Sep 2018
Device: iPad mini
|
No. it's the same as I've always had it:
[archiveofourown.org] username:xxxxxxxxxxxx password:Xxxxxxxxnnnn use_view_full_work:true #use_archiveofourown_gay:true #use_browser_cache:true #use_browser_cache_only:true #open_pages_in_browser:true include_titlepage:true is_adult:true |
|
|
|
|
|
#12438 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,609
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
As I recall, unless you have always_login:true, FFF should only need to login on AO3 for stories that are deliberately 'restricted' by the author (little blue padlock icon).
'Adult' stories are a separate check and passed with is_adult:true , which you have. Can you provide a debug log? (Restart Calibre in debug under Calibre Preferences dropdown. Attach as text file. Don't obscure story URL in log.) |
|
|
|
|
|
#12439 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,609
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Looking for some additional opinions.
Someone on github has asked for more chapter range functionality: calibre_plugin: Support chapter ranges properly. Generalizing a bit, they want FFF to store the chapter range used during download for a book in library and use it again when doing FFF update or overwrite on that book in future. The stated use case is that they want to split one story by chapter ranges into several books (eg, 1-100, 101-200, 201-) and be able to do overwrite on each book individually -- they assume changes to earlier chapters and inserted chapters are common. I believe the more common use case would be the older splits would be left alone and only the latest updated. I know it's something we've worked around in past with first_chapter setting. If implemented, I'm currently leaning towards storing it in an optional custom column, not in identifiers:url as suggested. How to handle update by URL would need to be addressed. In short, is storing chapter range for a book and reusing it something you would find useful? |
|
|
|
|
|
#12440 |
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,853
Karma: 83109175
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
There have been cases where I download individual chapters from those huge multifandom oneshot collections (with extensive storyURL includes/excludes/replaces), so may be useful when there's more than one.
|
|
|
|
|
|
#12441 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 93
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
|
Quote:
Maybe? I know I have occasionally wished for such a feature, but it's been a long time. Asked my kid, who also thinks it may be useful at times, like the other person, who mentioned those huge multi-fandom one shot collections where you only want five of them out of 25. Last edited by Elaine T; 09-17-2026 at 01:41 PM. Reason: adding text |
|
|
|
|
|
|
#12442 | |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Sep 2026
Device: Calibre
|
Looking for some assistance if possible. I've recently been bit by the archival bug after noticing favorite fics getting deleted, and I've been using FFF to save what I can.
My issue at the moment is with sofurry. I followed the direction provided on the github wiki and the default .ini file with setting up the personal.ini for the site. For most of the fics, it works great. But for anything in a gallery flagged by the site as 'Adult', the plug-in fails. Did not notice the issue until I was 30 stories deep and noticed I was missing almost 70 chapters across the all the downloads. The common thing I can find after testing is thus, single flagged chapters are fine, but if I pull from a gallery/folder with mixed content, or all flagged content, anything SFW downloads fine, but anything and everything that is flagged was missing. Fairly new to Calibre/FFF as a whole, so any help would be of great assistance and appreciated. Calibre Version 9.14 FFF Version 4.61.0 No special symbols for username or password, aside from the '@' since the site takes an email to login. .ini sample below Quote:
|
|
|
|
|
|
|
#12443 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,609
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Please post some story URLs (ideally on github) that demonstrate the problem. |
|
|
|
|
|
|
#12444 |
|
Member
![]() Posts: 22
Karma: 10
Join Date: Jul 2024
Device: calibre
|
I am having a problem with this one fic on FFN when downloading via browser cache. It opens each fic chapter, except the last one.
It downloads all but the last chapter. When I try to update the fic, I get an error message saying the source only has 24 chapters, but the fic has 25. The Metadata shows the date of the last updated chapter as the date of chapter 25. This is the fic: https://www.fanfiction.net/s/1411668...Sun-Blood-Moon my personal.ini Spoiler:
Last edited by ernand; 09-17-2026 at 01:33 AM. |
|
|
|
|
|
#12445 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,609
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
I believe setting either of these 'true' temporarily would work in this case: Code:
[www.fanfiction.net] ## ffnet used to have a tendency to send out update notices in email ## before all their servers were showing the update on the first ## chapter. It generates another server request and doesn't seem to ## be needed lately, so now default it to off. check_next_chapter:false ## ffnet sometimes doesn't update the metadata on the first chapter ## immediately. meta_from_last_chapter:true will instruct the adapter ## to take the metadata from the last chapter instead of chapter 1. ## It can generate another server request and usually isn't necessary, ## so it defaults to off. meta_from_last_chapter:false Code:
## Saved as "ffnet check_next_chapter" [www.fanfiction.net] check_next_chapter:true try_shortened_title_urls:true |
|
|
|
|
|
|
#12446 |
|
Connoisseur
![]() Posts: 89
Karma: 10
Join Date: Jul 2010
Device: Pocketbook InkPad Color 3, Kindle Oasis 2, Moon+ Reader pro
|
It seems (at least for me) that error 525 occurs more often than average when you have to log in to view the story (always_login:true) or when you have to confirm that you are an adult (is_adult:true).
Last edited by Tharos; 09-17-2026 at 01:20 PM. |
|
|
|
|
|
#12447 |
|
Member
![]() Posts: 22
Karma: 10
Join Date: Jul 2024
Device: calibre
|
I sometimes get 525 when the fic just updates or the fic has images.
I sometimes get a login token error instead. But if I just keep trying, it will eventually work, or just give it a break of an out for it to work. It seems to be a server-side issue imo. |
|
|
|
|
|
#12448 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Sep 2026
Device: ipad
|
re: process
for whatever reason, when I click the main fanfarefic icon in calibre, it will only come up w/the Update Existing List option. This happens when i have just downloaded a series or story from literotica, and when i go to do the next one, I can't get the "Download from URLs" box to come up unless I manually choose it from the dropdown on the right of the FFF icon. I tried to disable any sort of "update" setting but this doesn't change the behavior. Any advice on how to bypass this and just come up with the standard "dload from url" option would be great. thanks. |
|
|
|
|
|
#12449 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Sep 2026
Device: ipad
|
Hello,
I am having trouble getting the fff plugin to work at this time. When i click the icon, i get Update Existing List rather than Download from URLs whenever I have previously downloaded something. I would like to disable this option if possible, but I have not found any way to do this via the Configure Fanficfare options. It does seem to work properly if i delete any existing downloads and then restart Calibre and try again. |
|
|
|
|
|
#12450 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Sep 2026
Device: ipad
|
I am unable to edit my original post, but it appears that if any of the previous d-loaded stories are high-lighted or selected, than it will always try to update that story, even if it was just downloaded, once no stories are selected it will default to "dload from url", and if the url is already copied, it will already be inserted. hope this helps someone, and thanks for this great plug-in to calibre
|
|
|
|
![]() |
| Tags |
| fanfiction |
|
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 |