-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaddon.xml
21 lines (21 loc) · 1.12 KB
/
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.screensaver.feedreader" name="Feedreader" version="0.9.0" provider-name="grinsted">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.feedparser" version="5.1.3"/>
<import addon="script.module.requests" version="2.3.0"/>
</requires>
<extension point="xbmc.ui.screensaver" library="screensaver.py" />
<extension point="xbmc.python.script" library="screensaver.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language/>
<license>MIT License</license>
<website>https://github.com/grinsted/script.screensaver.feedreader</website>
<source>https://github.com/grinsted/script.screensaver.feedreader</source>
<forum>http://forum.kodi.tv/showthread.php?tid=208160</forum>
<email></email>
<summary lang="en">Feedreader: A screensaver with the news.</summary>
<description lang="en">Feedreader will shows you the news and images from multiple rss feeds of your choice.</description>
</extension>
</addon>