Skip to content

Commit

Permalink
updatedir
Browse files Browse the repository at this point in the history
  • Loading branch information
yfang1644 committed Apr 29, 2017
1 parent da4ce87 commit db810b9
Show file tree
Hide file tree
Showing 30 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
</addon>

<addon id="plugin.video.cntv-live"
name="CNTV Live 中国网络电视台直播" version="2.0.10"
provider-name="RunasSudo,yfang1644">
name="中国网络电视台 CNTV" version="2.0.10"
provider-name="yfang1644">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67846956a7ff3fa26f0357b76a107b81 addons.xml
4952efa73bcc5f1ea16fb2499463387e addons.xml
7 changes: 5 additions & 2 deletions makezip.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
def release(plugin, version):

# zip repo
zipname = 'repo/%s-%s.zip' % (plugin, version)
zipcmd = 'zip -r ' + zipname + ' ' + plugin
filename = plugin + '-' + version

zipname = '%s/%s-%s.zip' % (plugin, plugin, version)
zipcmd = 'zip -r %s %s -x %s' % (zipname, plugin, filename + '.zip')
# zip file is exclusive using -x option of zip command
os.system(zipcmd)


Expand Down
Binary file added plugin.audio.1ting/plugin.audio.1ting-2.2.0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugin.audio.kuwo/plugin.audio.kuwo-2.2.2.zip
Binary file not shown.
Binary file added plugin.audio.radiocn/plugin.audio.radiocn-1.0.zip
Binary file not shown.
Binary file added plugin.video.5ivdo/plugin.video.5ivdo-1.2.0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions plugin.video.cntv-live/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cntv-live"
name="CNTV Live 中国网络电视台直播" version="2.0.10"
provider-name="RunasSudo,yfang1644">
name="中国网络电视台 CNTV" version="2.0.10"
provider-name="yfang1644">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
Expand Down
Binary file modified plugin.video.cntv-live/fanart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added plugin.video.ku6/plugin.video.ku6-1.0.5.zip
Binary file not shown.
Binary file added plugin.video.letv/plugin.video.letv-1.6.3.zip
Binary file not shown.
Binary file added plugin.video.mgtv/plugin.video.mgtv-1.0.0.zip
Binary file not shown.
Binary file added plugin.video.pptv/plugin.video.pptv-1.2.11.zip
Binary file not shown.
Binary file added plugin.video.qiyi/plugin.video.qiyi-2.2.8.zip
Binary file not shown.
Binary file added plugin.video.qq/plugin.video.qq-1.0.2.zip
Binary file not shown.
Binary file not shown.
Binary file added plugin.video.tudou/plugin.video.tudou-1.0.0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugin.video.youku2/plugin.video.youku2-1.0.0.zip
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions repository.xbmc-chinese-videos/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name="Audio-Video Add-ons" version="1.0.1"
provider-name="yfang1644">
<extension point="xbmc.addon.repository" name="Audio-Video Add-ons">
<info compressed="true">https://github.com/yfang1644/kodi_plugins/blob/master/addons.xml</info>
<checksum>https://github.com/yfang1644/kodi_plugins/blob/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/yfang1644/kodi_plugins/blob/master</datadir>
<info compressed="true">https://github.com/yfang1644/kodi_plugins/raw/master/addons.xml</info>
<checksum>https://github.com/yfang1644/kodi_plugins/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/yfang1644/kodi_plugins/raw/master</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Audio-Video Chinese Add-ons Repository</summary>
Expand Down
Binary file not shown.

0 comments on commit db810b9

Please sign in to comment.