-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
8 changed files
with
1,778 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.srgssr" name="SRG SSR" version="0.0.1" provider-name="Alexander Seiler"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.simplecache" version="1.0.0"/> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib"> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Access the SRG SSR media libraries.</summary> | ||
<summary lang="de_DE">Zugriff auf die Mediatheken von SRG SSR.</summary> | ||
<description lang="en_GB">This addon allows a plugin to use the media libraries of SRG SSR.</description> | ||
<description lang="de_DE">Dieses Addon erlaubt Plugins den Zugriff auf die Mediatheken von SRG SSR.</description> | ||
<platform>all</platform> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license> | ||
<email>[email protected]</email> | ||
<source>https://github.com/goggle/script.module.srgssr</source> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
Oops, something went wrong.