Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eesxy committed Jun 15, 2023
1 parent cf2a930 commit 8b1d835
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Comic2Epub
# ComicPacker

多功能漫画epub打包器,包含分卷、过滤、裁边、去重等多种实用功能
多功能漫画打包器,支持epub和cbz格式,包含分卷、过滤、裁边、去重等多种实用功能

## 2.0更新

1. 将打包器重写为多进程,大幅提高多文件打包速度
2. 现在支持cbz格式,元数据与目录保存为`ComicRack`格式的`ComicInfo.xml`文件
3. 仓库重命名为`ComicPacker`

## Dependency

Expand Down Expand Up @@ -53,7 +59,7 @@ python main.py

打包时会自动生成目录并添加元数据,用户可以指定漫画标题和各章节标题(必须),以及作者、分类、简介等(可选)

用户需要以指定的方式组织这些信息,支持以下三种方式
用户需要以指定的方式组织这些信息,支持以下四种方式

- `general`: 漫画文件夹的名称即为漫画标题,章节文件夹的名称即为章节标题,每个章节内的图片文件名按文件浏览器名称升序排序(即页面顺序与文件浏览器中一致),不添加其他元数据
- `tachiyomi`: 与`general`类似,只是在各个漫画文件夹中包含一个Tachiyomi形式的`.json`格式元数据文件,通过该文件指定漫画标题、作者、分类和简介,文件内容形式见[Tachiyomi文档](https://tachiyomi.org/help/guides/local-manga/#editing-local-manga-details)
Expand All @@ -64,9 +70,9 @@ python main.py

### 分卷

默认整部漫画打包为一个epub文件,也可以拆分为多个epub文件,支持以下两种拆分方式:
默认整部漫画打包为一个文件,也可以拆分为多个文件,支持以下两种拆分方式:

- 按固定章节数拆分,例如每10话生成一个epub文件
- 按固定章节数拆分,例如每10话生成一个文件

- 手动指定分卷方式,用户需要编写一个`.toml`文件,内容形如

Expand Down

0 comments on commit 8b1d835

Please sign in to comment.