<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.musicvideojukebox_net" name="Music Video Jukebox" version="0.0.1" provider-name="Tristan Fischer (sphere@dersphere.de)">
    <requires>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.beautifulsoup" version="3.0.8"/>
        <import addon="script.module.xbmcswift2" version="2.4.0"/>
        <import addon="script.module.feedparser" version="0.5.7"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="addon.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <language />
        <platform>all</platform>
        <website>http://www.musicvideojukebox.net/</website>
        <source></source>
        <forum></forum>
        <email>sphere@dersphere.de</email>
        <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <summary lang="en">Free Music Videos from www.musicvideojukebox.net</summary>
        <description lang="en">Music Videos of todays most popular artist ...Welcome to Music Video Jukebox.Net. A FREE site to all those who want to view artist performing their most popular songs.</description>
    </extension>
</addon>
