View Single Post
Old 02-21-2024, 10:18 AM   #9302
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
Quote:
Originally Posted by veviara View Post
Not quite sunday, but I have now tested the test and it also works like a charm! (And was a lot easier than I feared). New questions!
  • Are there any best practices regarding test versions? Should I comment somewhere specific that I tested it? Better not comment at all?
  • Will updating the plugin continue to work as I'm used to now that I've installed it as a zip file? Or should I do that manually? (I figure I'll find out eventually, but I would like to know now )
When test version was posted for something you asked for, I appreciate a post back reporting that it worked.

Each test version has a different 'micro' number in the major.minor.micro scheme, eg v4.31.6 is the sixth test version of v4.31. When I release v4.32.0 (usually at the start of each month) Calibre will prompt you to install it as normal.
Quote:
Originally Posted by veviara View Post
On AO3, when a fic is locked and users have to log in in order to view the fic: I can put login credentials in the personal.ini file and download the story anyway. Works great, no problem there. However, if I have hide warnings/tags by default on in my AO3 settings fanficfare will not download tags / warnings for that fic or any other fic downloaded in that same job. (Presumably the same is true for work skins but I haven't found a story to test that). When there is no locked fic included in the job, there are no issues.

Is this a known problem? Is there anything I can do to circumvent it? (Besides changing my settings, that is).
Known issue.

From defaults.ini:
Spoiler:
Code:
[archiveofourown.org]
## Some sites require login (or login for some rated stories) The
## program can prompt you, or you can save it in config.  In
## commandline version, this should go in your personal.ini, not
## defaults.ini.
#username:YourName
#password:yourpassword

## Note that if 'Hide warnings' and/or 'Hide Additional Tags' are
## enabled in the account settings, the AO3 adapter will not be able
## to fetch them while logged-in.

## In order to get bookmarktags and bookmarksummary, you need to login
## all the time.  This defaults to off to save time and network
## traffic.  Requires valid AO3 username and password when true.
#always_login:false

The basic assumption is that if you hide warnings/add tags, you won't want them in your download, either. And for login-required stories the only way to get them would be to change your settings for you--which I don't want to do.
JimmXinu is offline   Reply With Quote