More actions
m (HydeWing moved page Psx Scraper Vita to PSX Scraper Vita without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=psvitapc2.png | ||
|image_alt=PSX Scraper | |image_alt=PSX Scraper | ||
}} | }} | ||
{{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 16: | Line 15: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/psxscrapervita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/psxscrapervita.7z | ||
|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 | ||
}} | }} | ||
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/ | |||
* Reddit - | |||
Revision as of 02:08, 15 Ocak 2023
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.