[RELEASE] Movie Quiz - how well do you know your movie collection?
AbRASiON
Senior Member Posts: 169 Joined: Jan 2004 Reputation: 0 |
2012-04-20 11:45
Post: #231
Let us know when, happy to do a MySQL test here.
|
| find quote |
twinther
Senior Member Joined: Sep 2004 Reputation: 7 Location: Denmark |
2012-04-20 19:41
Post: #232
I have uploaded the 0.5.1 version of the addon to my beta repository at http://tommy.winther.nu/xbmc/
It's probably easiest to install the repository zip and then let XBMC update the movie quiz and dependencies. http://tommy.winther.nu/xbmc/repository-zip.php There's only minor changes since 0.5.0 to stabilize things for Eden. I'll start work on improvements soon. The changelog is Version 0.5.1 - 2012-04-20 - Fixed problem with New game where score, etc. were not reset - Use script.module.buggalo for error reporting - Improve MySQL support for XBMC 11.0 - Improve global highscore loading speed |
| find quote |
rocko_2006
Junior Member Posts: 3 Joined: Jul 2011 Reputation: 0 |
2012-04-22 01:01
Post: #233
I found a bug in a fresh install of this addon, the IMDB data download option fails (I dont know if its reported already, but i can't find anything on this thread about it).
The problem is that the .xbmc/userdata/addon_data/script.moviequiz directory don't exist by default; after I create this directory, the download option works OK. By the way, great add-on (and sorry for my english) Edit: I forgot the info about my installation. XBMC installed from Ubuntu 12.04 beta2 official repos, addon v0.5.0 installed from XBMC official repo.
(This post was last modified: 2012-04-22 01:04 by rocko_2006.)
|
| find quote |
twinther
Senior Member Joined: Sep 2004 Reputation: 7 Location: Denmark |
2012-04-30 19:48
Post: #234
Thanks, I'll make sure the folder is created.
It should be created when you start the movie quiz though, but I guess it fails if you download the IMDB data before you run the addon. |
| find quote |
Jalil
Junior Member Posts: 1 Joined: May 2012 Reputation: 0 |
Hello,
This addon is amazing ! Unfortunately, it seems that it crashes when it tries to play a sample from a movie or tv show who has special characters in file path. And I'm french, so most of my movies have special chars in their name. Here is my log : http://pastebin.com/F3b3Laas I hope you can fix that so that I can enjoy this game :-) |
| find quote |
twinther
Senior Member Joined: Sep 2004 Reputation: 7 Location: Denmark |
2012-05-14 17:05
Post: #236
Thanks Jalil, I will fix it in the next version.
For now you can delete line 101 in C:\Users\Media Center\AppData\Roaming\XBMC\addons\script.moviequiz\quizlib\player.py and you should be able to use the addon. The line is: xbmc.log(">> TenSecondPlayer.playWindowed() - about to play file %s" % file) Br. Tommy |
| find quote |
chokolademan
Junior Member Posts: 1 Joined: Jun 2012 Reputation: 0 |
2012-06-18 18:22
Post: #237
Hello I just installed the Movie Quiz addon and it looks like a lot of fun !!
Only one problem I detected. When asking the questions the Quiz only uses the information from like five movies ! And there are a couple of hundreds of movies on the drive which it could use. How can I fix it to use all the info from all the movies available on the harddrive ? ---------------------- Nevermind, I had a thing turned on in the config of moviequiz to only use movies which were seen. And not to use all movies
(This post was last modified: 2012-06-18 20:07 by chokolademan.)
|
| find quote |
PatK
Posting Freak Posts: 2,274 Joined: Mar 2010 Reputation: 67 |
2012-07-02 02:54
Post: #238
Movie Quiz auto-update from the repository tonight, script failure; rollback takes me back to a working version.
http://xbmclogs.com/show.php?id=4364 |
| find quote |
AbRASiON
Senior Member Posts: 169 Joined: Jan 2004 Reputation: 0 |
2012-07-02 03:26
Post: #239
I'm an MySQL user and the app is completely broken for me - is it meant to be working for us?
I manually keyed in some entries to attempt to fix it a while back in my XML file and now I wonder if they are interrupting my connection? (The MySQL stuff is fixed now isn't it?) <advancedsettings> <videolibrary> <cleanonupdate>true</cleanonupdate> </videolibrary> <videodatabase> <type>mysql</type> <host>192.168.0.16</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> </videodatabase> <musicdatabase> <type>mysql</type> <host>192.168.0.16</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> </musicdatabase> <pathsubstitution> <substitute> <from>special://masterprofile/playlists/</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/playlists/</to> </substitute> <substitute> <from>special://masterprofile/addon_data/</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/addon_data/</to> </substitute> <substitute> <from>special://masterprofile/keymaps/</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/keymaps/</to> </substitute> <substitute> <from>special://masterprofile/sources.xml</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/sources.xml</to> </substitute> <substitute> <from>special://masterprofile/mediasources.xml</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/mediasources.xml</to> </substitute> <substitute> <from>special://masterprofile/RssFeeds.xml</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/RssFeeds.xml</to> </substitute> <substitute> <from>special://masterprofile/favourites.xml</from> <to>SMB://scott:XXPASSXX@192.168.0.16/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/favourites.xml</to> </substitute> </pathsubstitution> </advancedsettings> |
| find quote |
twinther
Senior Member Joined: Sep 2004 Reputation: 7 Location: Denmark |
2012-07-02 07:37
Post: #240
Hi, it seems I completely broken the addon support for Python 2.6. Thanks PatK for the log file.
I'll make a new release as soon as possible. for now you can rollback to the previous version as PatK suggested. MySQL is supposed to work with Eden. I'm not sure if it works with the Frodo alpha builds or nightly builds. Br. Tommy |
| find quote |

Search
Help