forked from ruuk/service.xbmc.tts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
20 lines (20 loc) · 894 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.tts"
name="Kodi Screen Reader"
version="0.1.1b"
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.python.module" library="lib/module" />
<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>