Skip to content

fix: handling multiple steam libraries in steam app scanner#70

Open
reeves-48777 wants to merge 1 commit intohgaiser:mainfrom
reeves-48777:main
Open

fix: handling multiple steam libraries in steam app scanner#70
reeves-48777 wants to merge 1 commit intohgaiser:mainfrom
reeves-48777:main

Conversation

@reeves-48777
Copy link
Copy Markdown

I had an issue where moonshine could not retreive my game list from steam, and I found out that it was because they were installed on another drive.

Here is what I did :

  • Added a new struct that represents a simplified LibraryFolder
  • Added a parser function (called parse_vdf) that generates a vector of LibraryFolder
  • Changed the get_game_name function to use the steamapps_dir folder given in argument
  • Changed scan_steam_applications function to use parse_vdf

Added a new struct that represents a simplified LibraryFolder
Added a parser function that generates a vector of LibraryFolder
Changed the get_game_name function to use the steamapps_dir folder given in argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant