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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: