summaryrefslogtreecommitdiff
path: root/plugin.video.catchuptvandmore/addon.xml
blob: 902f222413dc7d1406df19c9dbd5f6d26d0be52e (plain)
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.catchuptvandmore"
       name="Catch-up TV &amp; More"
       version="0.1.2"
       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>
[Add channel] RTL-TVI
[Add channel] 6ter
[Bug] NRJ 12: No video
[Improvement] NRJ 12: Add listing for categories and seasons
[Improvement] France Télévision (pluzz): Add search feature and "last videos" categories
[Bug] TF1: Video URL failed
[Bug] Gulli: Doesn't work
[Add channel] Numéro 23
[Add channel] Chérie 25
[Bug] Arte: Doesn't work
[Bug] Canal+: Bug with subcategories
    </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>