-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
21 lines (21 loc) · 929 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="service.headlines_daemon"
name="Service Headlines Daemon"
version="0.0.9.2"
provider-name="Senufo">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.service"
library="headlines_daemon.py" start="login">
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Get rss news in background</summary>
<summary lang="fr">Recupere les news rss en arrière plan</summary>
<description lang="en">Get rss news in background for rss/atom reader : headlines</description>
<description lang="fr">Recupere les news rss en arrière plan pour le lecteur rss/atom : headlines
Récupére aussi les liens vidéo, pour les liens Youtube il faut avoir le addon video youtube installé
</description>
</extension>
</addon>