Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve Overdrive Wishlist or Libby Tags book lists #12

Open
technogyre opened this issue Sep 6, 2023 · 2 comments
Open

Retrieve Overdrive Wishlist or Libby Tags book lists #12

technogyre opened this issue Sep 6, 2023 · 2 comments

Comments

@technogyre
Copy link
Collaborator

I would like to be able to view books in my Overdrive wishlist (overdrive.com/[library_id]/content/account/lists/wishlist) or my Libby app tags (https://libbyapp.com/shelf/tag/[tag_name]). I like to search books on my library's overdrive or libby interface, since they have nice filtering capabilities and I like to use the wishlist or tags to save books for later reading. While I understand it is possible to load available holds from the interface, my library limits the number of holds I can have (justifiably), and there are many books on my wishlist which are available and I would like to be able to loan multiple at one time.

This plugin has already been an amazing quality of life improvement for working with Overdrive libraries and Calibre. Depending on the complexity, I would probably be willing to help develop this as a feature since I'm a final year eng/comp sci undergrad and developer.

@ping
Copy link
Owner

ping commented Sep 6, 2023

I don't use tags very much personally and probably will not be able to implement this anytime soon. If you would like to try, please feel free!

Edit:
Also, would you be interested in taking on a maintainer role? For personal reasons, I foresee myself taking a step back from active development in the near future. If you have ideas for the plugin you wish to implement, I would be happy to grant you the roles needed.

ping added a commit that referenced this issue Sep 7, 2023
@ping
Copy link
Owner

ping commented Sep 7, 2023

@TechGuygamer I took a quick look at the tags page on Libby and added some new Libby API endpoints that you may need to use to implement this. For these endpoints to work, an existing bug related to the identity token in the plugin had to be fixed (74e6a66).

These new endpoints have only been very lightly tested, so there may be bugs.

I noticed you mentioned OverDrive wishlist. In case that it's not obvious, this plugin cannot access authenticated OverDrive data. Auth-required data comes exclusively from Libby endpoints. I believe OverDrive wishlists can be synced to Libby but I haven't tried that myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants