pkscout / script.artistslideshow

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.
http://wiki.xbmc.org/index.php?title=Add-on:Artist_Slideshow
GNU General Public License v2.0
16 stars 17 forks source link

fanart.tv missing musicbrainz id #65

Open jirit opened 3 years ago

jirit commented 3 years ago

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

pkscout commented 3 years ago

I need a full Kodi debug log that has both Kodi and Artist Slideshow debug logging enabled. I can't help without that.

jirit commented 3 years ago

Ok, here you are:

kodi.zip