View Single Post
Old 04-13-2021, 03:23 PM   #5780
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: 6,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by darth1 View Post
What's the difference between fanficfare v3.29.1 and 4.1.5?
...
See release history in the first post of this thread or here on github.

Without seeing an error log, I cannot comment on what specifically might make the difference.

Most of the time in past when we've had an 'out of memory' complaint, switching from Calibre 32bit to 64bit fixed it.

Quote:
Originally Posted by ILB View Post
Thanks!

Only
Code:
add_to_replace_metadata:
 author=> \[archived by.*\]=>
doesn´t work for me. But I don't need/use it anyway.

However a story with two authors becomes three:
Author "A", Author "B" and Author "A,B"
(example https://archiveofourown.org/works/30271371)
My mistake--I assumed the tag <h3 class="byline heading"> was only present for "archived by" stories; instead it's present for all stories.

This only uses byline values that contain "\[archived by.*\]":
Code:
include_in_author:author,byline
include_in_authorUrl:authorUrl,storyUrl
add_to_include_metadata_pre:
 byline=~\[archived by.*\]
add_to_replace_metadata:
 author=> \[archived by.*\]=>
I don't know why the replace_metadata doesn't work for you, but if you don't need it, it doesn't matter.
JimmXinu is offline   Reply With Quote