View Single Post
Old 03-09-2012, 04:17 PM   #7
tBunnyMan
Enthusiast
tBunnyMan began at the beginning.
 
tBunnyMan's Avatar
 
Posts: 39
Karma: 10
Join Date: Feb 2012
Location: Las Vegas, NV
Device: nook Simple GlowLight
Quote:
Originally Posted by savethekudzu View Post
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?

Last edited by tBunnyMan; 03-09-2012 at 04:21 PM.
tBunnyMan is offline   Reply With Quote