ouya-saviors / ouya-game-data

Meta data of games for the OUYA console.
25 stars 13 forks source link

Update com.epsxe.ePSXe.json #141

Closed ZacharyFoxx closed 2 years ago

ZacharyFoxx commented 2 years ago

Changes in the ePSXe:

Updating the links to discover and screens from png to jpg formats.

Changes in the NewPipe Legacy:

packageName: The internal name of the package has changed in this release; Description: Changed to simpler instructions; Version: Upgrade from 0.20.8 to 0.21.13; Discover and display images: Changed to jpg format.

I didn't change the name of the .json file because the program is still called NewPipe Legacy.

cweiske commented 2 years ago

You have to change the json file name because the file name is used as path, and the path is requested by the ouya to fetch information about the application.

cweiske commented 2 years ago

Also put technical information in the "notes" property.

ZacharyFoxx commented 2 years ago

Also put technical information in the "notes" property.

Could you give me an example of how you want the information or what was difficult to understand?

You have to change the json file name because the file name is used as path, and the path is requested by the ouya to fetch information about the application.

I made a pull request with the json filename changed, but as the validation test failed I thought I couldn't change it. I will cancel this pull request and upload a new one.