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

Add Epic Games provider #992

Closed
wants to merge 1 commit into from

Conversation

JMcKiern
Copy link

This PR adds an Epic Games provider to automatically populate games installed with Epic Games. Implements part of #671

I basically just copied the code for the Steam provider so feel free to make suggestions - I'm not too familiar with modern C++.

I still need to add some metadata parser but I'm struggling with using the info in the manifest file to retrieve the metadata. I will investigate when I get some time.

Perhaps it's worth cleaning this up and merging without the metadata provider? Let me know.

@mmatyas
Copy link
Owner

mmatyas commented Apr 24, 2022

Nice work! Yeah, I'm okay with a game-only initial implementation, we can add the details later. Let me know when it's ready for review.

Some notes:

  • You can use / for paths
  • You can use JSON parsing for the item files
  • This will probably pick up Unreal Engine and its installed plugins too, but it's OK for now

@mmatyas
Copy link
Owner

mmatyas commented Jul 9, 2022

Do you plan to continue working on this? I could try to finish it.

@JMcKiern
Copy link
Author

Sorry, been busy with other things. I probably won't get around to this any time soon so feel free to finish it if you'd like to.

@JMcKiern
Copy link
Author

JMcKiern commented Jun 1, 2024

Im realistically not going to finish this so I will close

@JMcKiern JMcKiern closed this Jun 1, 2024
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.

2 participants