<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.tv.show.last.episode" name="Last episode" version="1.1.0" provider-name="mbartel">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="script.module.simplejson" version="2.0.10"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <language></language>
    <license>MIT</license>
    <source>https://github.com/mbartel/script.tv.show.last.episode</source>
    <website>https://github.com/mbartel/script.tv.show.last.episode</website>
    <email>Michael.Bartel@gmx.net</email>

    <summary lang="en">Shows a list with the last episode of each series.</summary>
    <description lang="en">Shows a list with the number and name of the last episode of each series in the library.</description>

    <summary lang="de">Zeigt eine Liste der letzten Episode jeder Serie.</summary>
    <description lang="de">Zeigt eine Liste mit den Episoden Nummern und Namen von jeder Serie in der Bibliothek.</description>
  </extension>
</addon>
