Initial commit: N64 Tracker source from server (excludes Coverart images)

This commit is contained in:
mattie726 2026-08-25 22:54:08 -07:00 committed by Barely Removable
commit ccf87df36d
14 changed files with 10105 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"permissions": {
"allow": [
"Bash(python3 -c \"\nimport subprocess\n# Try using built-in tools to extract text from PDF\nresult = subprocess.run\\([''mdls'', ''/Users/matt/Desktop/VideoGameList/N64.pdf''], capture_output=True, text=True\\)\nprint\\(result.stdout[:500]\\)\n\")",
"Bash(pip3 install:*)",
"Bash(python3:*)",
"WebFetch(domain:gamesdb.launchbox-app.com)",
"Bash(docker:*)",
"Bash(curl:*)",
"Bash(open http://localhost:8080)",
"Bash(awk:*)",
"Bash(shuf)",
"Bash(/Users/matt/Desktop/VideoGameList/build_coverart_mapping.py:*)",
"Bash(/Users/matt/Desktop/VideoGameList/fix_coverart_mapping.py:*)",
"WebFetch(domain:www.pricecharting.com)",
"Bash(/tmp/scrape_prices.py:*)",
"Bash(/tmp/match_prices.py:*)",
"Bash(/tmp/fuzzy_prices.py:*)",
"Bash(echo:*)",
"WebFetch(domain:www.rarityguide.com)",
"Bash(pip install:*)",
"Bash(/tmp/scrape_rarity.py:*)",
"Bash(/tmp/match_rarity.py:*)",
"WebFetch(domain:www.dkoldies.com)",
"Bash(rsync:*)",
"Bash(ssh:*)"
]
}
}