This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
addon.xml
61 lines (53 loc) · 3.48 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
<addon id="plugin.video.hbogoeu" name="hGO EU" provider-name="arvvoid" version="2.7.9">
<requires>
<import addon="xbmc.python" version="2.26.0" />
<import addon="script.module.kodi-six" version="0.1.0" />
<import addon="script.module.requests" version="2.12.4" />
<import addon="script.module.pyaes" version="1.6.1" />
<import addon="script.module.defusedxml" version="0.6.0" />
<import addon="script.module.dateutil" version="2.8.1" />
<import addon="script.module.inputstreamhelper" version="0.5.2" />
</requires>
<extension library="main.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Watch HBO® GO EU+Nordic content in Kodi. Valid HBO® account required.</summary>
<description lang="en_GB">
The add-on has reached end of life. The Hbo Go service has been replaced by Hbo Max in all regions supported by this add-on. Search the Kodi forums for the Hbo Max add-on.
Simple, Kodi add-on to access HBO® Go EU content. (This add-on is not officially commissioned/supported by HBO®.)
Important, HBO® Go must be paid for!!! You need a valid account!
Register on the official HBO® Go website for your region.
Read the disclaimer!
Curently support: Bosnia and Herzegovina, Bulgaria, Croatia, Czech Republic, Hungary, Macedonia, Montenegro, Polonia, Portugal, Romania, Serbia, Slovakia, Slovenija, Spain, Norway, Denmark, Sweden, Finland
To report bugs or request assistence with the add-on go to: https://github.com/arvvoid/plugin.video.hbogoeu
</description>
<disclaimer lang="en_GB">
This add-on is not officially commissioned/supported by HBO®. The trademark HBO® Go is registered by Home Box Office, Inc.
For more information on HBO® Go visit the official HBO® Go website for your region.
I do not own any of the content this add-on lists. The content belongs to Home Box Office, Inc.
All this add-on does is make simple HTTP requests to Hbo go servers to retrieve and display content just like any web browser would do!
Important: HBO® Go must be paid for!!! You need a valid HBO® Go account for the add-on to work! Register on the official HBO® Go website for your region
THERE IS NO WARRANTY FOR THE ADD-ON, IT MIGHT NOT WORK AT ALL AND IT CAN BREAK AND STOP WORKING AT ANY TIME.
If an official app is available for your platform, use it instead of this.
</disclaimer>
<language>en bs bg hr cs hu mk pl pt ro sr sk sl es nb da sv fi cnr</language>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=339798</forum>
<source>https://github.com/arvvoid/plugin.video.hbogoeu</source>
<website>https://arvvoid.github.io/plugin.video.hbogoeu</website>
<news>
- Add-on end of life
</news>
<lifecyclestate type="broken" lang="en_GB">The add-on has reached end of life. The Hbo Go service has been replaced by Hbo Max in all regions supported by this add-on. Search the Kodi forums for the Hbo Max add-on.</lifecyclestate>
<broken>The add-on has reached end of life. The Hbo Go service has been replaced by Hbo Max in all regions supported by this add-on. Search the Kodi forums for the Hbo Max add-on.</broken>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screen1.jpg</screenshot>
<screenshot>resources/screen2.jpg</screenshot>
<screenshot>resources/screen3.jpg</screenshot>
</assets>
</extension>
</addon>