-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
21 lines (21 loc) · 943 Bytes
/
addon.xml
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" standalone="yes"?>
<addon id="script.module.tts" name="Voice RSS Text to Speech" version="1.0.2" provider-name="PvD">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.script" library="lib/tts_wrapper.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Voice RSS Text to Speech Wrapper (voicerss.org)</summary>
<description lang="en">Text to Speech Wrapper of Voice RSS service, provides 49 languages and 100 speaker voices (male and female)</description>
<news/>
<license>GNU GPL Version 3, 29 June 2007</license>
<forum/>
<source>https://github.com/b-jesch/script.module.tts</source>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
<fanart/>
</assets>
</extension>
</addon>