📌 Original Repository: FFXIVPocketGuide/FFXIVPocketGuide
📌 Original Dev Repository: FFXIVPocketGuide/DevFFXIVPocketGuide (deforked, as Git search wasn't working for me)
This repository is used by the developers of FFXIV Pocket Guides for updating the site.
Install the script dependencies once:
python -m pip install -r scripts/requirements-enemy-images.txtCreate a coverage report from the sibling Meddle WebP output:
python scripts/enemy_image_coverage.pyCreate/update _data/enemy_images.json with URLs retaining the original WebP folder and filenames:
python scripts/enemy_image_coverage.py --manifestThe detailed coverage report is written to tmp/enemy-image-coverage/report.json. Running
with --manifest also updates the browser-friendly report data at
assets/data/enemy-image-coverage.json; the generated site exposes it at
/enemy-image-coverage/. ffxiv_guide_xlsx_to_file.py runs this manifest refresh
automatically at startup, then reads _data/enemy_images.json and writes the
matching hosted image URLs into each enemy entry's front matter. The images remain
in the Meddle WebP directory and are not copied or renamed.