-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
26 lines (26 loc) · 1.16 KB
/
addon.xml
File metadata and controls
26 lines (26 loc) · 1.16 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.viewster"
name="Viewster"
version="2.0.3"
provider-name="t1m">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.common.plugin.cache" version="2.5.5"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Viewster Video Addon</summary>
<description lang="en">Viewster offers a catalog of TV shows and movies that you don't find everywhere. Most of the content is free to watch online just by the click of a button.</description>
<disclaimer lang="en">Feel free to use this script. For information visit the wiki.</disclaimer>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=200604</forum>
<website>http://www.viewster.com</website>
<email></email>
<source>https://github.com/learningit/plugin.video.viewster</source>
</extension>
</addon>