aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.glspectrum
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-05-27 00:15:51 +0000
committerjmarshallnz <jmarshallnz@svn>2010-05-27 00:15:51 +0000
commit018d13e1cc38e40fecc1303fdbf16435a17b6cca (patch)
tree3a14bdd5dc19790f4eda97b7f2c0d44d1d80ffce /addons/visualization.glspectrum
parent9d9704e40f9d9c5a281ee726de99b5c4e6341638 (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.glspectrum')
-rw-r--r--addons/visualization.glspectrum/addon.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/visualization.glspectrum/addon.xml b/addons/visualization.glspectrum/addon.xml
index 23eabe6498..84d935fe0c 100644
--- a/addons/visualization.glspectrum/addon.xml
+++ b/addons/visualization.glspectrum/addon.xml
@@ -9,7 +9,6 @@
library_linux="opengl_spectrum.vis"
library_osx="opengl_spectrum.vis" />
<extension point="xbmc.addon.metadata">
- <minversion app="xbmc">20000</minversion>
<summary>OpenGL Visualization</summary>
<summary lang="nl">OpenGL visualisatie</summary>
<description>Opengl Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in Opengl that moves to the beat of the music creating a wave effect across the spectrum grid.
@@ -17,5 +16,6 @@ It also has settings to adjust the spectrum bar height, Its speed, and how the b
<description lang="nl">Opengl Spectrum is een visualisatie die een roterende 3D spectrum analyse weergeeft met behulp van OpenGL. Het beweegt mee met de beat van de muziek, waarbij een golf effect ontstaat over het spectrum raster.
Het bevat instellingen om de spectrumhoogte, de snelheid en hoe de balken worden weergegeven (vol, stippen, ...) aan te passen. Het neemt weinig geheugen in en vergt ook weinig van de CPU.</description>
<disclaimer></disclaimer>
+ <platform>linux osx</platform>
</extension>
</addon>