Skip to content

Commit

Permalink
Added XBMC module skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
enyone committed Mar 6, 2015
1 parent 93f3abc commit b1d633f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
17 changes: 0 additions & 17 deletions addon.xml

This file was deleted.

Empty file.
18 changes: 18 additions & 0 deletions script.module.elisaviihde/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.elisaviihde"
name="elisaviihde"
version="1.1"
provider-name="enyone">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script"
library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Elisa Viihde API</summary>
<description lang="en">This plugin provides Python implementation of Elisa Viihde API</description>
<license>GPLv3</license>
<platform>all</platform>
<source>https://github.com/enyone/elisaviihde</source>
</extension>
</addon>
Empty file.
Binary file added script.module.elisaviihde/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.

0 comments on commit b1d633f

Please sign in to comment.