mmagnus / Pocket-Plus-Calibre-Plugin

📚 Modified version of the Calibre plugin for Pocket. Now, you get your articles organized by your Pocket tags, and more!
269 stars 24 forks source link

How to include archived items? #51

Closed Yolakalemowa closed 2 years ago

Yolakalemowa commented 2 years ago

Hi,

I hope I'm not mistaken or missed in the documentation but I didn't find a way to sync the archived items...

is there a way to include them?

thanks a lot for a great plugin

mmagnus commented 2 years ago

Dear @Yolakalemowa, you can change TO_PULL to 'all', (so in python TO_PULL='all'), and then all articles will be considered to be converted into a book:

   **TO_PULL** ('all' or 'unread') What articles to pull? unread only or all?
Yolakalemowa commented 2 years ago

thank you @mmagnus sorry I missed that obvious one. I didn't know items in main list are called "unread".

mmagnus commented 2 years ago

Yeah, I agree this is not the most obvious naming. I hope this will work, let me know if not. Enjoy!