View Single Post
Old 04-14-2021, 01:50 PM   #5790
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
Multi-reply

Quote:
Originally Posted by ownedbycats View Post
Any idea why this sometimes says two stories downloading? it usually happens when I am running an update always to fix a title page.
No idea. I would guess duplicate story URLs? Can you duplicate? If so, how?

Quote:
Originally Posted by ownedbycats View Post
Also: Without feeding a custom category into a temp column, is there any way to see what it outputs? I'm trying to troubleshoot a tagcategory issue (fics keep ending up in Fanfiction.Other rather than Fanfiction.Disney and I'm not sure what step it's breaking down).
Title page would the other option. Or CLI -m/--meta-only. I frequently use CLI with -mz and --save-cache for testing meta editing.

Quote:
Originally Posted by Ascello View Post
How do I make Calibre think that new_entry (whatever name, really) is an ebook title, while having the titlepage still show an actual title?

Example: This random fic: https://archiveofourown.org/works/30676157.

I want the ebook title in Calibre to be ABC but inside ebook titlepage should have actual title by actual author.
Make a copy of the title using (add_to_)extra_valid_entries:newtitle, set the value using include_in_newtitle:title.NOREPL, change title using replace_metadata. Customize title page to show newtitle. (Internal epub metadata will probably still show title.)

Alternatively, check 'New Only' for title in FFF config Standard Columns tab and manually set the title after first download.

Quote:
Originally Posted by Ascello View Post
Another questions, with same story, cuz why not: https://archiveofourown.org/works/30676157

Ok, so why code:
Code:
replace_metadata: 
 publisher=>^.*$=>ABC.com&&genre=>^.*Wizengamot.*$
And all is fine. Now, how do I delete the genre Wizengamot from the ebook while still having publisher be ABC.com? And yes, I need to have the conditional, since I want this to work on books with this particular genre, not the others.
Make a copy of genre using (add_to_)extra_valid_entries: origgenre, set the value using include_in_origgenre:genre.NOREPL and use that for the conditional.

Re: adapter_storiesonlinenet login: I'm not seeing any problems. Transient site issue?

I vaguely recall hitting the site manually in a browser 'primes' it some how and makes downloads work again?
JimmXinu is offline   Reply With Quote