Kodi Community Forum
[Noob] Slideshow in thumb control? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: [Noob] Slideshow in thumb control? (/showthread.php?tid=124750)



[Noob] Slideshow in thumb control? - ginsengbomb - 2012-03-05

Very new to the skinning game and have a hopefully quick question.

Is it possible to have a slideshow of fanart from recently added episodes/movies/etc. exist in a thumb control? I know there's a multiimage control that can be used to incorporate a slideshow of images from a specific skin- or user-defined path, I'm just not sure if or how to use it for this specific purpose.

For context, I've incorporated a panel in home.xml of a skin I'm working on that links to a dialog showing the 10 most recent movies/episodes. The panel's thumb is currently the fanart for the most recent movie/episode. If there's some way to have the panel transition through fanart for each of the 10 items, that would be wonderful icing on the cake.


- Hitcher - 2012-03-05

Have a look at black's Xperience1080, he uses an alarm I believe to move through the images.


- ginsengbomb - 2012-03-05

Hitcher Wrote:Have a look at black's Xperience1080, he uses an alarm I believe to move through the images.

Thanks, I'll do that.


- `Black - 2012-03-05

This is what I use:

AlarmClock(ListMove,Control.Move(LIST_ID,1),00:07,silent,loop)

Don't forget to (silently) cancel the alarm if you go to another window or if the list isn't visible anymore (i.e. user moved to another home item).


- jmarshall - 2012-03-05

You really need a multiimage control that can take a list of images rather than a directory, right? IIRC we've discussed this before?


- ronie - 2012-03-05

jmarshall Wrote:IIRC we've discussed this before?

to refresh your memory ;-)
http://trac.xbmc.org/ticket/12444


- Hitcher - 2012-03-05

ronie Wrote:to refresh your memory ;-)
http://trac.xbmc.org/ticket/12444

Haha, forgot that was mine.