Closed Jajajou closed 2 years ago
Unfortunately i tried tho things and get a black cover instead :((.
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.
As Mar0xy said. This is a wanted feature, but requires more support from Disord.
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({...});