Kodi Community Forum
Multiple image paths - 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: Multiple image paths (/showthread.php?tid=93395)



Multiple image paths - TomPiXX - 2011-02-07

Hey,

I'm wondering if it's possible to specify multiple image paths?

Code:
<imagepath background="true">$INFO[ListItem.Property(Fanart_Image)]</imagepath>

Code:
<imagepath background="true">$INFO[ListItem.Path]\extrathumbs</imagepath>

I want to create I slideshow with the fanart + extrathumbs.

Sorry... but I found nothing in the Wiki about this. Confused


- Hitcher - 2011-02-07

No, but you could use two separate ones with fade animations with loops and delays so they fade in and out of each other.


- TomPiXX - 2011-02-07

Hitcher Wrote:No, but you could use two separate ones with fade animations with loops and delays so they fade in and out of each other.

Could you give me an example, please?

I have an animation for the extrathumbs slider

Quote:<animation type="Focus" reversible="false">
<effect type="zoom" center="191,263" start="70" end="100" time="400" tween="back" easing="out" />
<effect type="fade" start="80" end="100" time="400" />
</animation>



---

Edit:
Okay, got it!
I did not saw the "delay" switch.

Thanks for the hint! Smile