<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.orion" version="5.1.5" name="Orion" provider-name="Orion">
	<requires>
		<import addon="xbmc.addon" version="17.0.000" />
		<import addon="repository.orion" version="1.0.0" optional="true" />
	</requires>
	<extension point="xbmc.python.pluginsource" library="lib/addon.py">
		<provides>executable</provides>
	</extension>
	<extension point="xbmc.python.module" library="lib" /> <!-- Must be placed after xbmc.python.pluginsource, otherwise the addon does not show in the repository. -->
	<extension point="xbmc.service" library="lib/service.py" start="startup" />
	<extension point="xbmc.addon.metadata">
		<summary lang="en">Torrent, Usenet, and Hoster Providers</summary>
		<description lang="en">Orion is a system for caching search and scraping results for later reuse. Metadata and links on Orion are maintained by the community. Searches are cached so that subsequent users can quickly access the results without having to go through a lengthy scraping process themselves. The Orion Kodi addon does not provide any search or playback features, but it can easily be integrated into any other addon, website, or standalone program with minimal effort.</description>
		<disclaimer lang="en">Orion does not create, host, or distribute any files or videos. Orion is a caching service providing low-level API access to a community-maintained storage of textual data. All metadata and links available through Orion are scraped, processed, and submitted by community users. Due to the volume, velocity, and complexity of the data, Orion cannot inspect or validate the content submitted by users. Data on Orion may therefore be inaccurate, out-dated, or in other ways unusable. Orion does not guarantee the validity or integrity of the data available through its API and does not take liability for any of the data submitted by its users. Users take the risk and are responsible for the manner in which they utilize the Orion API.</disclaimer>
		<platform>all</platform>
		<license>GPL 3.0</license>
		<website>https://orionoid.com</website>
		<forum>https://support.orionoid.com</forum>
		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
		</assets>
	</extension>
</addon>
