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

Calibre-Web - Kindle friendly browser interface #2723

Open
IdefixRC opened this issue Mar 18, 2023 · 9 comments
Open

Calibre-Web - Kindle friendly browser interface #2723

IdefixRC opened this issue Mar 18, 2023 · 9 comments

Comments

@IdefixRC
Copy link

Is your feature request related to a problem? Please describe.
I currently use calibre and the included calibre content server on a windows machine to allow the various kindle devices in my house to directly download ebooks using the kindle web browser and access the non java page of the calibre server (/mobile).
The formatting of the mobile page works great for the kindle.
I'm now experimenting with calibre-web running in a docker container. it works great but accessing content via the kindle browser is way more troublesome than calibre server as the GUI of calibre-web does not format well on the kindle (way to small fonts, full calibre-web function etc) making downloads a bit cumbersome.

Describe the solution you'd like
I might be missing something but it would be great to have a calibre server (mobile version) type of interface option for calibre web to allow easier content download utilizing the kindle browser.

Describe alternatives you've considered
There is a calibre docker container which runs the standard calibre SW but it only works with a number of workarounds (e.g. the entire server needs to be restarted each time new books are added from remote calibre instances.

Thanks !

@IdefixRC
Copy link
Author

Update: went with COPS (https://github.com/seblucas/cops) for now as I could not find a simple web interface for the kindle through calibre-web. Would be great to see something similar in calibre-web in the future.

@pnatel
Copy link

pnatel commented Aug 26, 2023

+1 on a kindle friendly version.
Maybe just add the option to request the mobile version or the web version.
or add a /mobile to the site like Calibre.

@fferraro87
Copy link

+1

@carderne
Copy link

If anyone who commented on this thread wants to try out an option, this PR has a small modification.

If you want to try it out there are two options to run it:

  1. Use the docker image carderne/calibre-web:0.0.1 in place of the Docker image you were using before
  2. Follow the manual install instructions but instead use the forked repository carderne/calibre-web

Once it is running, visit localhost:8083/basic and you should get the usual login prompt, followed by the super basic view.

@OzzieIsaacs OzzieIsaacs changed the title Calbire-Web - Kindle friendly browser interface Calibre-Web - Kindle friendly browser interface Feb 29, 2024
@pnatel
Copy link

pnatel commented Mar 11, 2024

If anyone who commented on this thread wants to try out an option, this PR has a small modification.

If you want to try it out there are two options to run it:

  1. Use the docker image carderne/calibre-web:0.0.1 in place of the Docker image you were using before
  2. Follow the manual install instructions but instead use the forked repository carderne/calibre-web

Once it is running, visit localhost:8083/basic and you should get the usual login prompt, followed by the super basic view.

Hi @carderne
Thanks for sharing.
Your release worked as expected and provided a simple yet functional way to download books to Kindle.
Hopefully your PR makes its way to the main repo.

Is it possible to add the the book cover pic?

@carderne
Copy link

Yes I can experiment with that, a small-ish image should be no problem.
I can also add a tiny bit of CSS back just so it looks a bit nicer, but still optimised for the screen size etc.

Will update here when I get to it.

@carderne
Copy link

carderne commented Apr 3, 2024

@pnatel
Have updated my fork a bit:

  1. Improved CSS
  2. Added images
  3. Added pagination and a home button

Give it a go by running the new Docker image carderne/calibre-web:0.6.21-2.

Or pull my repo carderne/calibre-web and do it manually.

@pnatel
Copy link

pnatel commented Apr 4, 2024

Thanks, @carderne,
carderne/calibre-web:0.6.21-2 was quite an improvement from 0.0.1. I added a few pics from the device for reference. The search button and the Home link appear to have swapped CSS, also the search button looks underneath the text field when it should be on its right side.
Lastly, the pic could benefit from a resize, or maybe a tap to expand option.
None of that prevents its usage, and the wife likes it too, so double thumbs-up!
I hope the feedback is useful.

home page

20240405_050919

tap to search

20240405_051029

Book details

image

@carderne
Copy link

carderne commented Apr 5, 2024

Just mentioning here that these issues were resolved in 0.6.21-3 as @pnatel clarified in this comment on the PR:
#3008 (comment)

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

4 participants