Multi-reply
Quote:
Originally Posted by Hortensia
...
Is there some sort of signal/flag sent to Calibre by FFF which could be used as a trigger for Action Chains?
|
I confess that I haven't looked at Action Chains in any detail. FFF already performs all the actions I want done automatically.
I'm not opposed to FFF sending some signal to Action Chains--FFF integrates with several other plugins--but I don't know how or when would be appropriate. And the existing auto-actions and integration with other plugins must also be taken into account.
Quote:
Originally Posted by serpi
-When trying to add all my bookmarks from AO3 using 'Get story URLS from Webpage' I get a "No valid story URLs found on given page" is there something I have to do to get this to work? All my bookmarks are private, will that effect it?
|
Yes, you probably need to configure these in personal.ini before FFF can see your bookmarks:
Code:
[archiveofourown.org]
always_login:true
username:You
password:YourPassword
Quote:
Originally Posted by serpi
-I have used Bookmarker tags for some fics to keep them organised. Is there a way I can create columns for these specific tags, so they're organised in Calibre.
|
Some of the site-specific metadata collected for AO3 are: bookmarked, bookmarktags, bookmarksummary, bookmarkprivate, bookmarkrec
You should be able use custom_columns_settings in personal.ini to set those to custom columns as desired. Also will require user/pass and always_login:true to see your personal bookmarks. Look in the defaults.ini (there's a button on the personal.ini tab) and search for custom_columns_settings.