Skip to content

Commit

Permalink
Migration of the napiprojekt code to Gotham
Browse files Browse the repository at this point in the history
  • Loading branch information
CaTzil committed Feb 14, 2014
1 parent 9cc8343 commit d98f40c
Show file tree
Hide file tree
Showing 6 changed files with 233 additions and 138 deletions.
1 change: 1 addition & 0 deletions service.subtitles.napiprojekt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__author__ = 'CaTz'
25 changes: 12 additions & 13 deletions service.subtitles.napiprojekt/addon.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.demo"
name="Demo Subtitle Service"
version="0.0.1"
provider-name="amet">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Demo Subtitle Service</summary>
<description lang="en">Demo Subtitle Service to show how we need to interact with XBMC</description>
</extension>
<addon id="service.subtitles.napiprojekt"
name="Napiprojekt.pl"
version="1.0.0"
provider-name="CaTz">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Napiprojekt.pl</summary>
<description lang="en">Search and Download subtitles from napiprojekt.pl.</description>
</extension>
</addon>
2 changes: 2 additions & 0 deletions service.subtitles.napiprojekt/changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.0.0 - by CaTz 14/02/2014
- Redesign the code to support Gotham version
Binary file modified service.subtitles.napiprojekt/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added service.subtitles.napiprojekt/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d98f40c

Please sign in to comment.