Emulator Issues #12775
openDiscord Activity should be swapped to using URL in largeImageKey
0%
Description
As of recently, discord's rich presence activity supports URLs in largeImageKey, as evidenced by PreMiD. Uploading all game posters to the developer console is a hack, ideally, Dolphin would switch to sending image URLs.
Updated by OatmealDome almost 3 years ago
Is this officially documented anywhere? The API documentation I can find still says LargeImage is a key without any mention of URLs (https://discord.com/developers/docs/game-sdk/activities#data-models-activityassets-struct).
I also notice that Dolphin is still using the deprecated Discord-RPC library... We should probably update to the GameSDK. I'll open a separate issue for that.
Updated by mulverine almost 3 years ago
It is not documented, but it is available for all applications & users. It is already being used by thousands of users on PreMiD. Some wrapper libraries may not work with it due to character limits but discord-rpc & the API support it.