aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.glspectrum
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.glspectrum
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.glspectrum')
-rw-r--r--addons/visualization.glspectrum/addon.xml10
-rw-r--r--addons/visualization.glspectrum/description.xml25
2 files changed, 10 insertions, 25 deletions
diff --git a/addons/visualization.glspectrum/addon.xml b/addons/visualization.glspectrum/addon.xml
index 70634059c3..23eabe6498 100644
--- a/addons/visualization.glspectrum/addon.xml
+++ b/addons/visualization.glspectrum/addon.xml
@@ -8,4 +8,14 @@
point="xbmc.player.musicviz"
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.
+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">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>
+ </extension>
</addon>
diff --git a/addons/visualization.glspectrum/description.xml b/addons/visualization.glspectrum/description.xml
deleted file mode 100644
index dcfe4dd6e3..0000000000
--- a/addons/visualization.glspectrum/description.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addoninfo>
- <id>visualization.glspectrum</id>
- <type>visualization</type>
- <title>OpenGL Spectrum</title>
- <library>opengl_spectrum.vis</library>
- <librarywin32>opengl_spectrum_win32.vis</librarywin32>
- <version>1.0.0</version>
- <platforms>
- <platform>osx</platform>
- <platform>linux</platform>
- <platform>windows-gl</platform>
- </platforms>
- <minversion>
- <xbmc>20000</xbmc>
- </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.
- 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">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>
- <author>Team XBMC</author>
-</addoninfo>