Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
script.spotify.screensaver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kodi
script.spotify.screensaver
Commits
23decace
Commit
23decace
authored
3 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Patches
Plain Diff
Improve main image slideshow
parent
4346f006
No related branches found
No related tags found
1 merge request
!3
Resolve "Improve main image slideshow"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addon.xml
+1
-2
1 addition, 2 deletions
addon.xml
resources/skins/default/1080i/default.xml
+7
-6
7 additions, 6 deletions
resources/skins/default/1080i/default.xml
with
8 additions
and
8 deletions
addon.xml
+
1
−
2
View file @
23decace
<?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>
This diff is collapsed.
Click to expand it.
resources/skins/default/1080i/default.xml
+
7
−
6
View file @
23decace
...
...
@@ -34,11 +34,12 @@
<control
type=
"image"
>
<posx>
0
</posx>
<posy>
0
</posy>
<width>
1
92
0
</width>
<width>
1
08
0
</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>
2
5
</height>
<font>
font
3
0
</font>
<height>
5
0
</height>
<font>
font
4
0
</font>
<align>
right
</align>
<textcolor>
ffffffff
</textcolor>
<shadowcolor>
ff000000
</shadowcolor>
<info>
ListItem.Label
</info>
<animation
effect=
"fade"
start=
"100"
end=
"0"
time=
"
1
5000"
condition=
"True"
>
Conditional
</animation>
<animation
effect=
"fade"
start=
"100"
end=
"0"
time=
"
2
5000"
condition=
"True"
>
Conditional
</animation>
</control>
</focusedlayout >
</control>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment