aboutsummaryrefslogtreecommitdiff
path: root/addons/screensaver.rsxs.euphoria
diff options
context:
space:
mode:
Diffstat (limited to 'addons/screensaver.rsxs.euphoria')
-rw-r--r--addons/screensaver.rsxs.euphoria/addon.xml7
-rw-r--r--addons/screensaver.rsxs.euphoria/description.xml19
2 files changed, 7 insertions, 19 deletions
diff --git a/addons/screensaver.rsxs.euphoria/addon.xml b/addons/screensaver.rsxs.euphoria/addon.xml
index c8d7d97781..6d83b72083 100644
--- a/addons/screensaver.rsxs.euphoria/addon.xml
+++ b/addons/screensaver.rsxs.euphoria/addon.xml
@@ -11,4 +11,11 @@
point="xbmc.ui.screensaver"
library_linux="Euphoria.xbs"
library_osx="Euphoria.xbs"/>
+ <extension point="xbmc.addon.metadata">
+ <minversion app="xbmc">20000</minversion>
+ <summary>OpenGL Screensaver</summary>
+ <description>This is about as psychedelic as screensavers get. mogumbo thought his Plasma saver was at the top of the scale, but this one is even more nauseating. You'd better find one of those air sickness bags before you stare at this one for too long.</description>
+ <description lang="nl">Ongetwijfeld de meest psychedelische screensaver. mogumbo dacht dat zijn Plasma screensaver al bovenaan deze lijst stond, maar deze is zelf nog meer misselijkmakend.</description>
+ <disclaimer></disclaimer>
+ </extension>
</addon>
diff --git a/addons/screensaver.rsxs.euphoria/description.xml b/addons/screensaver.rsxs.euphoria/description.xml
deleted file mode 100644
index cba015dd56..0000000000
--- a/addons/screensaver.rsxs.euphoria/description.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addoninfo>
- <id>screensaver.rsxs.euphoria</id>
- <type>screensaver</type>
- <title>Euphoria</title>
- <library>Euphoria.xbs</library>
- <version>1.0.0</version>
- <platforms>
- <platform>linux</platform>
- </platforms>
- <minversion>
- <xbmc>20000</xbmc>
- </minversion>
- <summary>OpenGL Screensaver</summary>
- <description>This is about as psychedelic as screensavers get. mogumbo thought his Plasma saver was at the top of the scale, but this one is even more nauseating. You'd better find one of those air sickness bags before you stare at this one for too long.</description>
- <description lang="nl">Ongetwijfeld de meest psychedelische screensaver. mogumbo dacht dat zijn Plasma screensaver al bovenaan deze lijst stond, maar deze is zelf nog meer misselijkmakend.</description>
-
- <author>mogumbo, Team XBMC</author>
-</addoninfo>