Release Artist Slideshow addon (with skin and addon integration)
I see that Artist Slideshow does load all those images into an image group starting at line 10587:

Code:

2022-10-16 10:03:49.952 T:33860   DEBUG <general>: [Artist Slideshow] no images found for any currently playing artists
2022-10-16 10:03:49.952 T:33860   DEBUG <general>: [Artist Slideshow] using fallback slideshow
2022-10-16 10:03:49.952 T:33860   DEBUG <general>: [Artist Slideshow] fallbackdir = nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/
2022-10-16 10:03:49.952 T:33860   DEBUG <general>: [Artist Slideshow] checking nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/ for artist images
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart6.png
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart5.png
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart4.jpg
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart3.jpg
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart2.jpg
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart1.png
2022-10-16 10:03:49.985 T:33860   DEBUG <general>: [Artist Slideshow] Added to image display group: nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart7.jpg
2022-10-16 10:03:49.985 T:34688   DEBUG <general>: [Artist Slideshow] ArtistSlideshow.Image set to nfs://192.168.1.7/Multimedia/Kodi Data/Wallpaper/Default Music Background/extrafanart/Fanart3.jpg

The last line is where the actual image to display is set for the skin.  Artist Slideshow doesn't actually display the image, it just sets a property so that skins that support Artist Slideshow can display the images.  If you're not seeing the images, there is either an issue with Kodi reading the image or your skin is doing something unexpected.  If you aren't using the default Estuary skin, you should try that.  It will at least tell you if it's a skin problem or something else.
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: Artist Slideshow addon (with skin and addon integration) - by pkscout - 2022-10-16, 19:42
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5