Skip to content

Calibre moly.hu metadata downloader

Notifications You must be signed in to change notification settings

crash5/calibre-molyhu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moly.hu Metadata source

Based on Hokutya's moly.hu calibre plugin from mobileread.com.

Metadata from https://moly.hu

Supported applications:

Contributing

python -m venv .venv
source .venv/bin/activate
pip install -e moly_hu[dev]

python -m pytest -v moly_hu/tests/

Reload in calibre: calibre-debug -s; calibre-customize -b .; calibre

VSCode:

{
    "python.autoComplete.extraPaths": [
        "../calibre/src",
        "../calibre-web"
    ],
    "python.analysis.extraPaths": [
        "../calibre/src",
        "../calibre-web"
    ],
}

Release new version:

  • Update versions:
    • calibre/init.py: version = (6, 0, 0)
    • moly_hu/pyproject.toml: version = '6.0.0'