I deleted two of your three dup posts. MR requires moderator approval of a new user's first few posts. The sites get too many spam accounts.
Quote:
Originally Posted by WolFen
I know this is going to be fairly messy as I honestly don't know anything on how to really make things work (super new and unfamiliar with this), and was mostly grabbing what seemed appropriate from this guide, modifying a bit (Mainly the series stuff, as I knew my bookmarks have some works in series that go above 9 connected series) as well as grabbing a portion from a reddit post (The comment from OP with what to put in personal.ini)
I'd like help in figuring out how to make the bookmark notes/summary & tags show up in the metadata? I don't think it has to do with me being connected to my Ao3 account, as it asks me to log in every time I download (I probably screwed that up too lol, I'm fairly sure there's a way to make it just do it by itself as like, I do have my username and password in personal.ini but it doesn't do anything with it) so I'm a little lost
The rest of the mess I have I can handle, it's whatever I don't care about it too much as it at least still scrapes the rest of the metadata even if it's a mess/doesn't show in separate columns
|
In no particular order:
- For AO3 (without always_login:true), you should only be prompted for user/pass for stories that require login.
- You don't need to copy extra_valid_entries and all the existing _labels etc unless you are changing them. defaults.ini already has them. And your version has some mistakes--look at the line starting kudos_label. Instead use add_to_extra_valid_entries:,series04,... for your new entries.
See the wiki page add_to_.
- Do you seriously have a story with 20 series associated with it??
- include_subject_tags is indeed the setting to choose what goes in Calibre's Tags column. However, because it comes from epub <subject> tags, it's set in [epub] in defaults.ini, which takes precedence over [archiveofourown.org] in personal.ini. Use either add_to_include_subject_tags:,ao3categories, fandoms, etc or move your include_subject_tags line under [archiveofourown.org:epub].
See the wiki page for precedence order.