aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.waveform
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-05-20 10:03:45 +0000
committerjezz_x <jezz_x@svn>2010-05-20 10:03:45 +0000
commit6ffc2b940bdeea64536261581f63aff87019682d (patch)
tree6e265337f8520f2a4eaa515ef7fa1e7446daf48a /addons/visualization.waveform
parentd86d3c78c0b4719b21292514369d3b0b3b08b638 (diff)
Updated : addon.xml for addons to contain their meta data and removed description.xml thats no longer needed
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30341 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/visualization.waveform')
-rw-r--r--addons/visualization.waveform/addon.xml9
-rw-r--r--addons/visualization.waveform/description.xml22
2 files changed, 9 insertions, 22 deletions
diff --git a/addons/visualization.waveform/addon.xml b/addons/visualization.waveform/addon.xml
index e73670d198..3bdc9fd02c 100644
--- a/addons/visualization.waveform/addon.xml
+++ b/addons/visualization.waveform/addon.xml
@@ -9,4 +9,13 @@
library_linux="Waveform.vis"
library_windx="Waveform_win32.vis"
library_osx="Waveform.vis"/>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <minversion app="xbmc">20000</minversion>
+ <summary>Visualization</summary>
+ <summary lang="nl">Visualisatie</summary>
+ <description>Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description>
+ <description lang="nl">Waveform is een simpele muziekvisualisatie die 2 golfvormen op het scherm toont, respectievelijk voor het linker en rechter geluidskanaal. De golfvormen bewegen mee met de beat van de muziek.</description>
+ <disclaimer></disclaimer>
+ </extension>
</addon>
diff --git a/addons/visualization.waveform/description.xml b/addons/visualization.waveform/description.xml
deleted file mode 100644
index 59b8de9806..0000000000
--- a/addons/visualization.waveform/description.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addoninfo>
- <id>visualization.waveform</id>
- <type>xbmc.player.musicviz</type>
- <title>Waveform</title>
- <library>Waveform.vis</library>
- <librarywin32>Waveform_win32.vis</librarywin32>
- <version>1.0.0</version>
- <platforms>
- <platform>osx</platform>
- <platform>linux</platform>
- <platform>windows</platform>
- </platforms>
- <minversion>
- <xbmc>20000</xbmc>
- </minversion>
- <summary>Visualization</summary>
- <summary lang="nl">Visualisatie</summary>
- <description>Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description>
- <description lang="nl">Waveform is een simpele muziekvisualisatie die 2 golfvormen op het scherm toont, respectievelijk voor het linker en rechter geluidskanaal. De golfvormen bewegen mee met de beat van de muziek.</description>
- <author>MrC</author>
-</addoninfo>