Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
Olavo Castro committed Mar 24, 2018
1 parent 3edf228 commit 447c832
Show file tree
Hide file tree
Showing 16 changed files with 1,214 additions and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# dummy file to init the directory
15 changes: 15 additions & 0 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.tvplayer" name="Tv Player" version="1.0.0" provider-name="tvplayer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="login" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Most U.K. Live TV</summary>
<description lang="en">Stream Most U.K. Live TV</description>
<platform>all</platform>
</extension>
</addon>
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v1.0.0
Initial Release
Loading

0 comments on commit 447c832

Please sign in to comment.