Skip to content

Commit

Permalink
[service.subtitles.makedie] 1.0.9 update repo and xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jun 30, 2017
1 parent c754367 commit 3518621
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PPS网络电视(PPStream) can playback without pps4xbmc by DE-SELECT "Use PPStre
## Subtitle Add-ons

* 163sub - service.subtitles.163sub - Search and download subtitles from [www.163sub.com](http://www.163sub.com)
* Shooter(Fake) - service.subtitles.makedie - Search and download subtitles from [sub.makedie.me](http://sub.makedie.me)
* Shooter(Fake) - service.subtitles.makedie - Search and download subtitles from [assrt.net](http://assrt.net)
* Sub HD - service.subtitles.subhd - Search and download subtitles from [subhd.com](http://subhd.com)
* subom - service.subtitles.subom - Search and download subtitles from [subom.net](http://subom.net/)
* zimuku - service.subtitles.zimuku - Search and download subtitles from [zimuku.net](http://www.zimuku.net)
Expand Down
10 changes: 4 additions & 6 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -763,23 +763,21 @@ For Non-PRC OS environment (Windows7|WindowsXP):[CR]"Control Panel"|"Region and

<addon id="service.subtitles.makedie"
name="Shooter(fake)"
version="1.0.8"
version="1.0.9"
provider-name="fffonion">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.chardet" version="2.1.1"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.html5lib" version="0.1.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Shooter(fake)</summary>
<summary lang="zh">射手(伪)字幕</summary>
<summary lang="zh_TW">射手(伪)字幕</summary>
<description lang="en">Search and download subtitles from Shooter-fake (sub.makedie.me)</description>
<description lang="zh">从射手网(伪)(sub.makedie.me)下载字幕,修改自taxigps的射手网插件</description>
<description lang="zh_TW">從射手網(偽)(sub.makedie.me)下載字幕,修改自taxigps的射手網插件</description>
<description lang="en">Search and download subtitles from Shooter-fake (assrt.net)</description>
<description lang="zh">从射手网(伪)(assrt.net)下载字幕,修改自taxigps的射手网插件</description>
<description lang="zh_TW">從射手網(偽)(assrt.net)下載字幕,修改自taxigps的射手網插件</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=199644</forum>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1308edc8fb9aa47bc3b93571ca2263ed
8851b051f6f863423b7217ad56b1cd7e
31 changes: 31 additions & 0 deletions repo/service.subtitles.makedie/changelog-1.0.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
1.0.9
- change to api.assrt.net

1.0.8
- fixed: can't remove temp dir under osx

1.0.7
- fixed: missing lib files

1.0.6
- fixed: redirect search by title to fake shooter: sub.makedie.me

1.0.5
- fixed: can't get subtitles by title because website closed

1.0.4
- reduce unneeded coding convertion to download faster

1.0.3
- added search subtitles by title

1.0.2
- added setting to save subtitles as UTF-8
- added setting for Simplified and Traditional conversion
- changed to use zlib to decompress incomplete zipped subtitle

1.0.1
- fixed to show language flag

1.0.0
- move the service out of XBMC Subtitles
Binary file not shown.

0 comments on commit 3518621

Please sign in to comment.