<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.moviequiz"
       name="Movie Quiz"
       version="0.4.5"
       provider-name="twinther [tommy@winther.nu]">
    <requires>
        <import addon="xbmc.python" version="1.0"/>
        <import addon="script.module.elementtree" version="1.2.7"/>
        <import addon="script.module.myconnpy" version="0.3.2"/>
    </requires>
    <extension point="xbmc.python.script" library="addon.py"/>
    <extension point="xbmc.addon.metadata">
        <summary lang="en">Movie and TV Shows Quiz</summary>
        <summary lang="da">Film og TV-serie Quiz</summary>
        <description lang="en">Test your wit and skill against all the information on your movie and TV-shows stored inside XBMC.
* Can you tell which movie is playing from a ten seconds clip?
* Do you know the actors by appearance?
* Any idea when your favorite TV show was first aired?
You will get these questions, and a lot more, all presented nicely with movie clips, actor photos, cover art, etc.

More information, comments, support on the forums:
http://forum.xbmc.org/showthread.php?t=92540</description>
        <description lang="da">Test din viden og dygtighed om al informationen om film og TV-serier gemt i XBMC.
* Kan du se hvilken film der er tale om ud fra et ti sekunders klip?
* Kender du skuespillerne på udseende?
* Nogen ide om hvornår din favorit TV-serier blev sendt første gang?
Du vil få stillet disse spørgsmål og mange flere, præsenteret pænt med film klip, billeder af skuespillere, covers, mv.

Mere information, kommentarer og hjælp på forummet:
http://forum.xbmc.org/showthread.php?t=92540</description>
        <license>GPL 2.0</license>
        <platform>all</platform>
    </extension>
</addon>
