Quote:
Originally Posted by savethekudzu
A checkbox-selectable option to Mark as Read when downloaded, or to *not* Mark as Read when downloaded? I prefer to download news daily, and if RIL was all marked as read yesterday, I see a "could not download" dialog today.
I've tried to customize the recipe by commenting out cleanup() and replacing it with the following, but this doesn't do what I expect. (I haven't tried to customize a recipe before.)
Code:
def cleanup(self):
pass
|
As for as I know Calibre does not allow you to add extra configurations. Only require username and password. I added an extra variable at the top that you can set to false to disable the mark as read functionality.
The github link is here
https://github.com/tbunnyman/ReadItLater-Calibre-Plugin
I'm not sure this will do what you want, though you were not very clear exactly how you want it to function. Can you explain what you expect to happen?