https://github.com/binaryquantumsoul/esde-vita3k
Little script to add PSVita games to EmulationStation
https://github.com/binaryquantumsoul/esde-vita3k
Last synced: 4 months ago
JSON representation
Little script to add PSVita games to EmulationStation
- Host: GitHub
- URL: https://github.com/binaryquantumsoul/esde-vita3k
- Owner: BinaryQuantumSoul
- Created: 2024-07-11T17:56:05.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T18:16:43.000Z (12 months ago)
- Last Synced: 2024-07-11T20:46:02.214Z (12 months ago)
- Language: Python
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES-DE - Vita3K
This simple python script (`main.py`) generates `.psvita` files that can then be read by EmulationStation in order to fill its library.Simply run the script, specify rom directory and if the roms are named with title names or title ids. The script will then pick the other one from json database and generate the corresponding files.
> [!Note]
> This is not perfect as I was not able to find a better title-name/title-id list. Some game titles are not in english and some titles will not scrape.Process is detailed in [ES-DE PSVita guide](https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#sony-playstation-vita).
## Build database
Simply run `database_scrape.py`. The data is scraped from these google sheets:
- [Vita Title IDs (2020/02/20)](https://docs.google.com/spreadsheets/d/1muoSZ-ZyJfyb1D5Sd26ZRr2cwDyFmPz5aLyFFe9JELQ/edit)
- [Vita Games DB - EU](https://docs.google.com/spreadsheets/d/1SvfQrAavckZH9fBCo48bpfIx3jWpMDUOCPnDWMekMBg/edit)
- [Vita Game DB - US](https://docs.google.com/spreadsheets/d/18vnzs4VnqKlqqIgHXenqQjMq2ygMUnfc28WKSYC7-vo/edit)