Valentin271 / DeezerKodi

Deezer client for Kodi
GNU General Public License v3.0
24 stars 4 forks source link

Question: How do I support album artwork in musicvisualisation.xml for my skin? #30

Open realcopacetic opened 1 year ago

realcopacetic commented 1 year ago

Hello, I've had an issue raised for my skin Copacetic that it doesn't show album artwork from Deezer addon during playback in MusicVisualisation.xml: https://github.com/realcopacetic/skin.copacetic/issues/36

I'm using $INFO[Player.Art(album.thumb)] for the image texture, which works fine with local files. Can you confirm if I should be supporting a different infolabel for Deezer addon album artwork?

Thanks