script.artistslideshow icon indicating copy to clipboard operation
script.artistslideshow copied to clipboard

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 t...

Results 3 script.artistslideshow issues
Sort by recently updated
recently updated
newest added

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...

Hey! I'm testing script.artistslideshow with my skin Arctic: Zephry 2 - Resurrection on CoreELEC 20 Nexus. Everything seems to work just fine but I see some errors in log file...

Hi, I would like to make change https://github.com/pkscout/script.artistslideshow/blob/39b907e51ecfaf5d0281dbed515df9627d34bbf4/resources/lib/artistslideshow.py#L572 add Artist from internet radio streams, because using only song name something like this: `playing_song = ' - '.join(iter(filter(None, [self.getMusicInfoTag().getArtist(), self.getMusicInfoTag().getTitle()])))` Thanks