aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.waveform/addon.xml
blob: 3bdc9fd02cffe6ca475ed0ab267578550bc45054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="visualization.waveform"
  version="1.0.0"
  name="Waveform"
  provider-name="MrC">
  <extension
    point="xbmc.player.musicviz"
    library_linux="Waveform.vis"
    library_windx="Waveform_win32.vis"
    library_osx="Waveform.vis"/>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <minversion app="xbmc">20000</minversion>
    <summary>Visualization</summary>
    <summary lang="nl">Visualisatie</summary>
    <description>Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description>
    <description lang="nl">Waveform is een simpele muziekvisualisatie die 2 golfvormen op het scherm toont, respectievelijk voor het linker en rechter geluidskanaal. De golfvormen bewegen mee met de beat van de muziek.</description>
    <disclaimer></disclaimer>
  </extension>
</addon>