Skip to content

Commit

Permalink
[script.iptvtool] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taxigps committed Jul 23, 2017
1 parent 76c96e5 commit 1473a38
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -80,6 +80,7 @@ PPS网络电视(PPStream) can playback without pps4xbmc by DE-SELECT "Use PPStre

## Program Add-ons

* IPTV Tool - script.iptvtool - Automatic setting PVR IPTV Simple Client with chinese channels.
* Skin Font - script.skinfont - Add arial font type to any skin for display chinese characters.

## Subtitle Add-ons
Expand Down
28 changes: 28 additions & 0 deletions addons.xml
Expand Up @@ -703,6 +703,34 @@ For Non-PRC OS environment (Windows7|WindowsXP):[CR]"Control Panel"|"Region and
</extension>
</addon>

<addon id="script.iptvtool"
name="IPTV Tool" version="1.0.0" provider-name="Taxigps">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.simplejson" version="2.0.10" />
</requires>

<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>

<extension point="xbmc.service" library="epgservice.py" start="login" />

<extension point="xbmc.addon.metadata">
<summary lang="en">Automatic setting PVR IPTV Simple Client</summary>
<summary lang="zh">自动设置PVR的IPTV客户端</summary>
<description lang="en">Automatic setting PVR IPTV Simple Client for M3U playlist, channels logos and EPG</description>
<description lang="zh">自动设置PVR的IPTV客户端,包括M3U播放列表、频道图标和电子节目单</description>
<disclaimer lang="en"></disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE, Version 2</license>
<forum></forum>
<website></website>
<source>https://github.com/taxigps/script.iptvtool</source>
</extension>
</addon>

<addon id="script.module.keyboard.chinese"
name="Chinese keyboard"
version="2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
@@ -1 +1 @@
8851b051f6f863423b7217ad56b1cd7e
72c55260f7619a46bc14eb7b3509e02f
2 changes: 2 additions & 0 deletions repo/script.iptvtool/changelog-1.0.0.txt
@@ -0,0 +1,2 @@
[B]1.0.0[/B]
- Initial version
Binary file added repo/script.iptvtool/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added repo/script.iptvtool/script.iptvtool-1.0.0.zip
Binary file not shown.

0 comments on commit 1473a38

Please sign in to comment.