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 downloading of not-installed images for Epic with Legendary. #55

Closed
Nutzzz opened this issue Jul 30, 2022 · 2 comments
Closed

Add downloading of not-installed images for Epic with Legendary. #55

Nutzzz opened this issue Jul 30, 2022 · 2 comments

Comments

@Nutzzz
Copy link
Contributor

Nutzzz commented Jul 30, 2022

I can't figure out a consistent way (i.e., without guessing URLs from titles) to get images from Epic. We could get them from another source (e.g., #53 ), but similar inexact title-matching applies.

@Nutzzz
Copy link
Contributor Author

Nutzzz commented Jul 30, 2022

This repo's issue indicates %ProgramData%\Epic\EpicGamesLauncher\Data\Catalog\catcache.bin is a base-64 encoded json file that contains image URLs.

EDIT: Hey, whaddaya know? After decoding this file, it looks like Legendary won't be necessary to list the Epic not-installed games.

EDIT 2: I was having trouble with getting Unicode characters from catcache.bin. I thought it was my code at first, but it looks like it's Epic's encoding itself that's at fault. So I guess I'll strip out any "?"s from titles and call it a day.

@Nutzzz
Copy link
Contributor Author

Nutzzz commented Aug 19, 2022

Committed in PR #56

@Nutzzz Nutzzz closed this as completed Aug 22, 2022
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

No branches or pull requests

1 participant