-
Notifications
You must be signed in to change notification settings - Fork 11
/
addon.xml
19 lines (19 loc) · 829 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.tts"
name="Kodi Screen Reader"
version="1.0.7"
provider-name="Rick Phillips (ruuk), pvagner">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.service" library="main.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Text to speech for XBMC</summary>
<description lang="en">Text to speech for XBMC</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=117199</forum>
<source>https://github.com/ruuk/service.xbmc.tts</source>
<website>http://ruuk.github.io/service.xbmc.tts</website>
</extension>
</addon>