The branch, gotham has been updated
       via  c5baca4a180fda3b022459d5324f3ac9bada306d (commit)
      from  3ff41272091493690f6a14fd959e9667c3c30d6f (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=c5baca4a180fda3b022459d5324f3ac9bada306d

commit c5baca4a180fda3b022459d5324f3ac9bada306d
Author: sphere <[email protected]>
Date:   Wed Apr 30 12:23:58 2014 +0200

    [service.subtitles.subscene] updated to version 0.9.4

diff --git a/service.subtitles.subscene/addon.xml 
b/service.subtitles.subscene/addon.xml
old mode 100644
new mode 100755
index 043cb87..6e18766
--- a/service.subtitles.subscene/addon.xml
+++ b/service.subtitles.subscene/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="service.subtitles.subscene"
        name="Subscene.com"
-       version="0.9.3"
+       version="0.9.4"
        provider-name="CrowleyAJ">
     <requires>
         <import addon="xbmc.python" version="2.14.0"/>
@@ -10,11 +10,8 @@
                library="service.py"/>
     <extension point="xbmc.addon.metadata">
         <summary lang="en">Get subtitles from Subscene.com</summary>
-        <description lang="en">Subscene.com provides subtitles in more than 50 
languages, mainly in English, Arabic,
-            Brazilian Portuguese, Farsi, Indonesian and Vietnamese.
-            Other languages with a great number of subtitles are: Danish, 
French, Swedish, Dutch, Italian, Norwegian and
-            Spanish.
-        </description>
+        <description lang="en">Subscene.com provides subtitles in more than 50 
languages, mainly in English, Arabic, Brazilian Portuguese, Farsi, Indonesian 
and Vietnamese.
+Other languages with a great number of subtitles are: Danish, French, Swedish, 
Dutch, Italian, Norwegian and Spanish.</description>
         <disclaimer lang="en"/>
         <platform>all</platform>
         <language/>
diff --git a/service.subtitles.subscene/changelog.txt 
b/service.subtitles.subscene/changelog.txt
index 5c8042a..d55c3e5 100644
--- a/service.subtitles.subscene/changelog.txt
+++ b/service.subtitles.subscene/changelog.txt
@@ -1,3 +1,7 @@
+0.9.4
+- fixed ratings (5 stars = rated good, 0 stars = not rated)
+- fixed description
+
 0.9.3
 - added file number for season packs
 
diff --git a/service.subtitles.subscene/service.py 
b/service.subtitles.subscene/service.py
index c2a13bd..60b03b6 100644
--- a/service.subtitles.subscene/service.py
+++ b/service.subtitles.subscene/service.py
@@ -135,7 +135,7 @@ def getallsubs(content, allowed_languages, filename="", 
search_string=""):
             if matches.group('quality') == "bad-icon":
                 continue
             if matches.group('quality') == "positive-icon":
-                rating = '10'
+                rating = '5'
 
             sync = False
             if filename != "" and string.lower(filename) == 
string.lower(subtitle_name):

-----------------------------------------------------------------------

Summary of changes:
 service.subtitles.subscene/addon.xml     |    9 +++------
 service.subtitles.subscene/changelog.txt |    4 ++++
 service.subtitles.subscene/service.py    |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
 mode change 100644 => 100755 service.subtitles.subscene/addon.xml


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to