Skip to main content

A simple H@H database

Project description

H2HDB

Description

The H2HDB is a comprehensive database for organising and managing H@H comic collections. It offers a streamlined way to catalogue your comics, providing key information such as GID (Gallery ID), title, tags and more, ensuring your collection is always organised and accessible.


Features

  • Add new galleries to the database
  • Comporess H@H's galleries to a folder
  • Record the removed GIDs in a separate list
  • Write document (need?)

Installation and Usage

  1. Install Python 3.13 or higher from python.org.

  2. Install the required packages.

    pip install h2hdb
    
  3. Run the script.

    python -m h2hdb --config [json-path]
    

Config

{
    "h2h": {
        "download_path": "[str]", // The download path of H@H. The default is `download`.
        "cbz_path": "[str]", // The cbz in this path.
        "cbz_max_size": "[int]", // The maxinum of the mininum of width and height height. The default is `768`.
        "cbz_grouping": "[str]", // `flat`, `date-yyyy`, `date-yyyy-mm`, or `date-yyyy-mm-dd`. The default is `flat`.
        "cbz_sort": "[str]" // `upload_time`, `download_time`, `pages`, or `pages+[num]`. The default is `no`.
    },
    "database": {
        "sql_type": "[str]", // Now only supports `mysql`. The default is `mysql`.
        "host": "[str]", // The default is `localhost`.
        "port": "[str]", // String, not Integer. The default is `3306`.
        "user": "[str]", // The default is `root`.
        "password": "[str]" // The default is `password`.
    },
    "logger": {
        "level": "[str]" // One of NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL.
    }
}

Q & A

  • Why are some images missing from the CBZ-files? H2HDB does not compress images that are considered spam according to certain rules. If you encounter any images that you believe should have been included, please report the issue.

  • Why are some images in some CBZ files and not in other CBZ-files? H2HDB learns the spam rule from the previous CBZ files. If you kill the CBZ files containing these images, the new CBZ files will not contain these images.


Credits

The project was created by Kuan-Lun Wang.


License

This project is distributed under the terms of the GNU General Public Licence (GPL). For detailed licence terms, see the LICENSE file included in this distribution.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

h2hdb-0.9.1.3.tar.gz (39.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

h2hdb-0.9.1.3-py3-none-any.whl (49.6 kB view details)

Uploaded Python 3

File details

Details for the file h2hdb-0.9.1.3.tar.gz.

File metadata

  • Download URL: h2hdb-0.9.1.3.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for h2hdb-0.9.1.3.tar.gz
Algorithm Hash digest
SHA256 ddf155ff70621b4234de4e14d0b159e8b585a3dee37ced2c8d4368b844e02613
MD5 b152e0009b19a15c94758cb49e6132b8
BLAKE2b-256 3a5fe087081e2ab2e121c19027138eadb53346008d07de0cb0f25f05fba10962

See more details on using hashes here.

File details

Details for the file h2hdb-0.9.1.3-py3-none-any.whl.

File metadata

  • Download URL: h2hdb-0.9.1.3-py3-none-any.whl
  • Upload date:
  • Size: 49.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for h2hdb-0.9.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7ce2b7a45941fc15026c919c4a5f16c1e874737a7dc94daabf2b8011368a1a0d
MD5 296a65c2d4eeb0de6e2082a67c4faea5
BLAKE2b-256 4c41a498bb10caf1d030bbff40ff075bffabd2c0438b924b8950c6bb3de928b1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page