steamsync icon indicating copy to clipboard operation
steamsync copied to clipboard

Some Xbox games not getting correct Game Name

Open jamierajewski opened this issue 3 years ago • 2 comments

While checking for Xbox games, I noticed a weird entry: frigateMS. Upon adding it to Steam, it got mapped to Octopath Traveler (which I do have installed). octopath

jamierajewski avatar Dec 29 '21 21:12 jamierajewski

This is due to the game name being incorrectly set in the game config, the actual title is in the Description:

<ShellVisuals DefaultDisplayName="FrigateMS"
              PublisherDisplayName="SQUARE ENIX CO. LTD."
              StoreLogo="Assets\StoreLogo.png"
              Square150x150Logo="Assets\Logo.png"
              Square44x44Logo="Assets\SmallLogo.png"
              Description="OCTOPATH TRAVELER"
              ForegroundText="dark"
              BackgroundColor="#000000"
              SplashScreenImage="Assets\SplashScreen.png"/>

I'm currently working on a PR to try and retrieve game names in a more consistent and robust way from just the appxmanifest.xml. It would be ideal to try in the MicrosoftGame.xml first, but with this example it looks like even when that exists it can still be incorrect whereas it always seems to be in order in appxmanifest.xml but I'm curious what you think.

jamierajewski avatar Dec 29 '21 23:12 jamierajewski

Fixed by #20

jamierajewski avatar Dec 30 '21 00:12 jamierajewski