![]() |
#8761 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2020
Device: none
|
I've used this plug in for several years, used to just download from fanfiction.net but switched to AO3 a few years back so haven't tried to download from fanfiction.net recently, tried today and am getting this error:
HTTP Error in FFF '403 Client Error: Forbidden for url I tried following the steps for the BrowserCacheFeature, and updated my personal.ini to have this (with Username in the path being my actual username): Quote:
It's been awhile since I've messed with editing personal.ini, is there a save button or something I'm missing? |
|
![]() |
![]() |
![]() |
#8762 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,669
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
You need to press "OK" in both the personal.ini editor and the Customize FanficFare window to save, I believe.
Hopefully not the case here, but: personal.ini contents are saved in the library database. If you've been having any other issues with books going missing or metadata not changing as expected, this may indicate the DB is glitching out. Common causes of this are putting it on a NAS or inside cloud storage (Dropbox, GDrive, etc). SQLite databases do not like this, so keep your library on either a local drive or an external (non-networked) one. I also recommend use_browser_cache_only:true alongside ]use_browser_cache. This prevents it from falliing back and will give you a better idea of whether the cache is actually failing or not (though the errors can be a bit tricky to read). Last edited by ownedbycats; 07-30-2023 at 11:36 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#8763 |
Connoisseur
![]() Posts: 92
Karma: 10
Join Date: Sep 2018
Device: iPad mini
|
When you install the test version does it automatically override your current plug-in, or do I need to enable it and change my toolbar? I just added it today, and when I went to change some stuff I didn’t see any new options, but I might not have been looking in the right place or I might have been using the old version.
Secondly, as sure as I am that this would be complicated, is it possible to use generate cover and personal.ini to specify which generate cover gets used for a specific category or even ship? I hate blank covers; the last time I did a major overhaul on my fanfic s was adding covers a few years ago. While I’ve been cleaning my library I find them but always in situations when there’s no chance to mark them. Occasionally they are truly blank which makes them easy enough to find and fix, but sometimes they’re from being download it on other EPUB sites whenever this plug-in wasn’t playing nicely with Ff.net and I didn’t know the caches stuff. |
![]() |
![]() |
![]() |
#8764 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,897
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Test versions are just the plugin posted not in the first post,
OTOH Post 1 gets scraped and a periodic notification appears on the status bar for those. Installation for Test versions is Manual (Via Preferences:Plugins) Most reversion (rollback to the main stream) is simply done by installing that over the previous install BUT Always read instructions posed with the plugin. In rare cases of when one went really sideways, you may need to do more (remove settings or cruft) |
![]() |
![]() |
![]() |
#8765 | |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,669
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Test versions will just drop in over the old version. I've occasionally had the installation go wrong though (damned gremlins), just try again and hopefully it'll work.
Quote:
Code:
## If you have the Generate Cover plugin installed, you can use the ## generate_cover_settings parameter to intelligently decide which GC ## setting to run. There are three parts 1) a template of which ## metadata part(s) to look at, 2) a regular expression to match the ## template, and 3) the name of the GC setting to use, which must ## match exactly. Use this parameter in [defaults], or by site eg, ## [ficwad.com] ## Make sure to keep at least one space at the start of each line and ## to escape % to %%, if used. ## template => regexp to match => GC Setting to use. ## To use this, make sure you go to the Generate Cover tab in FanFicFare ## config and check 'Allow generate_cover_settings from personal.ini ## to override' ## You can check for an existing cover image in the metadata ## cover_image. cover_image can be: ## specific -- The site has an image that is specifically this story's cover ## first -- The first image in the story or story desc is used as cover ## default -- A default_cover_image was used ## force -- A force_cover_image was used ## old -- There was already a cover image in the epub. ## This is useful because GC plugin can use the existing image. #generate_cover_settings: # ${category} => Buffy:? [tT]he Vampire Slayer => BuffyCover # ${category} => Star Trek => StarTrekCover # ${cover_image} => ^$ => CompleteCover # ${cover_image} => (specific|first|default|force) => CoverWithOrigImage Last edited by ownedbycats; 07-31-2023 at 11:17 AM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#8766 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 124
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Does mark_new_chapters:true/false/latestonly only work when the Update Mode/if Story Exists option is "Update EPUB if New Chapters"? I always had it set to Overwrite Always when updating existing EPUBs because I also want to update the title page and the cover page which is just automatically generated from the title page.
|
![]() |
![]() |
![]() |
#8767 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61
Karma: 582370
Join Date: Apr 2023
Device: Kobo Clara 2E
|
I am trying to add a new item to a list. So that if I have a (ao3) ship of the form ['Hermione Granger/Harry Potter/Ginny Weasley'] I end up with ['Harry/Hermione.Ginny', 'Triad']
Code:
ships=>(.+) .+\/Harry Potter\/(.+) .+=>Harry/\1.\2 IE Code:
ships=>(.+) .+\/Harry Potter\/(.+) .+=>Harry/\1.\2\,Triad I know I am missing something obvious but I blowed I can see what it is. |
![]() |
![]() |
![]() |
#8768 |
Connoisseur
![]() Posts: 92
Karma: 10
Join Date: Sep 2018
Device: iPad mini
|
Ownedbycats
THANK YOU! I’m stoked! I finished doing all my specific fandom tag parring, so next is clean-up time and then fun stuff like covers and title pages to keep things neat! (Without having taken all the names/ships out yet—to be readied with prefixes—I’m at ~1000. I kept more specific to ASOIAF and HP than I anticipated, but ~300 of those are for fandoms, episodes, books, seasons, and fusions, so I’m good.) |
![]() |
![]() |
![]() |
#8769 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 124
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Quote:
Code:
ships,ships_all=>(.+) .+\/Harry Potter\/(.+) .+=>Harry/\1.\2, Triad - With backslash |
|
![]() |
![]() |
![]() |
#8770 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61
Karma: 582370
Join Date: Apr 2023
Device: Kobo Clara 2E
|
Quote:
|
|
![]() |
![]() |
![]() |
#8771 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 124
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Idk why it's like that for you, but they're separate tags for me, space or no space after the comma. I can select either tag on the browser.
|
![]() |
![]() |
![]() |
#8772 | |
Connoisseur
![]() Posts: 92
Karma: 10
Join Date: Sep 2018
Device: iPad mini
|
Really thought I had this figured out, but as per usual fanfictionnet is throwing in wrenches. I’m trying to standardize character names, and I’d like it them to be defaults. So ff.net uses Draco M., some Ao3 is Draco. For characters I had that working like this:
Quote:
I've used (|) in the past for stuff like this, but for some reason that didn’t’t work either Last edited by chicleeblair; 08-05-2023 at 06:01 PM. |
|
![]() |
![]() |
![]() |
#8773 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,669
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I'm not sure if it'll help in your situation, but you can put site-specific replaces under the site section.
Code:
[www.fanfiction.net] add_to_replace_metadata: # Characters characters=>^Garrus V\.=>Garrus Vakarian characters=>Tali'Zorah=>Tali'Zorah nar Rayya characters=>^Martin S\.=>Martin Septim ## ffnet's Mass Effect section screwed up when trying to merge the two Shepards. May need occasional storyUrl override. characters=>^J. Garson$=>Female Shepard characters=>^Shepard$=>Male Shepard Addendeum: One neat thing is that while you can only have one conditional, the siteUrl section itself kind of counts as a free &&publisher==FanFiction.net conditional. |
![]() |
![]() |
![]() |
#8774 |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,840
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2023-08-05 - base_efiction: .string -> stripHTML for nested tags Closes #984 |
![]() |
![]() |
![]() |
#8775 |
Connoisseur
![]() Posts: 92
Karma: 10
Join Date: Sep 2018
Device: iPad mini
|
Yeah, but I was A. Hoping to avoid site-specifics, and B suing the test story with FF.Net naming so I’m super confused. Thanlks though! I’ll see if your code gives me insight, maybe I just typed something weird
|
![]() |
![]() |
![]() |
Tags |
fanfiction |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 514 | 03-23-2025 10:26 AM |
[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 |