This plugin downloads metadata from E-Hentai Galleries.
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.
Special Notes
- Because E-Hentai Galleries dosen't have the author field , the title and author are regular expression matches.
- Due to the particularity of E-Hentai, a vpn is needed in the mainland for the plug-in to operate normally
- Applicable to all versions of python3 in calibre
Installation Notes
- Open the calibre client and select the preferences in the interface
- After entering, we choose to load the plug-in option from the file
- Select the plug-in zip installation package that we downloaded, and select the plug-in path
- Then we will be prompted whether to install the plug-in and we choose yes
- After selecting, the plug-in installation is complete
- If there are other warnings, select yes, restart the client and see if the installation is successful
Database configuration
- After the plug-in is installed
- Install the database file (ehtagTranslation.db) where you want to save it
- Select Chinese_Exhentai in the plug-in and enter the location of the database file in the EhTagTranslation_db text box. Such as:
Position to E: \ Code \ python \ Ehentai_metadata \ EhTagTranslation db
Enter a value in the text box E:\Code\python\Ehentai_metadata in the text box
Special Thanks
This plug-in is adapted from the idea of doujinshi_metadata_plugins of wuyingren.
The Database from EhTagTranslation Database and data transformation
Version History:
Version 2.3.2 - 2022-11-23
- Optimize plug-in search ability
- Remove the Chinese Tags checkbox
Version 2.3.1 - 2022-11-07
- Fix the problem that the revision data of e-station cannot be found
Version 2.3.0 - 21 August 2022
- Remove uploader tag
- Resolved an issue where only one would be added when there are multiple artists and societies
Version 2.2.7 - 20 August 2022
- Solve the problem of Accurate_Label crash in Calibre 6 version
Version 2.2.6 - 4 May 2022
- Resolve to capitalize a tag if the language is English or undefined
- If the language is not defined, the language of the manga can be set to Japanese depending on whether there is a Japanese title
- Fixed some minor issues
Version 2.2.5 - 21 April 2022
- Added the option to customize the proxy
Version 2.2.4 - 17 April 2022
- Modify the regular expression to get information such as the author from the title
- Increased the type of meta information parsed
- Handle manga in multiple languages correctly
Version 2.2.3 - 5 April 2022
- Change the accurate_URL input to pop-up box input
- After selecting Accurate_Label, the plug-in will be from the input e stand accurate_url:https://exhentai.org/g/21843\*\*/175ff141\*\*/ to get the label data
Version 2.2.2 - 3 April 2022
- Add checkbox Accurate_Label
- After selecting Accurate_Label, the plug-in will be from the input e stand accurate_url:https://exhentai.org/g/21843\*\*/175ff141\*\*/ to get the label data
Version 2.2.1 - 2 April 2022
- Add checkbox Chinese Tags
- After selecting Chinese Tags, the plug-in will search only Chinese books to obtain tag data, reducing the acquisition time
Version 2.2.0 - 31 March 2022
-
Added whether to translate
-
To change the translation database mode, manually add the data source
Version 2.1.1 - 25 March 2022
- Fixed the problem of not being able to access the Exhentai
- Cookie entry adds igneous value
Version 2.1.0 - 25 August 2021
- New label can convert English to Chinese
Version 1.1.0 - 5 April 2021
- Initial release