GNOME Bugzilla – Bug 769347
thegamesdb: Support PlayStation games
Last modified: 2016-08-25 13:22:44 UTC
We should support PlayStation games even though there is no registered MIME type for them.
Created attachment 332425 [details] [review] thegamesdb: Add PlayStation support Add PlayStation support via the unregistered 'application/x-playstation-rom' MIME type as none is registered for PlayStation discs.
Review of attachment 332425 [details] [review]: ::: src/lua-factory/sources/grl-thegamesdb.lua @@ +219,3 @@ platform_names['application/x-pc-engine-rom'] = 'TurboGrafx 16' + -- 'application/x-playstation-rom' is an unregistered MIME type + platform_names['application/x-playstation-rom'] = 'Sony Playstation' I prefer application/x-playstation-disc-image
Agreed, especially as it doesn't represent the binary tracks/files of the disc.
Created attachment 332561 [details] [review] thegamesdb: Add PlayStation support Add PlayStation support via the unregistered 'application/x-playstation-disc-image' MIME type as none is registered for PlayStation discs.
(In reply to Adrien Plazas from comment #3) > Agreed, especially as it doesn't represent the binary tracks/files of the > disc. I changed my mind, after browsing through shared-mime-info, as all the disc image formats for consoles use "-rom", such as the ones for the Wii, GameCube, Saturn, Sega-CD, etc.
Attachment 332425 [details] pushed as 38fa5ac - thegamesdb: Add PlayStation support