<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.libraryautoupdate"
    name="XBMC Library Auto Update" version="0.3.2" provider-name="robweber">
  <requires>
    <import addon="xbmc.python" version="1.0"/>
  </requires>
  <extension point="xbmc.python.script" library="default.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">Update your XBMC Video and Music Libraries on a timer.</summary>
    <description lang="en">Using built-in XBMC functions you can set your Video and/or Music libraries to update on specified timer intervals. You must start the timer manually when you launch XBMC (or move the included autoexec.py script to your user data directory) but it will run automatically from there. If you are playing an audio or video file when the timer starts it will skip the library update process so that you're media experience is not interrupted. </description>
    <platform>all</platform>
  </extension>
</addon>
