summaryrefslogtreecommitdiff
path: root/plugin.video.catchuptvandmore/addon.xml
blob: b69f89500591162c474f6d4d5ea81883f743973e (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.catchuptvandmore"
       name="Catch-up TV &amp; More"
       version="0.1.4"
       provider-name="SylvainCecchetto">
  <requires>
    <!-- TODO before official repo submission: xbmc.python version="2.25.0"/> -->
    <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"/>
    <import addon="script.module.youtube.dl" version="17.518.2"/>
  </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>
    <description lang="he_il">ההרחבה מאפשרת לך להתעדכן בתוכן השידורים תוסף אחד של קודי מרכז את כל קטעי וידאו של שירותים שונים וערוצי תוכן משודר. בנוסף, תוספת זו מאפשרת לך לגשת במהירות לסרטונים ולתכנים המוצעים על ידי אתרים מסוימים.</description>
    <disclaimer lang="he_il">דוחות שגיאה, הצעות לשיפור או תוספות תוכן יתקבלו בברכה! ל-GitHub או אימייל.</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 — Live TV] Blaze (UK) (wwark)
[Add channel — Live TV] RTBF (BE) (La Une, La Deux, La Trois, ...) (wwark)
[Add channel] Dave (UK) (wwark)
[Add channel] Drama (UK) (wwark)
[Add channel] Really (UK) (wwark)
[Add channel] Yesterday (UK) (wwark)
[Fix] Get Meteo Video for Channel TF1 (wwark)
[Fix] Program without videos for Group TF1 (wwark)
[Improvement] Detect DRM video for Group TF1 and send notification (wwark)
[Improvement] Add More Videos button for Group TF1 (wwark)
[Improvement] Add Spanish content, Last News, Last Weather, Last Business for Channel France 24 (wwark)
[Add WebSite] Allociné (wwark)
[Fix] Change API to get the video for Group M6 (kagonia from mpdb.tv)
[Add WebSite] tetesaclaques.tv (wwark)
[Fix] Video without date for Channel Numero 23 (wwark)
[Improvement] Detect premium video and send notification for Group M6 (wwark)
[Improvement] Update simpleplugin module and used mem_cache for all websites and channels. Gain little speedup (wwark)
[Fix] Change website for Replay LCI (wwark)
[Update] Verify Pep8 in all files (SylvainCecchetto)
[Update] Fanart, Image for channel (SylvainCecchetto)
[Improvement] Remove choice if there is just replay or live tv for a channel (SylvainCecchetto)
    </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>