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.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