Kodi Community Forum
multiimage read extensions .jpg - 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: multiimage read extensions .jpg (/showthread.php?tid=194963)



multiimage read extensions .jpg - senna99 - 2014-05-12

Hello

I need help about multiimage. In my folder I have jpg,png and gif images but I need only jpg image to show in multiimage line.
Is there a way to do this ?

Thanks in advance.


<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>1080</height>
<aspectratio align="center">stretch</aspectratio>
<imagepath>C:\XONE\Werbung\Bing archive</imagepath>
<timeperimage>10000</timeperimage>
<fadetime>700</fadetime>
<pauseatend>0</pauseatend>
<randomize>true</randomize>
<loop>yes</loop>
<animation type="visible">
<effect type="fade" start="0" end="100" time="250" tween="sine" easing="in" />
<effect type="zoom" start="103" end="100" time="250" tween="cubic"center="auto" easing="in" />
</animation>
<animation type="hidden">
<effect type="fade" start="100" end="0" time="250" tween="sine" easing="in" />
<effect type="zoom" start="100" end="103" time="250" tween="cubic"center="auto" easing="out" />
</animation>
<visible></visible>
</control>


RE: multiimage read extensions .jpg - Hitcher - 2014-05-12

PHP Code:
<imagepath>C:/XONE/Werbung/Bing archive/,.jpg</imagepath



RE: multiimage read extensions .jpg - senna99 - 2014-05-12

Hello Hitcher

Thank you very much for your reply,but for some reason that line does not work for me,I do not know what is the problem.

Best Regards


RE: multiimage read extensions .jpg - senna99 - 2014-05-14

Hello

Who can to explain to me,for which reason not work line written by Hitcher <imagepath>C:/XONE/Werbung/Bing archive/,.jpg</imagepath>
I apologize if I'm boring,This is a simple matter but I don't know fix that thing.

Best Regards