retropassdev / RetroPass

Retro Pass is a simple frontend for emulators running on Xbox.
GNU General Public License v2.0
112 stars 42 forks source link

LaunchBox metadata not updating within RetroPass #11

Closed b2dmx closed 2 years ago

b2dmx commented 2 years ago

I've added my games to launchbox, scraped the metadata, and corrected any errors I found and added sort names to keep things in proper order, such as Mortal Kombat, II, and 3 to be sorted as Mortal Kombat 1, 2, 3 respectively to keep them in proper order. However, all of my sort names are being ignored.

retropassdev commented 2 years ago

I tested this and can't reproduce the problem. Games are sorted by "Title" property, so if you change "Title" it should work. Also, Retropass should be restarted after any change in metadata.

retropassdev commented 2 years ago

I tested this and can't reproduce the problem. Games are sorted by "Title" property, so if you change "Title" it should work.