View Single Post
Old 03-21-2024, 10:23 AM   #9409
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: 7,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
multi-reply

Quote:
Originally Posted by Da Man View Post
Here we go, worked again today. Slow down still set to 99seconds, still basically no pause between requests. Here's the debug file:

I also took a closer look at the default.ini and noticed the fg_sleep settings. Those seem quite interesting and I plan to play with them, what do they do exactly? Are there min and/or max values I have to set to avoid timeout and such?
Probably. ffnet is the only site that uses those settings and because Flaresolverr doesn't work for me, I didn't see it. Forgot about it, honestly.

Try setting tweak_fg_sleep:false. That should give you what you're looking for. Here's the code if you want to tweak them.

Those settings were added just to try and keep ffnet happy, which obviously didn't work. Perhaps I should remove them.
Quote:
Originally Posted by ownedbycats View Post
Enhancement request, if feasible: A prompt when the author or series URL changes in Calibre. Keep the original URL, or update to new one.

I downloaded a fic on AO3, and this populated the author URL (per the "set Calibre Author URL" setting). I later downloaded a fic from the same author on FanFiction.net, and this automatically changed the URL.

This would also help when there's multiple series sharing the same name.
As you've found, Calibre fundamentally does not accept 'different' series or authors with the same name. Same name == same author (or series) record.

I've been dealing with this for years by either ignoring it (click the story URL instead of the author URL), or changing the value, like:
Code:
[www.tthfanfic.org]
add_to_replace_metadata:
 author=>^dogbertcarroll$=>dogbertcarroll-tth
Unless this is a lot more common that I think it is, I really don't want to create and test a bunch of new GUI elements and interactions for this corner case.
JimmXinu is offline   Reply With Quote