-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bsplayer code migrated to py3
- Loading branch information
Showing
6 changed files
with
117 additions
and
95 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 |
---|---|---|
@@ -1,18 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="service.subtitles.bsplayer" | ||
name="BSPlayer" | ||
version="0.2.1" | ||
version="0.3.0" | ||
provider-name="realgam3"> | ||
<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">Kodi / XBMC BSPlayer Subtitles allows for downloading subtitles from the bsplayer subtitles community.</summary> | ||
<description lang="en">Search and download various subtitles from the bsplayer subtitles community.</description> | ||
<source>https://github.com/realgam3/service.subtitles.bsplayer</source> | ||
<email>[email protected]</email> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license> | ||
</extension> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
<extension point="xbmc.subtitle.module" library="service.py"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en"> | ||
BSPlayer Subtitles | ||
</summary> | ||
<description lang="en"> | ||
Search and download various subtitles from the BSPlayer subtitles community. | ||
</description> | ||
<source>https://github.com/realgam3/service.subtitles.bsplayer</source> | ||
<email>[email protected]</email> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>logo.png</icon> | ||
</assets> | ||
</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
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 +0,0 @@ | ||
# Dummy file to make this directory a package. | ||
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
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
Oops, something went wrong.