You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain scenarios, some data may be unavailable. For instance, this issue has been observed with apps imported via the Steam plugin, where "time to beat" data is missing. As a result, these games do not appear when sorting by "time to beat."
This can be confusing because once the game is opened, the "time to beat" data becomes available. This happens because the data is fetched when the game is launched, updating the local database.
A potential solution would be to implement hooks that trigger after importing or performing a cloud sync. These hooks would update the user library with the necessary data, enabling information display and sorting without requiring the game to be opened first.
Before implementing this solution, it is important to define which fields are essential and which should be considered "extended information."
In certain scenarios, some data may be unavailable. For instance, this issue has been observed with apps imported via the Steam plugin, where "time to beat" data is missing. As a result, these games do not appear when sorting by "time to beat."
This can be confusing because once the game is opened, the "time to beat" data becomes available. This happens because the data is fetched when the game is launched, updating the local database.
A potential solution would be to implement hooks that trigger after importing or performing a cloud sync. These hooks would update the user library with the necessary data, enabling information display and sorting without requiring the game to be opened first.
Before implementing this solution, it is important to define which fields are essential and which should be considered "extended information."
--
Reported by toomanynights on Discord
https://discord.com/channels/297380113673355264/1215992265655451728/1327301574875152437
The text was updated successfully, but these errors were encountered: