-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration of the napiprojekt code to Gotham
- Loading branch information
Showing
6 changed files
with
233 additions
and
138 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 @@ | ||
__author__ = 'CaTz' |
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 |
---|---|---|
@@ -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> |
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,2 @@ | ||
1.0.0 - by CaTz 14/02/2014 | ||
- Redesign the code to support Gotham version |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.