Skip to content
Snippets Groups Projects
Commit 1584ae19 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '7-improve-main-image-slideshow' into 'master'

Resolve "Improve main image slideshow"

Closes #7

See merge request !3
parents 4346f006 23decace
No related branches found
No related tags found
1 merge request!3Resolve "Improve main image slideshow"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.spotify.screensaver"
name="Spotify Screensaver"
version="0.0.1"
version="0.0.2"
provider-name="Benoît Harrault">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
......@@ -27,6 +27,5 @@
<website>benoit.harrault.fr</website>
<email>benoit@harrault.fr</email>
<source>https://git.harrault.fr/kodi/script.spotify.screensaver</source>
<news>Initial release of a Spotify screensaver</news>
</extension>
</addon>
......@@ -34,11 +34,12 @@
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<width>1080</width>
<height>1080</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<animation effect="zoom" start="110" end="130" center="auto" time="25000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="slide" start="-10,-10" end="20,20" time="9000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="zoom" start="85" end="95" center="auto" time="30000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="slide" start="0,0" end="850,0" time="23000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<animation effect="slide" start="0,-10" end="0,10" time="18000" tween="cubic" easing="inout" condition="String.IsEqual(Window(10000).Property(picture_animation),okay)" pulse="true">Conditional</animation>
<info>ListItem.Thumb</info>
</control>
<control type="image">
......@@ -52,13 +53,13 @@
<left>0</left>
<top>1000</top>
<width>1900</width>
<height>25</height>
<font>font30</font>
<height>50</height>
<font>font40</font>
<align>right</align>
<textcolor>ffffffff</textcolor>
<shadowcolor>ff000000</shadowcolor>
<info>ListItem.Label</info>
<animation effect="fade" start="100" end="0" time="15000" condition="True">Conditional</animation>
<animation effect="fade" start="100" end="0" time="25000" condition="True">Conditional</animation>
</control>
</focusedlayout >
</control>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment