The branch, eden has been updated
via a7a116f2344ea6c08b3cfef30b03ae0c80f9c7cc (commit)
from 7ce360f3620b36f885c69730bfdece9d34000ff8 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=a7a116f2344ea6c08b3cfef30b03ae0c80f9c7cc
commit a7a116f2344ea6c08b3cfef30b03ae0c80f9c7cc
Author: amet <[email protected]>
Date: Wed May 23 10:41:51 2012 +0400
[script.gomiso] -v1.4.1
Indentation problem stopping the script from starting
diff --git a/script.gomiso/addon.xml b/script.gomiso/addon.xml
index b23a673..c7eb9c9 100644
--- a/script.gomiso/addon.xml
+++ b/script.gomiso/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.gomiso"
name="gomiso"
- version="1.4.0"
+ version="1.4.1"
provider-name="metabaron">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/script.gomiso/changelog.txt b/script.gomiso/changelog.txt
index 3a5d68a..e432a26 100644
--- a/script.gomiso/changelog.txt
+++ b/script.gomiso/changelog.txt
@@ -1,3 +1,5 @@
+Version 1.4.1
+ Indentation problem stopping the script from
starting
Version 1.4.0
Solved problem with checking in movies
Fixed year issue
diff --git a/script.gomiso/default.py b/script.gomiso/default.py
index ebbe749..e990eb2 100644
--- a/script.gomiso/default.py
+++ b/script.gomiso/default.py
@@ -10,7 +10,7 @@ import simplejson as json
__author__ = "Mathieu Feulvarch"
__copyright__ = "Copyright 2011, Mathieu Feulvarch "
__license__ = "GPL"
-__version__ = "1.4.0"
+__version__ = "1.4.1"
__maintainer__ = "Mathieu Feulvarch"
__email__ = "[email protected]"
__status__ = "Production"
@@ -212,14 +212,14 @@ else:
movieName =
movieName.replace(",", '')
season = ''
episode = ''
-
- #Retrieve only one entry but
would be good to have a threshold level like if more than 20 entries, no submit
- json_result =
json.loads(letsGo.findMedia(movieName, 'movie', 1))
- if len(json_result) != 0:
-
letsGo.checking(json_result[0]['media']['id'], season, episode, 'watched on
XBMC with gomiso addon')
- if verboseScreen:
-
xbmc.executebuiltin("XBMC.Notification(%s, %s, %i, %s)" % ('Gomiso', movieName
+ ' ' + __language__(30918), 5000, __settings__.getAddonInfo("icon")))
- else:
- if verboseScreen:
-
xbmc.executebuiltin("XBMC.Notification(%s, %s, %i, %s)" % ('Gomiso', movieName
+ ' ' + __language__(30917), 5000, __settings__.getAddonInfo("icon")))
- checkedTitle = currentTitle
+
+ #Retrieve only one entry but would be good to have a
threshold level like if more than 20 entries, no submit
+ json_result = json.loads(letsGo.findMedia(movieName,
'movie', 1))
+ if len(json_result) != 0:
+ letsGo.checking(json_result[0]['media']['id'],
season, episode, 'watched on XBMC with gomiso addon')
+ if verboseScreen:
+ xbmc.executebuiltin("XBMC.Notification(%s, %s,
%i, %s)" % ('Gomiso', movieName + ' ' + __language__(30918), 5000,
__settings__.getAddonInfo("icon")))
+ else:
+ if verboseScreen:
+ xbmc.executebuiltin("XBMC.Notification(%s, %s,
%i, %s)" % ('Gomiso', movieName + ' ' + __language__(30917), 5000,
__settings__.getAddonInfo("icon")))
+ checkedTitle = currentTitle
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
script.gomiso/addon.xml | 2 +-
script.gomiso/changelog.txt | 2 ++
script.gomiso/default.py | 24 ++++++++++++------------
3 files changed, 15 insertions(+), 13 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons