-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
75 lines (74 loc) · 5.14 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.catchuptvandmore" name="Catch-up TV & More" version="0.2.36~beta15" provider-name="SylvainCecchetto,wwark">
<requires>
<!-- xbmc.python -->
<import addon="script.module.codequick" version="0.9.13"/>
<import addon="script.module.youtube.dl" version="18.225.0"/>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="script.module.pytz" version="2014.2"/>
<import addon="script.module.inputstreamhelper" version="0.3.3"/>
<import addon="script.module.six" version="1.11.0"/>
<import addon="script.module.pyqrcode" version="0.0.1"/>
<import addon="script.module.tzlocal" version="2.0.0"/>
<import addon="script.module.future" version="0.17.1"/>
<import addon="script.module.kodi-six" version="0.0.4"/>
<import addon="resource.images.catchuptvandmore" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<!-- Set reuselanguageinvoker to false while developing the addon, making it only true for the production version -->
<!-- See https://kodi.wiki/view/Addon.xml#.3Creuselanguageinvoker.3E -->
<reuselanguageinvoker>false</reuselanguageinvoker>
<summary lang="fr_FR">Catch-Up TV & More : Replay TV, Live TV et bien plus encore.</summary>
<description lang="fr_FR">Catch-Up TV & 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) ainsi que l'accès au direct. 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 & More: It's all in the title.</summary>
<description lang="en_GB">Catch-Up TV & More brings together in one Kodi add-on all the videos of the various services and channels of catch-up TV and live TV. Furthermore, this add-on 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>
<description lang="he_IL">ההרחבה מאפשרת לך להתעדכן בתוכן השידורים תוסף אחד של קודי מרכז את כל קטעי וידאו של שירותים שונים וערוצי תוכן משודר. בנוסף, תוספת זו מאפשרת לך לגשת במהירות לסרטונים ולתכנים המוצעים על ידי אתרים מסוימים.</description>
<disclaimer lang="he_IL">דוחות שגיאה, הצעות לשיפור או תוספות תוכן יתקבלו בברכה! ל-GitHub או אימייל.</disclaimer>
<summary lang="nl_NL">Catch-Up TV & More: Replay tv, Live tv en meer.</summary>
<description lang="nl_NL">Catch-Up TV & More brengt replay en live tv van verschikkende diensten en kanalen samen in één Kodi add-on. Bovendien stelt deze add-on u instaat video's van bepaalde websites makkelijk te benaderen.</description>
<disclaimer lang="nl_NL">Bug meldingen, suggesties ter verbetering of additionele inhouden zijn welkom! Via GitHub of e-mail.</disclaimer>
<language></language>
<platform>all</platform>
<license>GPL-2.0</license>
<forum>https://forum.kodi.tv/showthread.php?tid=307107</forum>
<website>https://catch-up-tv-and-more.github.io/</website>
<email>catch.up.tv.and.more at gmail dot com</email>
<source>https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore</source>
<news>
[Version 0.2.36]
[6Play - FR] Fix Catchup TV
[STV - UK] Fix missing content (#512)
[STV - UK] Add subtitle (#513)
[Website - NFB] Fix videos (#498)
[France TV sport] Fix lives (#525) (thanks @chamchenko)
[FR - LCI] Fix missing programs (#450)
[IT - MediaSet] Add lives TV (#534) (thanks @Bas)
[IT - MediaSet] Add lives TV (#534) (thanks @Bas)
[NL - OB] added omroep brabant live (#534) (thanks @Bas)
[CA - IciTele] Add more Lives TV (#528) (thanks @Sphinxroot)
[BE - RTLPlay] Add more Catch-Up TV (#528) (thanks @darodi)
[FR - MyTFI] Fix missing next page button (#535)
[WO - Arte Live] Fix 404 error (#546)
[FR - FranceTV] Fix replay (#540) (thanks @0xced and @pipoprods)
[WO - TV5Monde] Fix replay (#530)
[WO - Arte Live] Fix bad resolution (#552)
----
Visit WebSite - http://mpdb.tv/#home which host the french forum used by users of CU TV and More
</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>