aboutsummaryrefslogtreecommitdiff
path: root/addons/visualization.waveform/addon.xml
blob: 60455d97343cb32130b3301f2357024ccf593588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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">
    <summary>Visualization showing 2 Waveform Graphs on the screen</summary>
    <summary lang="nl">Visualisatie</summary>
    <summary lang="zh">可视化效果</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>
    <description lang="zh">Waveform是一个简单的可视化效果,它在屏幕上显示两个波形图,分别与音乐左右声道的节拍相呼应。</description>
    <disclaimer></disclaimer>
    <platform>all</platform>
  </extension>
</addon>