Skip to content

Commit 6ae4d0c

Browse files
committed
Added README for supplementary scripts.
1 parent 6560f4e commit 6ae4d0c

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

skyscraper.pro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ unix:target.files=Skyscraper Skyscraper.app/Contents/MacOS/Skyscraper
2727

2828
unix:supplementary.path=$${PREFIX}/bin
2929
unix:supplementary.files=\
30-
supplementary/scraperdata/check_screenscraper_json_to_idmap.py \
31-
supplementary/scraperdata/convert_platforms_json.py \
32-
supplementary/scraperdata/peas_and_idmap_verify.py
30+
supplementary/scraperdata/deepdiff_peas_jsonfiles.py \
31+
supplementary/scraperdata/mdb2sqlite.sh \
32+
supplementary/scraperdata/peas_and_idmap_verify.py \
33+
supplementary/scraperdata/README-Skyscraper-Scripts.md
3334

3435
unix:config.path=$${PREFIX}/etc/skyscraper
3536
unix:config.files=aliasMap.csv hints.xml mameMap.csv \
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Skyscraper supplementary scrips
2+
3+
You can find additional information in Skyscraper's platform documentation
4+
(`PLATFORM.md`).
5+
6+
`deepdiff_peas_jsonfiles.py`: Compare and diff output two `peas.json` files.
7+
8+
`mdb2sqlite.sh`: Convert MS Access MDB format to SQLite (only useful for
9+
GameBase scraper).
10+
11+
`peas_and_idmap_verify.py`: Validate settings in `peas.json` and
12+
`platforms_idmap.csv` and dump a human readable output.
13+
14+
`README-Skyscraper-Scripts.md`: This file.

0 commit comments

Comments
 (0)