aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.dxspectrum
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.dxspectrum
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.dxspectrum')
-rw-r--r--addons/visualization.dxspectrum/addon.xml12
-rw-r--r--addons/visualization.dxspectrum/description.xml21
2 files changed, 11 insertions, 22 deletions
diff --git a/addons/visualization.dxspectrum/addon.xml b/addons/visualization.dxspectrum/addon.xml
index ab02224685..c4862ff66b 100644
--- a/addons/visualization.dxspectrum/addon.xml
+++ b/addons/visualization.dxspectrum/addon.xml
@@ -2,9 +2,19 @@
<addon
id="visualization.dxspectrum"
version="1.0.0"
- name="DirextX Spectrum"
+ name="DirectX Spectrum"
provider-name="Team XBMC">
<extension
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.
+It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description>
+ <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>
+ </extension>
</addon>
diff --git a/addons/visualization.dxspectrum/description.xml b/addons/visualization.dxspectrum/description.xml
deleted file mode 100644
index b492037392..0000000000
--- a/addons/visualization.dxspectrum/description.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addoninfo>
- <id>visualization.dxspectrum</id>
- <type>xbmc.player.musicviz</type>
- <title>DirectX Spectrum</title>
- <librarywin32>Spectrum_win32dx.vis</librarywin32>
- <version>1.0.0</version>
- <platforms>
- <platform>windows-dx</platform>
- </platforms>
- <minversion>
- <xbmc>28000</xbmc>
- </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.
- It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description>
- <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>
- <author>Team XBMC</author>
-</addoninfo>