-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathaddon.xml
85 lines (85 loc) · 3.65 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
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.brplay" version="1.0.24" name="BR play" provider-name="brplayer">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.requests" version="0.13.2"/>§
<import addon="script.module.buggalo" version="1.1.6"/>
<import addon="script.module.pytz" version="2014.2"/>
<!-- <import addon="script.module.pil" version="5.1.0"/>-->
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Brazilian video streaming services for subscribers</summary>
<summary lang="pt_BR">Serviços brasileiros de streaming de video para assinantes</summary>
<description lang="en_GB">Globoplay, Canais Globo, Telecine, Oi Play, Now Online, TNT Play, Pluto TV and premium channels on Kodi</description>
<description lang="pt_BR">Globoplay, Canais Globo, Telecine, Oi Play, Now Online, TNT Play, Pluto TV entre outros serviços no Kodi</description>
<disclaimer lang="en_GB">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<disclaimer lang="pt_BR">Partes deste addon podem não ser legais no seu país de residência, por favor verifique as leis locais antes de instalar.</disclaimer>
<platform>all</platform>
<license>GPL3</license>
<source>https://github.com/olavopeixoto/plugin.video.brplay</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<clearlogo>clearlogo.png</clearlogo>
<banner>banner.jpg</banner>
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
</assets>
<news>
1.0.24
- Fix Globoplay EPG crashing when title object is empty
- Fix login retry when token expired (globoplay changed the status code from 500 to 498)
- Fix SBT playback
1.0.23
- Fix Globoplay excerpts nos showing
1.0.22
- Individual Globo login service id for Canais Globo and Globoplay
- Code bug fixes
1.0.21
- Fix version number
- Restored adult filter setting
1.0.2
- Changed Globoplay/Canais Globo authentication method
- Option to choose the desired Globoplay/Canais Globo CDN
- Fix for SBT live channel
- Changed cache implementation to use double checked locking (should speed things up)
1.0.14
- Support for live channels without epg (BBB)
- Fixed duplicated Premiere Vod Channel
- Restored live thumbnails for Canais Globo
- Updated Canais Globo (Globosat) broadcast epg api and player to support geofenced channels
1.0.13
- Fix SBT live channel
- Fix Canais Globo live DRM issue
1.0.12
- Removed python locale dependency to avoid translations issues
1.0.11
- Implemented video excerpts for Globoplay
- Fix Globo affiliated without epg were being hidden
1.0.10
- Fix Telecine Play Oi Login
1.0.9
- Implemented Pluto TV Live and VOD
- TNT search
1.0.8
- Huge performance gain when rendering items using Kodi >17 (ListItem offscreen)
- Workaround to fix Dash playback from Globoplay and Canais Globo that was not working using only inputstream.adaptive
- Implemented SBT live channel
- Better support (using the new internal proxy server) for TNT Play streams
1.0.7
- Support for Globoplay mais canais ao vivo
1.0.6
- Fix globoplay navigation issues for some content types
1.0.5
- Fix live channels player issues
- Implemented optional channel authorization check to allow hide channels not playable
- Changes to live channels display information
1.0.4
- Implemented Now Online search
</news>
</extension>
</addon>