Skip to content

Commit

Permalink
Add library code.
Browse files Browse the repository at this point in the history
  • Loading branch information
goggle committed Nov 22, 2018
1 parent e057606 commit 871312f
Show file tree
Hide file tree
Showing 8 changed files with 1,778 additions and 0 deletions.
22 changes: 22 additions & 0 deletions addon.xml
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>
Loading

0 comments on commit 871312f

Please sign in to comment.