forked from botallen/plugin.video.botallen.hotstar
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaddon.xml
31 lines (31 loc) · 2.82 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.botallen.hotstar" name="Disney+ Hotstar" provider-name="botallen" version="1.2.1">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.codequick" version="1.0.2"/>
<import addon="script.module.inputstreamhelper" version="0.5.2"/>
<import addon="repository.botallen" version="2.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Stream Movies, TV Shows and More from Disney+ Hotstar in Kodi.</summary>
<description lang="en_GB">Disney+ Hotstar (erstwhile Hotstar) is India’s largest premium streaming platform that has changed the way Indians watch their entertainment - from their favourite TV shows and movies to sporting extravaganzas. With the widest range of content in India, Disney+ Hotstar offers more than 100,000 hours of TV Shows and Movies in 8 languages, regional and national News, and coverage of every major global sporting event, including the IPL. Disney+ Hotstar Premium has a large selection of Disney+ Originals, latest American shows, blockbuster Hollywood movies and award-winning content from International studios; whereas with Disney+ Hotstar VIP, users get access to Disney content in local languages, exclusive new content from the Hotstar Specials label, access to STAR network serials before television, and the latest and best of live sporting action. In its earlier avatar, the Hotstar mobile app has notched 400 Mn+ downloads, making it one of the most in-demand apps in India and also secured top spots on the Google Play Store as well as the Apple App Store. The app’s success reflects its highly evolved video streaming technology as well as the quality of experience across devices and platforms.</description>
<disclaimer lang="en_GB">This plugin is not officially commissioned/supported by Hotstar. The trademark "Hotstar" is registered by "Novi Digital Entertainment Private Limited (Novi)"</disclaimer>
<license>MIT</license>
<source>https://github.com/botallen/plugin.video.botallen.hotstar</source>
<website>https://botallen.com</website>
<email>[email protected]</email>
<platform>all</platform>
<language>en</language>
<assets>
<icon>resources/icon.jpg</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources/screenshots/screenshot000.png</screenshot>
<screenshot>resources/screenshots/screenshot001.png</screenshot>
<screenshot>resources/screenshots/screenshot002.png</screenshot>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>