<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.watchdog"
       name="Library watchdog"
       version="0.6.6"
       provider-name="takoi">
  <requires>
    <import addon="xbmc.python" version="2.0"/>
    <import addon="script.module.simplejson" version="2.0.10"/>
  </requires>
  <extension point="xbmc.service" start="login" library="default.py"/>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary>Keep your video and music library updated</summary>
    <description>This service will update your video and music library whenever you remove or add new files to your media sources. Update is instant to keep your library synced at all times![CR][CR]Note: unmounted network shares not supported.</description>
  </extension>
</addon>
