电子书格式转换和阅读器

电子书格式转换和阅读器

Posted by WW on March 5, 2022

电子书格式转换

GitHub - jianyun8023/convert-ebook: 转换电子书格式(azw3、epub、mobi)

Windows

  • 直接拖动文件或文件夹到convert-ebook.exe文件上即可执行
  • 命令行下使用 ./convert-ebook.exe 文件或目录

    Linux

同样在终端中输入

chmod +x ./convert-ebook-macos
 ./convert-ebook-linux '文件或目录'

如果转换的是azw3文件,epub和mobi文件会出现在azw3源文件的目录

阅读器

calibre-ebook

calibre - 下载Linux版 calibre - Appimagehub.com

方法一

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

可以通过运行 sudo calibre-uninstall 来卸载calibre。或者,只需删除安装目录就会删除 99% 的已安装文件。

方法二 calibre_4.99.4+dfsg+really4.12.0-1build1_all.deb Ubuntu 20.04 LTS Download

sudo apt-get update

sudo apt-get install calibre

calibre-ebook-server The calibre Content server — calibre 5.38.0 documentation

how-to-create-a-calibre-ebook-server-on-ubuntu-20-04 How to setup ebook server (Calibre) | IT Blog

calibre-web

Installation via pip (recommended)

To avoid problems with already installed python dependencies, it’s recommended to create a virtual environment for Calibre-Web

conda create --name ebook
conda activate ebook

Install Calibre-Web via pip with the command pip install calibreweb (Depending on your OS and or distro the command could also be pip3).


pip install calibreweb

Optional features can also be installed via pip, please refer to this page for details Calibre-Web can be started afterwards by typing cps or python3 -m cps

Point your browser to http://localhost:8083 or http://localhost:8083/opds for the OPDS catalog Set Location of Calibre database to the path of the folder where your Calibre library (metadata.db) lives, push “submit” button
Optionally a Google Drive can be used to host the calibre library -> Using Google Drive integration Go to Login page

登录calibre-web

用户名admin,密码admin123

点击admin,修改语言为中文

上传书籍和在线阅读

点击管理权限->编辑基本配置->基本配置->启动上传->保存

配置启动上传后,就可以将我们本地的电子书上传到服务器中了。

在线阅读只支持epub和pdf

Reading Mobi in Browser · Issue #307 · janeczku/calibre-web · GitHub

Ebook server and readers : HomeServer

基于calibre-web搭建个人在线图书馆

打造基于 NAS 的个人随身数字书库 - 少数派

starting with an empty database · Issue #50 · Technosoft2000/docker-calibre-web · GitHub

calibre/metadata.db at master · kovidgoyal/calibre · GitHub

csBooks

Releases · caesiumstudio/csBooks-updates · GitHub

chrome mobi reader

Chrome Web Store - Extensions 在chrome中阅读mobi文件

epub reader

GitHub - satorumurmur/bibi: Bibi | EPUB Reader on your website. 将release中的文件下载并解压,用浏览器打开bibi/index.html即可在浏览器阅读epub文件。

koodo

Koodo Reader

GitHub - troyeguo/koodo-reader: A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web

Release 1.4.1 · troyeguo/koodo-reader · GitHub 设置阅读进度同步文件夹 设置以链接形式添加书籍

Where does Koodo sync to? · Issue #126 · troyeguo/koodo-reader · GitHub

Web版,文件存储位置问题 · Issue #205 · troyeguo/koodo-reader · GitHub 搭建Koodo电子书管理与阅读_软件应用_什么值得买