The branch, gotham has been updated
via e7310fc36d740599227ea11b6957a2b8e014f257 (commit)
via 9fa22d4d1579cb102b6e454bb3a936b30627d75a (commit)
via 37500ec7373c3806ba2485dde5f97709868d53f5 (commit)
from 4e07165720df3d9202bbc6a2075fedce5928b478 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=e7310fc36d740599227ea11b6957a2b8e014f257
commit e7310fc36d740599227ea11b6957a2b8e014f257
Author: sphere <[email protected]>
Date: Sat Mar 15 19:17:19 2014 +0100
[service.subtitles.napiprojekt] updated to version 1.0.1
diff --git a/service.subtitles.napiprojekt/addon.xml
b/service.subtitles.napiprojekt/addon.xml
index a2d5070..26dc682 100644
--- a/service.subtitles.napiprojekt/addon.xml
+++ b/service.subtitles.napiprojekt/addon.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.napiprojekt"
name="Napiprojekt.pl"
- version="1.0.0"
+ version="1.0.1"
provider-name="CaTz">
<requires>
- <import addon="xbmc.python" version="2.1.0"/>
+ <import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
<extension point="xbmc.addon.metadata">
diff --git a/service.subtitles.napiprojekt/changelog.txt
b/service.subtitles.napiprojekt/changelog.txt
index 3d6d488..ef13e63 100644
--- a/service.subtitles.napiprojekt/changelog.txt
+++ b/service.subtitles.napiprojekt/changelog.txt
@@ -1,2 +1,5 @@
+1.0.1 - by CaTz 15/03/2014
+- Change python version for Gotham
+
1.0.0 - by CaTz 14/02/2014
- Redesign the code to support Gotham version
\ No newline at end of file
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=9fa22d4d1579cb102b6e454bb3a936b30627d75a
commit 9fa22d4d1579cb102b6e454bb3a936b30627d75a
Author: sphere <[email protected]>
Date: Sat Mar 15 19:15:10 2014 +0100
[service.subtitles.subscenter] updated to version 3.1.3
diff --git a/service.subtitles.subscenter/addon.xml
b/service.subtitles.subscenter/addon.xml
index 5e718af..e13c1d2 100644
--- a/service.subtitles.subscenter/addon.xml
+++ b/service.subtitles.subscenter/addon.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subscenter"
name="Subscenter.org"
- version="3.1.2"
+ version="3.1.3"
provider-name="CaTz">
<requires>
- <import addon="xbmc.python" version="2.1.0"/>
+ <import addon="xbmc.python" version="2.14.0"/>
<import addon="script.common.plugin.cache" version="0.9.1"/>
</requires>
<extension point="xbmc.subtitle.module"
@@ -13,7 +13,10 @@
<summary lang="en">Subscenter.org</summary>
<description lang="en">Search and Download subtitles from subscenter.org.
Contributors: rabak, Ori Varon, sagiben</description>
<source>https://github.com/XBMCil/service.subtitles.subscenter</source>
- <email></email>
+ <language></language>
+ <email></email>
+ <forum></forum>
+ <website></website>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>
diff --git a/service.subtitles.subscenter/changelog.txt
b/service.subtitles.subscenter/changelog.txt
index c8d1137..c6e3b7a 100644
--- a/service.subtitles.subscenter/changelog.txt
+++ b/service.subtitles.subscenter/changelog.txt
@@ -1,3 +1,6 @@
+3.1.3 - by CaTz 15/03/2014
+- Change python version for Gotham
+
3.1.2 - by CaTz 14/02/2014
- Fix cache issues
- Added feature, clean the cache from the settings
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=37500ec7373c3806ba2485dde5f97709868d53f5
commit 37500ec7373c3806ba2485dde5f97709868d53f5
Author: sphere <[email protected]>
Date: Sat Mar 15 19:15:08 2014 +0100
[service.subtitles.subtitle] updated to version 4.1.4
diff --git a/service.subtitles.subtitle/addon.xml
b/service.subtitles.subtitle/addon.xml
index 13eec21..7720a60 100644
--- a/service.subtitles.subtitle/addon.xml
+++ b/service.subtitles.subtitle/addon.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subtitle"
name="Subtitle.co.il"
- version="4.1.3"
+ version="4.1.4"
provider-name="CaTz">
<requires>
- <import addon="xbmc.python" version="2.1.0"/>
+ <import addon="xbmc.python" version="2.14.0"/>
<import addon="script.common.plugin.cache" version="0.9.1"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
diff --git a/service.subtitles.subtitle/changelog.txt
b/service.subtitles.subtitle/changelog.txt
index 463eb87..45097ca 100644
--- a/service.subtitles.subtitle/changelog.txt
+++ b/service.subtitles.subtitle/changelog.txt
@@ -1,3 +1,7 @@
+4.1.4 - by sagiben 14/03/2014
+- Remove msvc9compiler import to support non Windows OS
+- Change python version for Gotham
+
4.1.3 - by CaTz 17/02/2014
- Bug fix, usage the year if there is no year value
@@ -60,4 +64,4 @@
- Better handling of search timeout (no results returned instead of error)
1.1.0
-- Fixed bug with movie search: forgot to replace spaces with + signs.
\ No newline at end of file
+- Fixed bug with movie search: forgot to replace spaces with + signs.
diff --git a/service.subtitles.subtitle/resources/lib/SUBUtilities.py
b/service.subtitles.subtitle/resources/lib/SUBUtilities.py
index d43cd83..864980d 100644
--- a/service.subtitles.subtitle/resources/lib/SUBUtilities.py
+++ b/service.subtitles.subtitle/resources/lib/SUBUtilities.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import cookielib
-from distutils.msvc9compiler import query_vcvarsall
import os
import re
import urllib
@@ -402,4 +401,4 @@ class URLHandler():
# '3let_language': ['en', 'he']}
# helper = SubtitleHelper()
# print helper.get_subtitle_list(item)
- # print helper.login()
\ No newline at end of file
+ # print helper.login()
-----------------------------------------------------------------------
Summary of changes:
service.subtitles.napiprojekt/addon.xml | 4 +-
service.subtitles.napiprojekt/changelog.txt | 3 +
service.subtitles.subscenter/LICENSE | 339 --------------------
.../LICENSE.txt | 0
service.subtitles.subscenter/addon.xml | 9 +-
service.subtitles.subscenter/changelog.txt | 3 +
service.subtitles.subtitle/addon.xml | 4 +-
service.subtitles.subtitle/changelog.txt | 6 +-
.../resources/lib/SUBUtilities.py | 3 +-
9 files changed, 22 insertions(+), 349 deletions(-)
delete mode 100644 service.subtitles.subscenter/LICENSE
copy {service.subtitles.napiprojekt =>
service.subtitles.subscenter}/LICENSE.txt (100%)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons