gogcom / galaxy-integrations-python-api

NOTE: Please report here only issues related to the python API. Issues and general feedback regarding the Galaxy Client 2.0 shall be sent via Galaxy Client menu
MIT License
1.25k stars 226 forks source link

Provide ability to correct wrong game titles #177

Open Rall3n opened 3 years ago

Rall3n commented 3 years ago

Problem In the Amazon Games integration I developed there exists a problem which is caused by wrong game titles provided by Amazon. (See Rall3n/galaxy-integration-amazon#14)

There exists a game called "Narcos: Rise of the Cartels" which was available through Prime Gaming some time ago. But the game is listed inside GOG Galaxy as the game "Narcos" after importing it through the integration. This is because Amazon lists the game "Narcos: Rise of the Cartels" simply as "Narcos".

I tried changing the name in Galaxy itself and replacing it in the integration itself before sending it to Galaxy but both attempts have been ignored by Galaxy.

Solution I suggest that either Galaxy corrects the title by itself (as long as the integration returns the correct title) or that the integration itself could trigger some form of information reset regarding the game.

mbanczerowski commented 3 years ago

Hi @Rall3n I've corrected the game title for you. It should be synced soon.

I'm leaving the issue here for more general solution. Currently game names are matched automatically only for the first time particular game_id is provided by the integration and as you said - they cannot be amended by plugin developers later on.