The branch, dharma has been updated
via 810c258ea53f8341c4cccdf97427c414a03f45c5 (commit)
from 1b3de5e0319bfc9e143b9eb71e552bac30e27d03 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=810c258ea53f8341c4cccdf97427c414a03f45c5
commit 810c258ea53f8341c4cccdf97427c414a03f45c5
Author: Martijn Kaijser <[email protected]>
Date: Sun Jul 1 17:09:53 2012 +0200
[script.moviequiz] -v0.4.5
diff --git a/script.moviequiz/addon.xml b/script.moviequiz/addon.xml
index 569652e..0005a66 100644
--- a/script.moviequiz/addon.xml
+++ b/script.moviequiz/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.moviequiz"
name="Movie Quiz"
- version="0.4.4"
+ version="0.4.5"
provider-name="twinther [[email protected]]">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/script.moviequiz/changelog.txt b/script.moviequiz/changelog.txt
index 4620450..8cef7e2 100644
--- a/script.moviequiz/changelog.txt
+++ b/script.moviequiz/changelog.txt
@@ -1,3 +1,7 @@
+[B]Version 0.4.5 - 2012-06-27[/B]
+- Online highscores are now located at http://tommy.winther.nu/moviequiz/
+ - the old URL will expire in a couple of months
+
[B]Version 0.4.4 - 2011-09-27[/B]
- Improved checks for invalid settings that could cause lock-ups and crashes
- Improved question logic error handling
diff --git a/script.moviequiz/quizlib/db.py b/script.moviequiz/quizlib/db.py
index 905b7ae..553ff96 100644
--- a/script.moviequiz/quizlib/db.py
+++ b/script.moviequiz/quizlib/db.py
@@ -466,7 +466,7 @@ class Database(object):
query = """
SELECT tv.idShow, tv.c00 AS title, tv.strPath AS tvShowPath
FROM tvshowview tv
- WHERE 1=1
+ WHERE tv.idShow IN (SELECT idShow FROM tvshowlinkepisode)
"""
else:
query = """
diff --git a/script.moviequiz/quizlib/highscore.py
b/script.moviequiz/quizlib/highscore.py
index e536780..f74362e 100644
--- a/script.moviequiz/quizlib/highscore.py
+++ b/script.moviequiz/quizlib/highscore.py
@@ -33,7 +33,7 @@ class HighscoreDatabase(object):
class GlobalHighscoreDatabase(HighscoreDatabase):
STATUS_OK = 'OK'
- SERVICE_URL = 'http://moviequiz.xbmc.info/service.json.php'
+ SERVICE_URL = 'http://tommy.winther.nu/moviequiz/service.json.php'
def __init__(self, addonVersion):
self.addonVersion = addonVersion
-----------------------------------------------------------------------
Summary of changes:
script.moviequiz/addon.xml | 2 +-
script.moviequiz/changelog.txt | 4 ++++
script.moviequiz/quizlib/db.py | 2 +-
script.moviequiz/quizlib/highscore.py | 2 +-
4 files changed, 7 insertions(+), 3 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