• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 22
[RELEASE] Movie Quiz - how well do you know your movie collection?
#1
Donations for this Movie Quiz addon gratefully accepted
Donations are never expected or required but always appreciated.


2013.06.22 - v1.0.0 for Frodo. First official version for Frodo.
Completely rewritten question logic taking full advantage of XBMC's JSON-RPC API and avoids direct database access.
Completely rewritten menus with improved use of your movie database.
See full changelog since the Eden releases (v 0.5.x) on github:
https://github.com/twinther/script.movie...ngelog.txt

Image

Image

Image


Moderator Note:
For a version of this add-on that works in Kodi v19- Matrix visit the following thread
https://forum.kodi.tv/showthread.php?tid=364172




2012.04.06 - Updated the website with improved highscore browser and other information:
http://moviequiz.xbmc.info -- new url: http://tommy.winther.nu/moviequiz

2011.12.07 - v0.5.0 for eden
http://forum.xbmc.org/showpost.php?p=954...tcount=195

2011.09.19 - v0.4.3 with MySQL + more
http://forum.xbmc.org/showpost.php?p=892...tcount=163

2011.08.30
Version 0.4.2 released with minor fixes and tweaks.
http://forum.xbmc.org/showpost.php?p=877...tcount=161

2011.08.27
Version 0.4.1 released with highscore support.
See this link for details on changes and download:
http://forum.xbmc.org/showpost.php?p=874...tcount=155

2011.07.24
Version 0.4.0 released, but should be considered work-in-progress.
See this link for details on changes and download:
http://forum.xbmc.org/showpost.php?p=846...tcount=146

2011.04.18
Version 0.3.2 released with Cinema Experience support and use of fanart:
http://forum.xbmc.org/showpost.php?p=778...tcount=100

2011.04.07
New videos showcasing the progress and teasing the fanart stuff coming in 0.3.2:
http://www.youtube.com/watch?v=L9-SHAisUn4
http://www.youtube.com/watch?v=NCQgu8qJzy8
http://www.youtube.com/watch?v=-5wZzcZOmIs

2011.03.27
Version 0.3.1 released: http://forum.xbmc.org/showpost.php?p=760...stcount=81

2011.03.23
Version 0.3.0 released, details and downloads are here:
http://forum.xbmc.org/showpost.php?p=757...stcount=71

2011.03.06
Version 0.2.0 released: https://github.com/downloads/twinther/sc...-0.2.0.zip
Details here: http://forum.xbmc.org/showpost.php?p=743...stcount=59

2011.02.28
New version with TV Shows quiz, additional movie questions and bugfixes https://github.com/downloads/twinther/sc...-0.1.3.zip
Details here: http://forum.xbmc.org/showpost.php?p=738...stcount=52

2011.02.18
I have uploaded v0.1.2 here https://github.com/downloads/twinther/sc...-0.1.2.zip
Details here: http://forum.xbmc.org/showpost.php?p=728...stcount=49

2011.02.07
New version on github: https://github.com/downloads/twinther/sc...-0.1.1.zip
Details here: http://forum.xbmc.org/showpost.php?p=717...stcount=28

---
Hi guys,
I've been working on a game-type addon for a little while.

It's a movie quiz that asks you trivia question based on the movies in your video database in xbmc. So far I think the concept is working pretty good, but it requires you have a decent amount of movies otherwise you will probably get the same questions over and over again.

For each question you will usually see a random 10 second clip of the movie or a picture of the actor.
I have captured a video to give you an example of the game play, no audio though: http://www.youtube.com/watch?v=4fD-2E_YuCw

The source is available at github: https://github.com/twinther/script.moviequiz
There's also an install zip for xbmc: https://github.com/downloads/twinther/sc...-0.1.0.zip


I still consider this a beta version.
* It sometimes locks-up xbmc.
* The bookmark stored by xbmc is kinda of messed up after use.
* Animations aren't perfect
* Lots of other stuff Laugh

