<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.npr"
       name="NPR Music Videos"
       version="1.0.6"
       provider-name="t1m">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="plugin.video.youtube" version="4.4.0"/>
  </requires>
  <extension point="xbmc.python.pluginsource"
            library="default.py">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">NPR Music Video Addon</summary>
    <description lang="en">NPR Music launched in November 2007 to present public radio music programming and original editorial content for music discovery. It is a project of National Public Radio, a privately and publicly funded non-profit membership media organization that serves as a national syndicator to public radio stations in the United States.</description>
    <disclaimer lang="en">Feel free to use this script. For information visit the wiki.</disclaimer>
    <platform>all</platform>
    <language>en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>http://forum.xbmc.org/showthread.php?tid=197118</forum>
    <website>http://www.npr.org/music/</website>
    <email></email>
    <source>https://github.com/learningit/plugin.video.npr/</source>
  </extension>
</addon>
