-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wuyingren
committed
Oct 19, 2017
1 parent
e90657f
commit 0050d67
Showing
4 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,4 @@ example/ | |
.project | ||
.pydevproject | ||
tmp/ | ||
/.recommenders/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
This repository contains some calibre metadata plugins for [doujinshi](https://en.wikipedia.org/wiki/D%C5%8Djinshi). | ||
|
||
Hope these plugins can help you. | ||
|
||
**The Plugin List:** | ||
|
||
- [E-hentai Galleries](ehentai_metadata) | ||
|
||
**TODO List:** | ||
|
||
- [ ] dlsite.com | ||
- [ ] doujinshi.org | ||
|
||
**License** | ||
|
||
Copyright (C) 2017 Yuan wu | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[中文版README](README_cn.md) | ||
|
||
This plugin downloads metadata for [doujinshi](https://en.wikipedia.org/wiki/D%C5%8Djinshi) from [E-Hentai Galleries](https://e-hentai.org/). | ||
|
||
**Main Features** | ||
|
||
- Can retrieve title, author, rating , tags and cover. | ||
- If you enter the cookies of `exhentai.org` , it can download metadata from [ExHentai.org](https://exhentai.org/). | ||
|
||
**Special Notes** | ||
|
||
- Because E-Hentai Galleries dosen't have the author field , the title and author are regular expression matches. | ||
|
||
**Installation Notes** | ||
|
||
- Download the attached zip file and install the plugin as described in the [Introduction to plugins thread](https://www.mobileread.com/forums/showthread.php?t=118680). | ||
|
||
**Version History:** | ||
|
||
**Version 1.1.1** - 16 October 2017 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
这个插件可以从[E-Hentai Galleries](https://e-hentai.org/)下载本子的元数据。 | ||
|
||
**主要特点** | ||
|
||
- 这个插件可以下载题名、作者、评分、tags、封面。 | ||
- 如果你输入了你在`exhentai.org`的cookies,这个插件可以从[ExHentai.org](https://exhentai.org/)上下载元数据。 | ||
|
||
**一些需要注意的事** | ||
|
||
- 由于E-Hentai并没有独立的作者字段,插件所提供的题名与作者是通过正则表达式识别出来的。 | ||
|
||
**安装方法** | ||
|
||
- 下载所附带的zip文件,按照[这个网页](https://www.mobileread.com/forums/showthread.php?t=118680)的描述安装。 | ||
- 你也可以参考我博客中的[这篇文章](https://blog.a3s.site/posts/use-calibre-to-manage-your-doujinshi-2/)。 | ||
|
||
**版本历史** | ||
|
||
**Version 1.1.1** - 2017-10-16 | ||
|
||
- Initial release |