jamesxsc / roon-discord-rp

Apache License 2.0
9 stars 4 forks source link

I have an idea. #7

Closed Jajajou closed 2 years ago

Jajajou commented 3 years ago

with RoonApiImage we can have album cover display via image_key. like : _image.get_image(image, { scale: 'fit', width: 60, height: 60 }, (eror, content_type, body) => { console.log(eror) console.log(content_type) console.log(body) client.updatePresence({...});

Jajajou commented 3 years ago

image Unfortunately i tried tho things and get a black cover instead :((. image

Mar0xy commented 3 years ago

The reason this happens is cause every album cover would need to be uploaded to the application/rpc itself via Discord's site which makes showing album covers near impossible unless discord adds a feature allowing people to use normal image urls.

jamesxsc commented 2 years ago

As Mar0xy said. This is a wanted feature, but requires more support from Disord.