This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
forked from steeve/xbmctorrent
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c90d73
commit 127c1cb
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.stream" name="Stream" version="1.4.4" provider-name="brysonreece"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.1.0"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="addon.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.repository" name="brysonreece XBMC Repository"> | ||
<info compressed="false">http://xbmc-repo.brysonreece.com/addons.xml</info> | ||
<checksum>http://xbmc-repo.brysonreece.com/addons.xml.md5</checksum> | ||
<datadir zip="true">http://xbmc-repo.brysonreece.com/stream/</datadir> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<website><![CDATA[http://stream.brysonreece.com/]]></website> | ||
<language></language> | ||
<license><![CDATA[GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007]]></license> | ||
<summary><![CDATA[Seamlessly watch content from across the internet.]]></summary> | ||
<description><![CDATA[Enjoy a variety of content, from TV shows to the latest movies!]]></description> | ||
<website>http://stream.brysonreece.com/</website> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> | ||
<summary lang="en">Seamlessly watch content from across the internet.</summary> | ||
<description lang="en">Enjoy a variety of content, from your favorite TV shows to the latest movies!</description> | ||
</extension> | ||
</addon> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters