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.dxspectrum/addon.xml | |
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.dxspectrum/addon.xml')
-rw-r--r-- | addons/visualization.dxspectrum/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/visualization.dxspectrum/addon.xml b/addons/visualization.dxspectrum/addon.xml index c4862ff66b..8b91239841 100644 --- a/addons/visualization.dxspectrum/addon.xml +++ b/addons/visualization.dxspectrum/addon.xml @@ -8,7 +8,6 @@ point="xbmc.player.musicviz" library_windx="Spectrum_win32dx.vis"/> <extension point="xbmc.addon.metadata"> - <minversion app="xbmc">20000</minversion> <summary>DirectX Visualization</summary> <summary lang="nl">DirectX Visualisatie</summary> <description>DirectX Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in DirectX that moves to the beat of the music creating a wave effect across the spectrum grid. @@ -16,5 +15,6 @@ It also has settings to adjust the spectrum bar height, Its speed, and how the b <description lang="nl">DirectX spectrum is een visualisatie van een roterende 3D spectrum analyse weergegeven met behulp van DirectX. Het beweegt mee met de beat van de muziek, waarbij een golf effect ontstaat over het spectrum raster. Het bevat instellingen om de spectrum balk hoogte, de snelheid en hoe de balken worden weergegeven (vol, punten, draden) aan te passen. Deze visualisatie neemt weinig geheugen in en vergt ook niet veel van de CPU.</description> <disclaimer></disclaimer> + <platform>windx</platform> </extension> </addon> |