this post was submitted on 17 Nov 2023
243 points (99.2% liked)

Linux

48130 readers
489 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 15 comments
sorted by: hot top controversial new old
[–] maxprime@lemmy.ml 13 points 1 year 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?

[–] LaggyKar@programming.dev 8 points 1 year ago* (last edited 1 year 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.

[–] Semi-Hemi-Demigod@kbin.social 8 points 1 year ago (5 children)

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

[–] aperson@beehaw.org 6 points 1 year ago

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

[–] donio@lemmy.world 5 points 1 year ago

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.

[–] warmaster@lemmy.world 4 points 1 year ago (1 children)
[–] Pantherina@feddit.de 1 points 11 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

[–] warmaster@lemmy.world 1 points 11 months ago

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

[–] auskast@lemmy.world 2 points 1 year ago (1 children)

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

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

[–] Semi-Hemi-Demigod@kbin.social -5 points 1 year ago (4 children)

vnc-style web interface

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

[–] VelociCatTurd@lemmy.world 6 points 1 year ago

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

[–] k_rol@lemmy.ca 5 points 1 year ago

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

[–] jodanlime@midwest.social 2 points 1 year 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.

[–] knfrmity@lemmygrad.ml 1 points 1 year 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.