forked from spudsdude/XBMC-Flicks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
19 lines (19 loc) · 955 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.xbmcflicks"
name="XBMC Flicks - Netflix for XBMC"
version="1.0.23"
provider-name="ALLTECH">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.simplejson"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>windx wingl osx</platform>
<summary lang="en">XBMC Flicks</summary>
<description lang="en">Netflix for XBMC... NOTE: This plugin will create the playercorefactory.xml and advanced settings.xml, if you already have an external player configured, you will need to modify it to add in IE as a player. Examples of those files are in the resources folder.</description>
</extension>
</addon>