summaryrefslogtreecommitdiff
path: root/plugin.video.rtpplay/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.rtpplay/addon.xml')
-rw-r--r--plugin.video.rtpplay/addon.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugin.video.rtpplay/addon.xml b/plugin.video.rtpplay/addon.xml
new file mode 100644
index 0000000..58deead
--- /dev/null
+++ b/plugin.video.rtpplay/addon.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.rtpplay" name="RTP Play" version="3.0.0" provider-name="enen92">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.routing" version="0.2.0"/>
+ <import addon="script.module.requests" version="2.12.4"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="main.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Play live emissions from RTP Play</summary>
+ <description lang="en_GB">Play live emissions from the RTP Play website</description>
+ <language>pt</language>
+ <platform>all</platform>
+ <license>GPL-3.0</license>
+ <forum>https://forum.kodi.tv/showthread.php?tid=154645</forum>
+ <website>http://rtp.pt/play</website>
+ <email>enen92@kodi.tv</email>
+ <source>https://github.com/enen92/plugin.video.rtpplay</source>
+ <news>Plugin updated with only live streams</news>
+ <disclaimer>The plugin is unnoficial and not endorsed by RTP. Expect it to break. </disclaimer>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon>