Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 2a2d941

Browse files
committed
Initial add
1 parent 6e0e8aa commit 2a2d941

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dist/
1515
downloads/
1616
eggs/
1717
.eggs/
18-
lib/
18+
#lib/
1919
lib64/
2020
parts/
2121
sdist/

addon.xml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<addon id="script.module.pyfilmweb" name="pyfilmweb" version="0.0.1" provider-name="lopezloo">
3+
<requires>
4+
<import addon="xbmc.python" version="2.1.0"/>
5+
</requires>
6+
<extension point="xbmc.python.module" library="lib" />
7+
<extension point="xbmc.addon.metadata">
8+
<summary lang="en">Python package for Filmweb unofficial mobile API</summary>
9+
<description></description>
10+
<platform>all</platform>
11+
<language></language>
12+
<license>GPLv3</license>
13+
<forum></forum>
14+
<website>https://github.com/lopezloo/pyfilmweb</website>
15+
<source>https://github.com/lopezloo/script.module.pyfilmweb</source>
16+
<email></email>
17+
</extension>
18+
</addon>

0 commit comments

Comments
 (0)