PSX Scraper Vita: Difference between revisions
From GameBrew
More actions
Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew! |title_mode=append |image=ps-vita-logo.jpg |image_alt=PSX Scraper }} {{Infob..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=PSX Scraper | |title=PSX Scraper | ||
|image= | |image=psvitapc2.png | ||
|description= | |description=A tool for getting proper serial numbers for psx games. | ||
|author=BertrandHustle | |author=BertrandHustle | ||
|lastupdated=2020/02/12 | |lastupdated=2020/02/12 | ||
| Line 15: | 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= | |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_scraper aims to fix that. Just run the script on any system where [https://www.python.org/downloads/ 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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/BertrandHustle/psx_scraper | ||
* | * Reddit - https://www.reddit.com/r/vitahacks/comments/g2rtnq/a_small_python_script_for_renaming_your_eboot/ | ||
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.