|  04-14-2021, 02:09 PM | #5791 | |
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | Quote: 
   | |
|   |   | 
|  04-14-2021, 02:11 PM | #5792 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | |
|   |   | 
|  04-14-2021, 02:30 PM | #5793 | |
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2021 Device: Kindle Paperwhite 4 | Quote: 
 Code: ## All current formats already include title and author. titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,publisher,description That only works for custom colums not default columns, no? Is there a way to put a custom column in place of default Calibre title column? | |
|   |   | 
|  04-14-2021, 03:04 PM | #5794 | |
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 https://github.com/JimmXinu/FanFicFa...pub-title-page No. Title will be filled with title. The only options are to change title or set it 'New Only'. | |
|   |   | 
|  04-14-2021, 05:51 PM | #5795 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			For the cover generation, I think it was stated that FFF can pass a cover image onto Generate Cover to use. Currently, my generated cover for FanFiction.net looks like this: I was thinking since the ffnet covers are small, it would fit rather nicely where the oversized logo is now... Can generate_cover_settings use different profiles depending on whether a cover image is found? (Preferably, I'd also want to do this only for FanFiction.net; I use a different cover profile with different colours and oversized logo for AO3.) Code: replace_metadata: 
## Prettyizes fanfiction publishers.
 site=>www.fanfiction.net=>FanFiction.net
 site=>archiveofourown.org=>Archive of Our Own
generate_cover_settings:
## Per-publisher
 ${site}=>^FanFiction.net$=>FFNet
 ${site}=>^Archive of Our Own$=> AO3Last edited by ownedbycats; 04-14-2021 at 06:05 PM. | 
|   |   | 
|  04-14-2021, 06:24 PM | #5796 | |
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2021 Device: Kindle Paperwhite 4 | Quote: 
  And is there a way to add prefix to title of Anthology conditional on category? I mean for fics that have series turned into anthology title. For example this series: https://archiveofourown.org/series/2222022 I want to have prefix MC. Is there a way to automate it, or just by hand? And also how do I change Anthology title from "title" to "origtitle"? Typing ${origtitle} did not work.   Last edited by Ascello; 04-14-2021 at 06:28 PM. | |
|   |   | 
|  04-14-2021, 06:38 PM | #5797 | |
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2021 Device: Kindle Paperwhite 4 | Quote: 
 Basically i think everything is here: 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
## 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) => CoverWithOrigImageEdit: Oops, sorry for double-post. | |
|   |   | 
|  04-14-2021, 08:40 PM | #5798 | ||
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Quote: 
 This setting exists: Code: ## Uses a python template substitution.  The ${title} is the default
## title of a new anthology, <series name> in the case of a series, or
## the first book title otherwise.  This is only applied to new
## anthologies.
anthology_title_pattern:${title} Anthology(anthology_title_pattern only exists because of some users hating the word 'Anthology' back when the feature was introduced.) | ||
|   |   | 
|  04-14-2021, 08:51 PM | #5799 | 
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2020-04-14 - Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming soon!) - Some other import cleanup. This is a more interactive alternative to the browser_cache feature of FFF for dealing with captchas. See #677 and fanfictionnet_ff_proxy. This is code in active development at a pre-release stage. Nicolas SAPA AKA nsapa is responsible for the proxy--this isn't something I will be personally supporting a whole bunch. | 
|   |   | 
|  04-14-2021, 08:59 PM | #5800 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2021 Device: Kindle Paperwhite 4 | 
			
			Thx for the new version! Another question, rather technical one: How does the (A|B|C|D|...) regex work? If I type: Code: replace_metadata: category=>^(A|B|C|D|E)$=>F Edit: Also, I am one of those ppl who really appreciate the possibility of deleting the "Anthology" word, soooo   | 
|   |   | 
|  04-14-2021, 10:39 PM | #5801 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			did I make a mistake? I just got the cover image Code: [www.fanfiction.net]
## Embed cover in generated cover
generate_cover_settings:
 ${cover_image} => (specific|first|default) => FFNetWithImage
 ${site}=>^FanFiction.net$=> FFNet | 
|   |   | 
|  04-14-2021, 11:56 PM | #5802 | |
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Short answer: yes, replace_metadata lines are checked against everything that they might apply to and adding more numerous and more complex lines can cause noticeable slowdowns. I believe the practical limit is somewhere that I would call "waaaay beyond reasonable". Because there are regulars here who routinely use setups that I would call "waaaay beyond reasonable".  site for ffnet is 'www.fanfiction.net'. And regexp is case sensitive. If that doesn't help, I don't know--not enough information. | |
|   |   | 
|  04-15-2021, 12:48 AM | #5803 | |
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | Quote: 
 Code: replace_metadata: ## Prettyizes fanfiction publishers. site=>www.fanfiction.net=>FanFiction.net site=>archiveofourown.org=>Archive of Our Own Last edited by ownedbycats; 04-15-2021 at 12:50 AM. | |
|   |   | 
|  04-15-2021, 06:42 AM | #5804 | ||
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2021 Device: Kindle Paperwhite 4 | Quote: 
 Quote: 
 Also, just wanted to add that https://archive.skyehawke.com/ seems to be down for good. EDIT: Another two things. Sorry for being a pain and a bother. 1. FFF seems not to collect ratings from ncisfiction.com. Is there a way i can fix it? Example: https://www.ncisfiction.com/viewstory.php?sid=6625 2. Is there a way to delete certain words from descriptions (summaries) of fics? Last edited by Ascello; 04-15-2021 at 08:39 AM. Reason: Always more problems. | ||
|   |   | 
|  04-15-2021, 11:00 AM | #5805 | 
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | 
			
			I think you are right about it being transient. I saw problems last night, both with FFF and the browser. But tonight there are no problems.
		 | 
|   |   | 
|  | 
| Tags | 
| fanfiction | 
| 
 | 
|  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 |