<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.tvshowtime"
       name="TVShow Time"
       version="1.0.18"
       provider-name="CXII">
  <requires>
    <import addon="xbmc.python" version="2.19.0"/>
  </requires>
  <extension point="xbmc.python.script" library="program.py">
    <provides>executable</provides> 
  </extension> 
  <extension point="xbmc.service" library="default.py" start="login"/>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">TVShow Time</summary>
    <description lang="en">Automatically set episodes as watched on tvshowtime.com - Can be done when watching the episode or from the contextual menu of the episode. You can also synchronize the whole or a part of your library.</description>
    <description lang="fr">Marque automatiquement les épisodes comme vus sur tvshowtime.com - Peut être fait tout en regardant l'épisode ou via le menu contextuel de l'épisode. Vous pouvez aussi synchroniser l'entièreté ou une partie de votre librairie.</description>
    <platform>all</platform>
    <language>en fr</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>http://forum.kodi.tv/showthread.php?tid=199604</forum>
    <website>https://github.com/cxii-dev/script.tvshowtime</website>
    <source>https://github.com/cxii-dev/script.tvshowtime.git</source>
    <email>cxii-dev[AT]users[DOT]noreply[DOT]github[DOT]com</email>
  </extension>
</addon>

