Kodi Community Forum
Req Christmas theme?? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Req Christmas theme?? (/showthread.php?tid=144360)

Pages: 1 2 3 4 5 6


RE: Christmas theme?? - Oxize - 2013-12-23

Or use my snowflakes and add some extra lines. Less snow, but different snowflakes in random order.


RE: Christmas theme?? - schumi2004 - 2013-12-23

(2013-12-23, 14:52)Oxize Wrote: Or use my snowflakes and add some extra lines. Less snow, but different snowflakes in random order.

What lines do you mean?
The ones from this post? http://forum.xbmc.org/showthread.php?tid=144360&pid=1574216#pid1574216
I replaced current code with yours from that post but experiencing the same thing as you did, only snow.png and no random/other images.


RE: Christmas theme?? - Oxize - 2013-12-23

Yes because of the size. Crank them up a bit.


RE: Christmas theme?? - schumi2004 - 2013-12-23

Do you mind sharing your current code?
Seems the one from your post only has half of the screen using newly added images?


RE: Christmas theme?? - Oxize - 2013-12-23

From includes.xml

Code:
<!-- ######################################################################### Holiday ######################################################################### -->    
    <include name="Holiday">
    <control type="group">
    <!-- <visible>System.Date(12-21,12-26)</visible> --> <!---(start date, end date, in MM-DD format)--->
    <control type="group">
    <posx>-100</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="0" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>45</width>
    <height>45</height>
    <texture>snow2.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>30</width>
    <height>30</height>
    <texture>snow3.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>200</posx><!---Use this to space all the groups--->
    <animation effect="rotate" start="10" end="60" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>40</width>
    <height>40</height>
    <texture>snow4.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="1000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow5.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="1300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="1500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>600</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="2000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="2300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="2500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>900</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="40" time="12000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="3000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="3300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="3500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    </control>
    </include>
    </includes>



RE: Christmas theme?? - schumi2004 - 2013-12-23

@Oxize
You know it's only sort of random on the left part of the screen right Wink
Wanted to extend code with some other changes but since were only a 2 days away from Christmas i'll save it for next year i think.
Thanks anyway Wink


RE: Christmas theme?? - Oxize - 2013-12-23

Go ahead, Surprise me Smile

(i suk at coding)


RE: Christmas theme?? - Fleegerc - 2014-08-18

Is there a way to make the snowflakes leaves for a fall effect?


RE: Christmas theme?? - bry - 2014-11-21

(2014-08-18, 03:46)Fleegerc Wrote: Is there a way to make the snowflakes leaves for a fall effect?

Sure - replace snow.jpg with a leaf jpg renamed snow.jpg


RE: Christmas theme?? - KillerBob - 2014-11-29

Can someone wrap this christmasy theme up in an add-on, which we non-technicaæs can download and install like any other theme? That would be awesome...


RE: Christmas theme?? - MassIV - 2014-11-30

Don't think so. If you run this in a window on top of the skin you can't use the skin.


RE: Christmas theme?? - schumi2004 - 2014-12-14

@MassIV
I used this again for some other skin but are you aware that code for 720 and 1080 are the same?


RE: Christmas theme?? - MassIV - 2014-12-14

Thnx for spotting that. Fixed.


RE: Christmas theme?? - schumi2004 - 2014-12-15

(2014-12-14, 09:34)MassIV Wrote: Thnx for spotting that. Fixed.

Thanks, looks perfect now.


RE: Christmas theme?? - ClassicNancy - 2015-10-27

No matter what I do I can't make this work lol. Help please.

Got it. Knew if I posted I would get it lol. Always works that way. Looks great. Thanks!!