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

Fix #38 and fix compatibility with calibre-web #40

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

stringlapse
Copy link
Contributor

This PR fixes #38 and fixes compatibility with calibre-web by making a couple checks against the feed optional. I haven't tested it super thoroughly so I don't know if any other checks need to be fixed but I added fallback values in case a feed doesn't have the "server" or "updated" keys present.

A couple tips in case anyone in the future is reading this and struggling to get calibre-web to play nicely with the plugin:

  • Make sure Enable Anonymous Browsing is turned on. Authentication isn't yet implemented in this plugin (See Can't seem to authenticate  #30).
  • I've found that it works best to point the plugin at http://url-of-server/opds/books then select "All" in the dropdown and press Download OPDS. This grabs the full library (limits may exist, unsure) in alphabetical order.

@steinarb steinarb merged commit bcb409f into steinarb:master Jan 8, 2024
@steinarb
Copy link
Owner

steinarb commented Jan 8, 2024

Looks good! Thanks! Merged!

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

Successfully merging this pull request may close these issues.

Error while saving/applying configuration
2 participants