forked from nightflyer73/plugin.video.raitv
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaddon.xml
48 lines (48 loc) · 1.78 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.raitv"
name="Rai Play"
version="3.9.3"
provider-name="Nightflyer, cttynul, maxbambi, fabpolli">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.common.plugin.cache" version="2.6.0"/>
<import addon="script.module.inputstreamhelper"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>it</language>
<platform>all</platform>
<summary lang="it_IT">I programmi delle reti Rai e i servizi interattivi</summary>
<description lang="it_IT">
I canali radio e tv in diretta, gli ultimi 7 giorni di programmazione, le puntate integrali, i telegiornali.
Source: https://github.com/maxbambi/plugin.video.raitv/
</description>
<summary lang="en_GB">The broadcasts of Rai channels and its interactive services</summary>
<description lang="en_GB">
Live radio and TV channels, latest 7 days of programming, broadcast archive, news.
Source: https://github.com/maxbambi/plugin.video.raitv/
</description>
<license>GPL-3.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=155922</forum>
<website>https://github.com/maxbambi/plugin.video.raitv/</website>
<email></email>
<news>
[B]3.9.3[/B]
- Fix Raisport Archive
[B]3.9.2[/B]
- Fix subtitles with filename with spaces
[B]3.9.1[/B]
- Fix Home Page Menu
[B]3.9.0[/B]
- Fix Fiction Menu empty
</news>
<source>https://github.com/maxbambi/plugin.video.raitv/</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>