diff options
Diffstat (limited to 'addons/screensaver.xbmc.builtin.slideshow/addon.xml')
-rw-r--r-- | addons/screensaver.xbmc.builtin.slideshow/addon.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/screensaver.xbmc.builtin.slideshow/addon.xml b/addons/screensaver.xbmc.builtin.slideshow/addon.xml new file mode 100644 index 0000000000..53f0eb6b27 --- /dev/null +++ b/addons/screensaver.xbmc.builtin.slideshow/addon.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="screensaver.xbmc.builtin.slideshow"
+ name="Slideshow"
+ version="1.0.0"
+ provider-name="Team XBMC">
+ <extension point="xbmc.ui.screensaver" library=""/>
+ <extension point="xbmc.addon.metadata">
+ <summary>Slideshow screensaver</summary>
+ <description>Can be configured to show music or video fanart, or a folder of images</description>
+ <platform>all</platform>
+ </extension>
+</addon>
|