More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=PSX Scraper | |title=PSX Scraper | ||
Line 14: | Line 8: | ||
|version=2020 | |version=2020 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/psx_scraper.zip | ||
|website=https://www.reddit.com/r/vitahacks/comments/g2rtnq/a_small_python_script_for_renaming_your_eboot/ | |website=https://www.reddit.com/r/vitahacks/comments/g2rtnq/a_small_python_script_for_renaming_your_eboot/ | ||
|source=https://github.com/BertrandHustle/psx_scraper | |source=https://github.com/BertrandHustle/psx_scraper | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |||
|title_mode=append | |||
|image=psvitapc2.png | |||
|image_alt=PSX Scraper | |||
}} | |||
PSX eboot folders are frequently named by part number instead of game name, which makes it difficult to know which games you have. | PSX eboot folders are frequently named by part number instead of game name, which makes it difficult to know which games you have. | ||
Latest revision as of 08:05, 4 August 2024
PSX Scraper | |
---|---|
General | |
Author | BertrandHustle |
Type | PC Utilities |
Version | 2020 |
License | GPL-3.0 |
Last Updated | 2020/02/12 |
Links | |
Download | |
Website | |
Source | |
PSX eboot folders are frequently named by part number instead of game name, which makes it difficult to know which games you have.
psx_scraper aims to fix that. Just run the script on any system where Python is installed.
User guide
Place the psx_scraper.py in the same directory as your eboots and run the script, or specify a directory with the -d flag (see below).
Command Line Options:
-d/--dir: Specify a directory to scrape. -l/--log: Produces a log (psx_scraper.log) in the directory where the script is run, this log details any pbp files that the scraper was unable to find information for. -p/--print: Dry run option, print out game names but make no changes to directory names.