this post was submitted on 17 Nov 2023
280 points (99.3% liked)

Linux

47232 readers
801 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
all 27 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 9 months ago (1 children)

What is the difference between an audiobook and an audio epub? Does the latter contain both text and audio? Are they synced somehow?

[–] [email protected] 8 points 9 months ago* (last edited 9 months ago)

ePub is basically just a limited HTML page in a zip file (plus a bunch of metadata and CSS styles), and ePub 3 can contain audio and video elements embedded in the text, just like a webpage. With the most basic usage, it would just show up as an audio player in the middle of the text, no sync. But there is also a media overlay thing I haven't looked much into that looks like it provides sync.

[–] [email protected] 11 points 10 months ago (7 children)

I would really love a version of Calibre that ran in a web browser instead of a desktop app

[–] [email protected] 37 points 10 months ago (1 children)

Can you give a specific reason?

I feel that I'm usually more upset that apps choose electron and I have performance issue because they didn't spend time writing a proper lightweight desktop application. I feel like Calibre is actually one of those apps.

I could see portability across devices being useful but is the Calibre interface really going to be conducive for that?

[–] [email protected] 6 points 9 months ago (2 children)

All the other services I have running are on a server in my closet, which I access with a web browser from other devices. Calibre needing to run on my workstation is a big shift in that workflow. Especially because all the rest of my media is sitting on that server.

Also, UX of open source desktop apps is… lacking. They don’t look good, and they don’t feel good to use. But that might be because I’m picky and spoiled by decades of using a Mac.

I definitely don’t want more Electron apps. About the only things I want to run locally is a browser, a text editor, and a terminal.

[–] [email protected] 3 points 9 months ago

That's fair but I think one of the most critical features of Calibre for me is interfacing with my e-reader over USB to download/upload my epubs. I don't know how that would work from a Browser app.

[–] [email protected] 21 points 10 months ago (1 children)
[–] [email protected] 5 points 10 months ago (2 children)

I tried that but you need a Calibre library first, and that requires using Calibre AFAIK

[–] [email protected] 8 points 10 months ago (1 children)

It's unnecessarily annoying to set up, as the other user pointed out. But it can be set up by itself using https://hub.docker.com/r/linuxserver/calibre-web docker, and used standalone. The only trick is needing an empty database.

[–] [email protected] 2 points 9 months ago

Can you explain bit more please. I have calibre-web running, downloaded empty database, added some books in the same folder as database, but nothing is showing up in calibre-web gui. Did I miss something?

[–] [email protected] 8 points 10 months ago (1 children)

You can just create an empty calibre library using the desktop app and then import everything from the web UI.

[–] [email protected] 9 points 9 months ago

Calibre-web even links an empty database in their readme so you can do exactly that without the desktop app.

[–] [email protected] 6 points 10 months ago

So you want an entirely different app then. The desktop app would have to be completely rewritten.

[–] [email protected] 5 points 10 months ago (1 children)

I would like the ability to do a CLI-only build since I only really use the ebook-convert command. Never felt the need to "manage" my ebooks.

[–] [email protected] 2 points 10 months ago (1 children)

While it isn't a perfect solution, you can run calibre-server and only close it to open the GUI when you need to convert.

[–] [email protected] 1 points 10 months ago

Yeah, I ended up doing something similar but using my own Dockerfile where I specified ebook-convert as the entry point.

[–] [email protected] 4 points 9 months ago (1 children)
[–] [email protected] 1 points 9 months ago (1 children)

Solved?

You can use Podman too, if that would be a problem.

Look at StirlingPDF if you want an example how to run OR are interested in a great web-UI PDF editor based off various open sourc tools, in a single interface

[–] [email protected] 1 points 9 months ago

StirlingPDF is freaking awesome, although I don't know how it relates to the post.

[–] [email protected] 2 points 10 months ago (1 children)

https://docs.linuxserver.io/images/docker-calibre

Run this in a docker container which exposes a vnc-style web interface.

[–] [email protected] -5 points 10 months ago (4 children)

vnc-style web interface

That's still not what I'm looking for. What's wrong with good old HTML?

[–] [email protected] 7 points 10 months ago

Another user posted a link to Calibre-Web in this thread and I would def use that instead of this.

[–] [email protected] 5 points 10 months ago

They are just trying to help, nothing wrong with html.

[–] [email protected] 2 points 10 months ago

There was somebody on the Linux reddit with a self hostable ebook app just a week or so. It looked slick but wasn't really that useful for me. Might be worth a look.

[–] [email protected] 1 points 10 months ago

That docker image does have a basic web interface as well, but it's limited to adding, downloading, and editing the metadata of single files.

COPS is cool too but it's only a download interface.