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

Have a user configurable setting to choose which reader to use #2

Open
rchrd2 opened this issue Nov 3, 2017 · 0 comments
Open

Have a user configurable setting to choose which reader to use #2

rchrd2 opened this issue Nov 3, 2017 · 0 comments

Comments

@rchrd2
Copy link
Contributor

rchrd2 commented Nov 3, 2017

For example,

One might prefer to use the audio book reader or Mirador, or IA BookReader.

Both audio book reader and Mirador still need token polling, but this should be pretty easy; eg:

setInterval(function(){
    // ajax the token endpoint on archive.org 
}, twoMinutes);

This might require also logging into Archive.org, though. So the login form would need to log you into both open library and archive.org. The accounts are shared, so this could be done with just one login form.

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

1 participant