gitextract_uj__hotj/ ├── .github/ │ └── workflows/ │ ├── build-release.yml │ └── build.yml ├── .gitignore ├── LICENSE ├── README.md ├── VERSION ├── _archive/ │ ├── ps1coverdl/ │ │ └── DuckStation-cover-downloader/ │ │ ├── _dist.bat │ │ ├── covers.py │ │ ├── requirements.txt │ │ └── version │ └── ps2coverdl/ │ ├── 1.0/ │ │ ├── PCSX2 cover downloader.py │ │ └── requirements.txt │ └── 2.0/ │ ├── ps2coverdl.py │ └── requirements.txt ├── build.sh ├── requirements.txt └── src/ ├── _dist.bat ├── app/ │ └── icon.icns ├── gui.py ├── pscoverdl.py ├── requirements.txt └── resources/ ├── GameIndex.yaml └── gamedb.json