You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on modifying a plugin for grabbing books via OPDS.
Something I'd like to add to it is the ability to set the reading state of a book if the OPDS feed has that info/I can otherwise access it via API.
There are a number of books I keep on my e-reader for archival purposes that I'd like to automatically set as finished on download so they don't show up in my default search feed.
Correct me if I'm wrong but reading over the example code from the wallabag fetcher it seems like I'd just need to create a ReaderInfo json object as part of my info object before passing it via the addDocument event, no?
The text was updated successfully, but these errors were encountered:
Correct me if I'm wrong but reading over the example code from the wallabag fetcher it seems like I'd just need to create a ReaderInfo json object as part of my info object before passing it via the addDocument event, no?
I'm afraid it won't work : the reader field has the serde attribute skip set.
Hi there,
I'm currently working on modifying a plugin for grabbing books via OPDS.
Something I'd like to add to it is the ability to set the reading state of a book if the OPDS feed has that info/I can otherwise access it via API.
There are a number of books I keep on my e-reader for archival purposes that I'd like to automatically set as finished on download so they don't show up in my default search feed.
Correct me if I'm wrong but reading over the example code from the wallabag fetcher it seems like I'd just need to create a ReaderInfo json object as part of my info object before passing it via the addDocument event, no?
The text was updated successfully, but these errors were encountered: