<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.watchdog" name="Watchdog" version="0.9.7" provider-name="takoi">
    <requires>
        <import addon="xbmc.python" version="2.14.0"/>
    </requires>
    <extension point="xbmc.service" library="service.py" start="login"/>
    <extension point="xbmc.python.script" library="script.py"/>
    <extension point="xbmc.addon.metadata">
    <platform>all</platform>
        <language/>
        <summary lang="en">Auto update library</summary>
        <description lang="en">Watchdog will watch your media sources for changes and automatically update the library when new files are added or removed. Update is instant.</description>
        <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
        <forum>http://forum.xbmc.org/showthread.php?tid=128896</forum>
        <source>https://github.com/takoi/xbmc-addon-watchdog</source>
    </extension>
</addon>
