diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-27 00:15:51 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-27 00:15:51 +0000 |
commit | 018d13e1cc38e40fecc1303fdbf16435a17b6cca (patch) | |
tree | 3a14bdd5dc19790f4eda97b7f2c0d44d1d80ffce /addons/visualization.waveform | |
parent | 9d9704e40f9d9c5a281ee726de99b5c4e6341638 (diff) |
cleanup: Updated the addon metadata to match the schema
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30598 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/visualization.waveform')
-rw-r--r-- | addons/visualization.waveform/addon.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/visualization.waveform/addon.xml b/addons/visualization.waveform/addon.xml index 3bdc9fd02c..b75990881d 100644 --- a/addons/visualization.waveform/addon.xml +++ b/addons/visualization.waveform/addon.xml @@ -10,12 +10,11 @@ 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> + <platform>all</platform> </extension> </addon> |