<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.jambmc" name="JamBMC (Jamendo XBMC)" version="1.0.0" provider-name="Tristan Fischer (sphere@dersphere.de)">
    <requires>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.requests" version="1.1.0"/>
        <import addon="script.module.xbmcswift2" version="2.4.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="addon.py">
        <provides>audio</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <language />
        <platform>all</platform>
        <website>http://www.jamendo.com/</website>
        <source>https://github.com/dersphere/JamBMC</source>
        <forum>http://forum.xbmc.org/showthread.php?tid=166201</forum>
        <email>sphere@dersphere.de</email>
        <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <summary lang="en">The #1 platform for free music.</summary>
        <description lang="en">With this add-on you can browse all content from Jamendo.com[CR]- Listen to great music for free (MP3, OGG, FLAC)[CR]- Download Songs/Albums[CR]- Search/Browse by Title, Artist, Album, Tags[CR]- Manage your personal favourites in Mixtapes[CR]- Rich Context-Menu integration</description>
        <disclaimer lang="en">This add-on was initially created to participate in the 2013 Jamendo App-Contest</disclaimer>
    </extension>
</addon>