Let me know what you think!
I am considering extending it to also contain the tv episodes database.
Reply
#2
Hey! Great idea!

Some thoughts:
-Some questions miss the actor photo (I guess this is because I havent scraped the complete cast of all movies?)
-I´d like to find out the correct answer when I get it wrong.

Good job though! I love it!
Reply
#3
Congratulation !! Your script looks amazing, and even if I don't have a lot of movies I like it very much !!

I'm working on exactly the same kind of script, but for music. I encounter a lot of errors due to the use of a timer and a lot of encoding errors. So the addon is not usable yet.

Your gui is very cool too and I like it very much.

Maybe I will get inspired Wink
Reply
#4
This looks great, just watched your captured video and I´ll try it the next days!
Mabye it can be combined with the Cinema Experience addon? Instead of trivia slides the option for the Movie quiz before running the movie would be awesome
Reply
#5
Hi,

really great idea!
Looks good!

But one small thing:
Please make the questions translatable - I would provide the german translation.

regards
sphere
My GitHub. My Add-ons:
Image
Reply
#6
Thumbs Up 
I tested your addon yesterday shortly. It looks really good and thanks for all your effort!

Some improvments hints:

WhatTagLineBelongsToMovieQuestion

When movies are in the DB with empty Taglines the Questions are getting messed up. Maybe they can be excluded in the searchquery?

Think it´s the same for the other questions, where empty fields are in the DB.

WhatMovieIsThisQuestion

The addon shouldn´t use parts from the beginning and the end of the movie... It´s really hard to answer the question when you only see the WarnerBrothers intro Rofl

ActorNotInMovieQuestion

Only use Actors where pics are available

hints for new Question types:
  • what is the name of the actor
  • Who directed this movie

Overall
A konfiguration for the addon would be nice:
  • set numbers of questions or endless
  • set limit rating of movies... e.g. exclude movies with rating "R"
Reply
#7
Wow this looks nice. Gonna try it out tonight.
Nice work!
Joy In Repitition
Reply
#8
sphere Wrote:But one small thing:
Please make the questions translatable - I would provide the german translation.

Someone was quicker...damn...but making the questions translatable would be my suggestion, too...

Maybe we can play "ChingChangChong" who will translate :-)

BTW: Very cool plugin...keep up the good work...AWESOME
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#9
Thanks for the feedback guys. Really good suggestions here Smile

I'm working on some new question type and streamlining things at the moment.
I'm not working on translation things yet though, but I might in the future, when it's more complete.
Reply
#10
twinther Wrote:I'm not working on translation things yet though, but I might in the future, when it's more complete.


Hi,

may I help you with making it translatable? If yes I would clone git and do pull requests.

One other thing: You have to put this in your addon.xml:
<requires>
<import addon="xbmc.python"/>
<import addon="script.module.pysqlite" version="2.5.6"/>
</requires>

regards,
sphere
My GitHub. My Add-ons:
Image
Reply
#11
This Is Fun! As you said, a little rough around the edges, but a really nice addition to the xbmc experience!
Joy In Repitition
Reply
#12
So I've been working on general improvements and some of the things suggested by htpc-tac, etc.
So I decided anyway I might as well add support for translations. Nothing is set in stone yet though, but feel free to send me translation. English is here:
https://github.com/twinther/script.movie...trings.xml

Thanks.
Tommy
Reply
#13
I'm not sure to understand the word tagline in the sentence :
- What tagline belongs to 'title'
Can you explain with (simpler) different words the question ? (I'm French native speaker)
Reply
#14
solexalex Wrote:I'm not sure to understand the word tagline in the sentence :
- What tagline belongs to 'title'
Can you explain with (simpler) different words the question ? (I'm French native speaker)

What does the theme of the movie boil down to in one simple sentence.
Reply
#15
he means, when a film is released, on the posters it has a single line of text.. that is the tagline
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 22

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Movie Quiz - how well do you know your movie collection?5