<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.randomitems" name="Random Items script" version="3.1.7" provider-name="Hitcher, ronie, phil65, Martijn">
	<requires>
		<import addon="xbmc.python" version="2.0"/>
		<import addon="script.module.elementtree" version="1.2.7"/>
		<import addon="script.module.simplejson" version="2.0.10"/>
	</requires>
	<extension point="xbmc.python.library" library="RandomItems.py" />
	<extension point="xbmc.addon.metadata">
		<language/>
		<summary lang="en">Random Items script</summary>
		<description lang="en">Script to get Random Videos and Music from the database.</description>
		<platform>all</platform>
	</extension>
</addon>
