<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addon id="screensaver.randomtrailers"
       name="Random Trailers"
       version="1.1.17"
       provider-name="kzeleny">
  <requires>
    <import addon="xbmc.python"					version="2.1.0"/>
    <import addon="xbmc.addon"					version="12.0.0"/>
    <import addon="script.module.simplejson"	version="2.0.10"/>
    <import addon="script.module.xbmcswift2" version="2.4.0"/>
  </requires>
  <extension point="xbmc.python.script"			library="default.py" />
  <extension point="xbmc.service"				library="service.py" start="login" />
  <extension library="screensaver.py" point="xbmc.ui.screensaver"/>
 <provides>executable</provides>
  <extension point="xbmc.addon.metadata">
	<language></language>
    <platform>all</platform>
    <summary lang="en">Plays Random Trailers from Multiple Sources</summary>
    <description lang="en">Plays random movie trailers from a variety of sources:[CR]-The Users Movie Library[CR]-Apple iTunes[CR]-YouTube(via themoviedb.org)[CR]-A user specified folder[CR]
Installs as a Screensaver and a Program. There are Options to filter by genre, and Rating, select number of trailers, hide trailers of watched movies, and display opening / closing animations. 
When viewing trailers you can press UP or I to view movie information and DOWN or I to hide. RIGHT or X will display next trailer. LEFT or ESC will exit. If the current playing trailer is from
the users movie library hitting enter or return will play the associated movie.
	</description>
	<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
	<forum>http://forum.xbmc.org/showthread.php?tid=167276</forum>
    <website></website>
    <email>kzeleny@gmail.com</email>
    <source>https://github.com/kzeleny/screensaver.randomtrailers</source>
  </extension>
</addon>



