-
Notifications
You must be signed in to change notification settings - Fork 10
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
enyone
committed
Mar 6, 2015
1 parent
93f3abc
commit b1d633f
Showing
6 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.