-
Notifications
You must be signed in to change notification settings - Fork 19
/
addon.xml
48 lines (45 loc) · 2.07 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.rivedila7" name="LA7-LA7d" version="6.2.1" provider-name="Luivit, Testato">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="0.0.0"/>
<import addon="script.module.inputstreamhelper" version="0.0.0"/>
<import addon="script.module.beautifulsoup4" version="0.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="en_GB">LA7-LA7d</summary>
<description lang="en_GB">Live Streaming, Replay the last week, LA7 Prime, On-Demand programs, News and Weather, Teche LA7-The Protagonists</description>
<summary lang="it_IT">LA7-LA7d</summary>
<description lang="it_IT">Diretta Live, Rivedi ultima settimana, LA7 Prime, Programmi On-Demand, Telegiornali e Meteo, Teche LA7-I Protagonisti</description>
<language>it</language>
<platform>all</platform>
<license>GPL-3.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=331064</forum>
<website>https://www.la7.it</website>
<email>[email protected], [email protected]</email>
<source>https://github.com/luivit/plugin.video.rivedila7</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot-00.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
</assets>
<news>6.2.1 (2024-05-09)
- Solved program cataloging (thanks @fabpolli)
6.2.0 (2022-03-5)
- Solved 4h Live delay problem
6.1.0 (2022-10-29)
- Improved Regex that repair many Programs view
- Added "Una giornata particolare" to Programs
- Filter Omnibus News vs Omnibus
6.0.2 (2022-05-22)
- Removed html5lib dependence
- Fix for UnicodeDecodeError (thanks @marcocalm)
</news>
</extension>
</addon>