Skip to content

crash5/calibre-molyhu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 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:

Usage

Search for book in command-line: python -m moly_hu.main "raymond feist"

Include it in calibre-web docker yaml:

volumes:
  - moly_hu.py:/app/calibre-web/cps/metadata_provider/moly_hu.py:ro
  - moly_hu_provider.py:/app/calibre-web/cps/metadata_provider/moly_hu_provider.py:ro

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 code completion (calibre and calibre-web is one level up in directory tree):

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

About

Calibre moly.hu metadata downloader

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors