Kodi Community Forum
Best non-slideshow method for showing images from list? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Best non-slideshow method for showing images from list? (/showthread.php?tid=22839)



Best non-slideshow method for showing images from list? - Spoetzl - 2006-10-27

Let's say you built a list of image filenames you want to show fullscreen... and someone put a gun to your head and said you could not use the Slideshow or RecursiveSlideshow builtins. What is the best way to fade in, show image[x], fade out. Code preferred if possible....

Background: I have a working script using showImage, but the images fade-in, display, then drop to black, repeat. Overall effect is not too easy on the eyes compared to having a nice fade-out or cross-fade. I also looked at AlexPoet's slideshow and transition files without much success as well. Seems like this should be simple.Huh