Adding missing infos to 129 games, mostly EU versions#9
Open
mcoirault wants to merge 4 commits intoTom-Bruise:masterfrom
Open
Adding missing infos to 129 games, mostly EU versions#9mcoirault wants to merge 4 commits intoTom-Bruise:masterfrom
mcoirault wants to merge 4 commits intoTom-Bruise:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I used your CFG repo for my own game library and since I fixed some missing entries, I figure I would share back.
The cfg were modified using OPL Manager V24.
Descriptions were mostly sourced from IMDB, and which I sometime edited to fit under the 255 characters limit.
Release dates were sourced from wikipedia and should match the region of the specific ISO (i.e. a PAL version of the game will show the EU release date). It looks like the rest of the CFG files use the mm-dd-yyyy time format, so this is what I kept using.
Game genre, rating and developer were also sourced from wikipedia. Genres don't seem to follow a rigid nomenclature, so I tried to use the one from OPL Manager as much as possible. I noticed another PR aiming to standardize RPG to "Role Playing Games", so I also used that label.
OPL compatibility mode were sourced from the PS2-Home compatibility list. I only applied the recommended modes that are common to all media sources, this way people can choose the mode relevant to their own setup (SMB, USB, internal hdd, etc).
Parental rating was sourced using pegi's official website for europe ISOs, esrb for american ISOs. In a few edge cases, I used the info available on covers scans (e.g. Front Mission 5 uses the japanese rating system).
Some titles were changed using the OPL Manager database. For example, OPL Manager fixed "Jak and Daxter The L" to "Jak and Daxter: The Lost Frontier".
I tested the changes with OPL v1.2.0-Beta-2201-4b6cc2, using both the default theme and a custom theme.