﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.grab.fanart"
    name="Grab Fanart" version="0.13.2" provider-name="robweber">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
  </requires>
  <extension point="xbmc.python.module" library="default.py" />
  <extension point="xbmc.service" library="service.py" start="login" />
  <extension point="xbmc.addon.metadata">
    <summary lang="en">Exposes fanart as skin properties for slideshows, etc</summary>
    <description lang="en">Uses the XBMC database to grab all fanart from media items and put it into a skin property for use by skins/slideshows as previous version of XBMC allowed.</description>
    <forum>http://forum.xbmc.org/showthread.php?tid=166572</forum>
    <source>https://github.com/robweber/script.grab.fanart</source>
	<website>https://github.com/robweber/script.grab.fanart</website>
    <license>The MIT License</license>
    <platform>all</platform>
    <language></language>
  </extension>
</addon>
