The branch, frodo has been updated
via 775f50a537ddb7537fc83490b759c18e61cb57d2 (commit)
from b4c9d753d406029e5ea5db582bb272078c1b3a53 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=775f50a537ddb7537fc83490b759c18e61cb57d2
commit 775f50a537ddb7537fc83490b759c18e61cb57d2
Author: Martijn Kaijser <[email protected]>
Date: Thu Apr 3 09:05:54 2014 +0200
[screensaver.randomtrailers] 1.1.16
diff --git a/screensaver.randomtrailers/addon.xml
b/screensaver.randomtrailers/addon.xml
index 8741967..161464b 100644
--- a/screensaver.randomtrailers/addon.xml
+++ b/screensaver.randomtrailers/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="screensaver.randomtrailers"
name="Random Trailers"
- version="1.1.15"
+ version="1.1.16"
provider-name="kzeleny">
<requires>
<import addon="xbmc.python"
version="2.1.0"/>
diff --git a/screensaver.randomtrailers/changelog.txt
b/screensaver.randomtrailers/changelog.txt
index db3fdfe..f8d6eda 100644
--- a/screensaver.randomtrailers/changelog.txt
+++ b/screensaver.randomtrailers/changelog.txt
@@ -1,3 +1,6 @@
+v.1.1.16 (April 02,2014)
+ - fixed issue with crashing on startup when library movie has no trailer and
we try to find one from tmdb.
+
v.1.1.15 (March 08,2014)
- fixed issues with rating limits with unrated movies.
- now pauses trailer when displaying info
diff --git a/screensaver.randomtrailers/default.py
b/screensaver.randomtrailers/default.py
index 6c21d88..79029ae 100644
--- a/screensaver.randomtrailers/default.py
+++ b/screensaver.randomtrailers/default.py
@@ -1,7 +1,7 @@
# Random trailer player
#
# Author - kzeleny
-# Version - 1.1.15
+# Version - 1.1.16
# Compatibility - Frodo/Gothum
#
@@ -474,7 +474,7 @@ def getTmdbTrailers():
break
return tmdbTrailers
-def search_tmdb(title,year):
+def search_tmdb(query,year):
id=''
data = {}
data['api_key'] = '99e8b7beac187a857152f57d67495cf4'
-----------------------------------------------------------------------
Summary of changes:
screensaver.randomtrailers/addon.xml | 2 +-
screensaver.randomtrailers/changelog.txt | 3 +++
screensaver.randomtrailers/default.py | 4 ++--
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons