Addon to download images and additional information from fanart.tv, theaudiodb.com, and Last.FM of the currently playing artist. The images, along with local fanart, and info can be used by the skin to create a slideshow for the artist being listened to.
I just installed last libreelec on raspberry PI 4 with Amber skin and artistslideshow plugin.
After small searching I found there is a problem when plugin artistslideshow call fanart.tv api,
there are many errors in debug log (api and client key is not valid):
Hi,
I just installed last libreelec on raspberry PI 4 with Amber skin and artistslideshow plugin.
After small searching I found there is a problem when plugin artistslideshow call fanart.tv api, there are many errors in debug log (api and client key is not valid):
2021-09-21 20:19:57.706 T:942 DEBUG: [Artist Slideshow] HTTP Error while downloading from https://webservice.fanart.tv/v3/music/
2021-09-21 20:19:57.706 T:942 DEBUG: [Artist Slideshow] 404 Client Error: Not Found for url: https://webservice.fanart.tv/v3/music/?api_key=7a93c84fe1c99e6f0fec206a66b0f&client_key=c796709f0e4c60f4ed1435a3f572b
There is missing artist ID from musicbrainz.org in url, so plugin never find artist pcstures in fanart.tv.
It should be something like this: https://webservice.fanart.tv/v3/music/3e30aebd-0557-4cfd-8fb9-3945afa5d72b?api_key=7a93c84fe1c99e6f0fec206a66b0f&client_key=c796709f0e4c60f4ed1435a3f572b
With best regards
Jiri