aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.dxspectrum
diff options
context:
space:
mode:
authoralcoheca <alcoheca@svn>2010-05-07 00:17:23 +0000
committeralcoheca <alcoheca@svn>2010-05-07 00:17:23 +0000
commitf14b201fb79cb1721be6a1486ed5b391263ecffa (patch)
tree840be5362d470168814e4690b1a41de11c20eee7 /addons/visualization.dxspectrum
parentc14bf2002e18e838ac504a78e73ef18f21c2d170 (diff)
changed: support visualizations via cpluff
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29867 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/visualization.dxspectrum')
-rw-r--r--addons/visualization.dxspectrum/addon.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/visualization.dxspectrum/addon.xml b/addons/visualization.dxspectrum/addon.xml
new file mode 100644
index 0000000000..ab02224685
--- /dev/null
+++ b/addons/visualization.dxspectrum/addon.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon
+ id="visualization.dxspectrum"
+ version="1.0.0"
+ name="DirextX Spectrum"
+ provider-name="Team XBMC">
+ <extension
+ point="xbmc.player.musicviz"
+ library_windx="Spectrum_win32dx.vis"/>
+</addon>