summaryrefslogtreecommitdiff
path: root/plugin.video.catchuptvandmore/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.catchuptvandmore/addon.xml')
-rwxr-xr-xplugin.video.catchuptvandmore/addon.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/plugin.video.catchuptvandmore/addon.xml b/plugin.video.catchuptvandmore/addon.xml
new file mode 100755
index 0000000..d01f76c
--- /dev/null
+++ b/plugin.video.catchuptvandmore/addon.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.catchuptvandmore"
+ name="Catch-up TV &amp; More"
+ version="0.1.0"
+ provider-name="SylvainCecchetto">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.beautifulsoup4" version="4.3.1"/>
+ <import addon="script.module.requests" version="2.9.1"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="addon.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="fr_fr">Catch-Up TV &amp; More : Replay TV et bien plus encore.</summary>
+ <description lang="fr_fr">Catch-Up TV &amp; More regroupe dans un même plugin Kodi l'ensemble des vidéos des différents services et chaînes de Replay TV (rattrapage TV). De plus, cette extension vous permet d'accéder rapidement aux vidéos et contenus proposés par certains sites internet.</description>
+ <disclaimer lang="fr_fr">Retours de bugs, propositions d'améliorations ou d'ajout de contenus sont les bienvenue ! GitHub ou e-mail.</disclaimer>
+ <summary lang="en_gb">Catch-Up TV &amp; More: It's all in the title.</summary>
+ <description lang="en_gb">Catch-Up TV &amp; More brings together in one Kodi plugin all the videos of the various services and channels of catch-up TV. Furthermore, this addon allows you to quickly access the videos and content offered by certain websites.</description>
+ <disclaimer lang="en_gb">Bug reports, suggestions for improvements or content additions are welcome! GitHub or e-mail.</disclaimer>
+ <language>fr</language>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+ <forum></forum>
+ <website></website>
+ <email>catch.up.tv.and.more [AT] gmail [DOT] com</email>
+ <source>https://github.com/SylvainCecchetto/plugin.video.catchuptvandmore</source>
+ <news>
+This is the first released with some french channels. More contents will be added, stay tuned!
+ </news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ <screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
+ <screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
+ <screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
+ <screenshot>resources/screenshots/screenshot-04.jpg</screenshot>
+ <screenshot>resources/screenshots/screenshot-05.jpg</screenshot>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file