Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam forgets recent activity after each BoilR import #389

Open
davidmartos96 opened this issue Jan 14, 2024 · 3 comments
Open

Steam forgets recent activity after each BoilR import #389

davidmartos96 opened this issue Jan 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@davidmartos96
Copy link

Describe the bug
When scanning with BoilR, Steam game entries are generated. Steam internally assigns an ID to these, equivalent to the game ID.
One problem I'm seeing is that every time I scan, Steam forgets the last time the game has been opened, making the "Sort by activity" option not as useful.

My guess is that BoilR just recreates these entries without reusing them if possible.

Desktop (please complete the following information):

  • OS: Steam Deck
  • BoilR Version 1.9.4
@davidmartos96 davidmartos96 added the bug Something isn't working label Jan 14, 2024
@PhilipK
Copy link
Owner

PhilipK commented Mar 10, 2024

BoilR uses those IDs, since they are also used to assign custom images. I think this happens because BoilR creates a new shortcut file each time, and while it maintains the ID, the ordering might not always be the same.
I have concidered doing a BoilR v2 where there is more control over which games are added and how, and not just a "create a new file each time", but I just havn't found the time yet.

I suggest we change this title to:
Steam forgets recent activity after each BoilR import

@PhilipK PhilipK changed the title Remember custom Steam game ids Steam forgets recent activity after each BoilR import Mar 10, 2024
@davidmartos96
Copy link
Author

@PhilipK Thanks for the explanation. Is a v2 needed? What would be the use case of creating a new shortcut file always instead of reusing them if possible?

@PhilipK
Copy link
Owner

PhilipK commented Mar 15, 2024

@davidmartos96 convenience, is the short answer. Long answer is that BoilR started out as just a "script" without a UI, now it has grown a lot and no-one uses the cli version really, so it makes sense to let users have more control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants