﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.ambibox" name="AmbiBox" version="1.0.4" provider-name="AmbiBox">
  <requires>
    <import addon="xbmc.python" version="2.14.0"/>
    <import addon="xbmc.addon" version="12.0.0"/>
  </requires>
  <extension point="xbmc.service" library="default.py" start="startup">
  </extension>
  <extension point="xbmc.python.script" library="service.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">AmbiBox Profile Manager</summary>
    <description lang="en">Interfaces with the windows program AmbiBox to switch profiles for ambient lighting.
This requires that the free program Ambibox is installed.
Download here:
http://www.ambibox.ru/en/index.php/Main_Page
Detailed instructions:
http://wiki.xbmc.org/index.php?title=Add-on:AmbiBox
Notice: this program will read from the windows registry to check that Ambibox has been installed!
In addition, if configured to start Ambibox if not running, it will access the program and start it.
    </description>
    <disclaimer lang="en">For bugs, requests or general questions visit the AmbiBox thread on the XBMC forums.</disclaimer>
    <platform>windx</platform>
    <source>https://github.com/AmbiBox/AmbiBox-XBMC</source>
    <website>http://wiki.xbmc.org/index.php?title=Add-on:AmbiBox</website>
    <forum>http://forum.xbmc.org/showthread.php?tid=198173</forum>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
	<language></language>
	<email></email>
  </extension>
</addon>