<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Syncd</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Syncd"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Syncd"/>
	<updated>2026-06-17T06:48:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Smartphone/tablet_remotes&amp;diff=88899</id>
		<title>Smartphone/tablet remotes</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Smartphone/tablet_remotes&amp;diff=88899"/>
		<updated>2015-04-09T22:43:33Z</updated>

		<summary type="html">&lt;p&gt;Syncd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Remote controls]]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;{{Kodi}} can be controlled in several different ways, including both a physical remote control as well as using your smartphone or tablet. This page will link to both the official Team Kodi remote control apps and additional remote apps made by the community, as well as tell you how to enable smartphone/tablet app control in Kodi.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Remote apps ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;nav&amp;quot; /&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Kore now playing nexus6.png|64px|link=Category:Smartphone and tablet remotes]] || &amp;lt;big&amp;gt;&#039;&#039;&#039;Smartphone and tablet remote controls&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* [[Official XBMC Remote]]&lt;br /&gt;
* [[Android remotes]]&lt;br /&gt;
* [[iOS remotes]]&lt;br /&gt;
* [[Windows Phone remotes]]&lt;br /&gt;
|}&amp;lt;section end=&amp;quot;nav&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quick set up guide ==&lt;br /&gt;
{{Main|Settings/Services}}&lt;br /&gt;
Turn on the following settings in {{kodi}} to enable using a smartphone or tablet remote:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/Services#Remote control|Settings → Services → Remote control → &#039;&#039;&#039;Allow programs on other systems to control Kodi&#039;&#039;&#039; → {{color|green|&#039;&#039;&#039;ON&#039;&#039;&#039;}} ]] }}&lt;br /&gt;
:This setting enables the basic ability to remotely control Kodi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/Services#Webserver|Settings → Services → Webserver → &#039;&#039;&#039;Allow control of Kodi via HTTP&#039;&#039;&#039; → {{color|green|&#039;&#039;&#039;ON&#039;&#039;&#039;}} ]] }} &lt;br /&gt;
:Many smartphone remotes also display additional library data, such as images and summaries. This setting allows that extra data to be transmitted to your remote app.&lt;br /&gt;
:Take note of the Port number, the Username and the Password (if any). You&#039;ll probably need to enter these in your remote app.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{highlight|bordered=yes|[[Settings/Services#Zeroconf|Settings → Services → Zeroconf → &#039;&#039;&#039;Announce these services to other systems via Zeroconf&#039;&#039;&#039; → {{color|green|&#039;&#039;&#039;ON&#039;&#039;&#039;}} ]] }}&lt;br /&gt;
:This should be enabled by default already. Zeroconf makes it easier to find your Kodi install on your local network without having to know the exact IP address.&lt;br /&gt;
&lt;br /&gt;
== Manually enabling remote control ==&lt;br /&gt;
If you have installed {{kodi}} on a device and it has started up in Kodi, and you either have [[SSH]] access or other access to the Kodi userdata folder, you can manually enable remote control. This is helpful in a few situations, for example: If you have a networked device but no physical remote control (left it at home, can&#039;t find the dang remote, etc), you can still use your phone to control Kodi.&lt;br /&gt;
&lt;br /&gt;
There are two basic ways to do this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{bigger|&#039;&#039;&#039;guisettings.xml -&#039;&#039;&#039;}}&lt;br /&gt;
:Normally you do not want to manually edit the guisettings.xml file. In this case it should be &amp;quot;safe&amp;quot;, but only change these settings from &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;, and don&#039;t edit other things.&lt;br /&gt;
:#Edit the guisettings.xml file in the [[userdata folder]] and look for the following settings under &amp;quot;&amp;lt;code&amp;gt;&amp;lt;services&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;, and make sure they are set to &amp;quot;true&amp;quot;. You&#039;ll have to look for them a little bit, because there among several other settings. Assuming you have not set a password or changed other default settings, this should work:&lt;br /&gt;
:#:* &amp;lt;esallinterfaces&amp;gt; - &#039;&#039;&#039;true&#039;&#039;&#039;&lt;br /&gt;
:#:* &amp;lt;webserver&amp;gt; - &#039;&#039;&#039;true&#039;&#039;&#039;&lt;br /&gt;
:#:* &amp;lt;zeroconf&amp;gt; - &#039;&#039;&#039;true&#039;&#039;&#039;&lt;br /&gt;
:#Save the file and restart Kodi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{bigger|&#039;&#039;&#039;[[advancedsettings.xml]] - &#039;&#039;&#039;}}&lt;br /&gt;
:While using an advancedsettings.xml file might be easier to enable these services, doing so will hide them from the normal Kodi GUI. You will have to remove or edit the advancedsettings.xml file to turn these settings back off, which can be confusing later on if you forgot you have an advancedsettings.xml file.&lt;br /&gt;
:# Create a &#039;&#039;&#039;plain text file&#039;&#039;&#039; (no rich text formatting, don&#039;t use .doc, etc) and save it as &#039;&#039;&#039;advancedsettings.xml&#039;&#039;&#039;. Make sure that the file extension is &amp;quot;.xml&amp;quot; and {{color|red|&#039;&#039;&#039;not&#039;&#039;&#039;}} &amp;quot;.txt&amp;quot; or &amp;quot;.xml.txt&amp;quot;.&lt;br /&gt;
:# Cut and paste this into your new plain text file:&lt;br /&gt;
:#:&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
    &amp;lt;services&amp;gt;&lt;br /&gt;
        &amp;lt;esallinterfaces&amp;gt;true&amp;lt;/esallinterfaces&amp;gt;&lt;br /&gt;
        &amp;lt;webserver&amp;gt;true&amp;lt;/webserver&amp;gt;&lt;br /&gt;
        &amp;lt;zeroconf&amp;gt;true&amp;lt;/zeroconf&amp;gt;&lt;br /&gt;
    &amp;lt;/services&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:# Save this file in your [[userdata folder]]&lt;br /&gt;
:#: {{note|If you have an existing advancedsettings.xml file, make sure the tags are between the main &amp;lt;code&amp;gt;&amp;lt;advancedsettings&amp;gt;&amp;lt;/advancedsettings&amp;gt;&amp;lt;/code&amp;gt; tags.}}&lt;br /&gt;
:#Restart Kodi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{hidden|1=[[userdata folder]] location:|2={{#lst:userdata|location all}} }}&lt;br /&gt;
&lt;br /&gt;
{{Helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Smartphone and tablet remotes|*]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Remotes]]&lt;br /&gt;
[[Category:Index]]&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Android_remotes&amp;diff=88898</id>
		<title>Archive:Android remotes</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Android_remotes&amp;diff=88898"/>
		<updated>2015-04-09T22:38:02Z</updated>

		<summary type="html">&lt;p&gt;Syncd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]|[[Remotes]]|[[Smartphone/tablet remotes|Phones/tablets]] }}&lt;br /&gt;
== Android remotes ==&lt;br /&gt;
[[File:Kore now playing nexus6.png|thumb]]&lt;br /&gt;
&#039;&#039;&#039;[[Official XBMC Remote/Android|Kore, the Official Remote for Kodi]]&#039;&#039;&#039; by Team-Kodi is available on the Play Store. It&#039;s a full featured and easy-to-use remote that lets you control Kodi/XBMC from your Android device.&lt;br /&gt;
&lt;br /&gt;
Several unofficial Android XBMC remotes are also available:&lt;br /&gt;
* [https://market.android.com/details?id=fr.beungoud.xbmcremote XBMC remote control] by Beungoud&lt;br /&gt;
* [https://market.android.com/details?id=com.pitta.chandan.xbmcremote XBMC / Boxee Remote] by Chandan Pitta&lt;br /&gt;
* [https://market.android.com/details?id=com.andrewchatham Boxee/XBMC Remote] by Andrew Chatham&lt;br /&gt;
* [https://market.android.com/details?id=spooky.activity Spooky XBMC] by Aaron Gray&lt;br /&gt;
* [https://market.android.com/details?id=com.sixones.remote Remote+ for Plex, XBMC, Boxee] by sixones&lt;br /&gt;
* [https://market.android.com/details?id=com.jetshred.slickremote.xbmcremote SlickRemote for XBMC] by JetShred&lt;br /&gt;
* [http://yatse.leetzone.org/redmine/projects/androidwidget/ Yatse, the XBMC / Kodi Remote] by Tolriq&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=ch.berard.xbmcremotebeta Music Pump XBMC Remote] by Millencolin007&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=org.furidamu.omnimote Omnimote] by Mononofu&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=eventghostremote.christophergertz.de terRemote] by Christopher Gertz&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=air.xmote.free&amp;amp;hl=en XMOTE] by BIROVI&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=com.sonymobile.smartconnect.extension.xbmcsw Sony SmartWatch XBMC remote control] by Ahmet Yildirim&lt;br /&gt;
&lt;br /&gt;
Additionally, on the Windows platform, if you are willing to run a background program on your XBMC, there are several products on the Android market that act as a PC remote.&lt;br /&gt;
* [https://market.android.com/details?id=com.Relmtech.RemotePaid Unified Remote Full] by Unified Intents has a built-in remote profile for XBMC in the paid version or generic PC control in the [https://market.android.com/details?id=com.Relmtech.Remote free version].&lt;br /&gt;
* [http://www.eventghost.org/ EventGhost] is a powerful system for Windows PC automation and has two matching Android applications ([https://play.google.com/store/apps/details?id=eventghostremote.christophergertz.de terRemote] and [https://market.android.com/details?id=com.timhoeck.android.eventghost EventGhost]). It has the added ability for EventGhost running on your PC to send events back to your Android devices enabling apps to open or other triggered events. EventGhost on the PC also has a full XBMC plugin to trigger events in XBMC based on incoming events from your Android device or other hardware remote.&lt;br /&gt;
* [https://market.android.com/details?id=banamalon.remote.win.lite WIN - Remote] by Banamalon is a PC remote that works with the server application downloaded from [http://www.banamalon.net/ http://www.banamalon.net/].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Official XBMC Remote/Android]]&lt;br /&gt;
* [[Official XBMC Remote/iOS]]&lt;br /&gt;
* [[iOS remotes]]&lt;br /&gt;
* [[:Category:Smartphone and tablet remotes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:Smartphone and tablet remotes]]&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Kore&amp;diff=88897</id>
		<title>Kore</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Kore&amp;diff=88897"/>
		<updated>2015-04-09T22:36:38Z</updated>

		<summary type="html">&lt;p&gt;Syncd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Remotes]]|[[Smartphone remotes|Phones/tablets]]|[[Official Kodi Remote|Official]] }}&lt;br /&gt;
{{Infobox information appliance&lt;br /&gt;
| name         = Kore, Official Remote for Kodi&lt;br /&gt;
| logo         = [[File:Kore Artwork Concept 2.png|300px]]&lt;br /&gt;
| image        = &lt;br /&gt;
| caption      = &lt;br /&gt;
| developer    = Team Kodi&lt;br /&gt;
| os = Android 4.0.3 and newer&lt;br /&gt;
| website      = [https://play.google.com/store/apps/details?id=org.xbmc.kore]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kore, the Official Remote for Kodi&#039;&#039;&#039; is a full featured, easy to use remote for Kodi/XBMC that lets you control your media center from your Android device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kore&#039;&#039;&#039; is available on the [https://play.google.com/store/apps/details?id=org.xbmc.kore Play Store], on [https://f-droid.org/repository/browse/?fdid=org.xbmc.kore F-Droid] and directly [http://mirrors.kodi.tv/tools/kore/releases/ here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Main Features ==&lt;br /&gt;
* Control your media center with an easy to use remote;&lt;br /&gt;
* See what’s currently playing, including relevant information about it (movies, TV shows, music, pictures, files and addons);&lt;br /&gt;
* View and manage the current playlist;&lt;br /&gt;
* Change and sync subtitles and audiostreams;&lt;br /&gt;
* View your media library, with details about movies, TV shows, music and addons;&lt;br /&gt;
* Control Kodi&#039;s volume with the hardware keys;&lt;br /&gt;
* Works with Kodi and XBMC (Frodo and Gotham);&lt;br /&gt;
* Nice and easy to use interface, with multiple themes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support forum/FAQ ==&lt;br /&gt;
If you need help, check the [http://forum.kodi.tv/showthread.php?tid=221700 FAQ] or visit the [http://forum.kodi.tv/forumdisplay.php?fid=129 forum].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beta testing ==&lt;br /&gt;
We&#039;ve setup a Beta test program, that will receive Beta versions of Kore. Beta testing uses Google&#039;s testing infrastructure, so to join the program you&#039;ll have to:&lt;br /&gt;
* Join Kodi&#039;s [https://plus.google.com/communities/115506510322045554124 Google+ Community];&lt;br /&gt;
* Visit [https://play.google.com/apps/testing/org.xbmc.kore this page] and click the &#039;&#039;&#039;Become a tester&#039;&#039;&#039; button. To leave the Beta testing program, return to that page and choose the option &#039;&#039;&#039;Leave the test&#039;&#039;&#039;;&lt;br /&gt;
* Go to the [https://play.google.com/store/apps/details?id=org.xbmc.kore Play Store] to update to the latest Beta version.&lt;br /&gt;
&lt;br /&gt;
Please report any bugs you find on this forum, not on the Google+ community.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Source code ==&lt;br /&gt;
Kore&#039;s source code is available on [https://github.com/xbmc/Kore GitHub]. Feel free to check it out and contribute.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Kore 0.9 now playing.png&lt;br /&gt;
File:Kore 0.9 remote.png&lt;br /&gt;
File:Kore 0.9 movie details.png&lt;br /&gt;
File:Kore 0.9 movie list.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Remotes]]&lt;br /&gt;
[[Category:Smartphone and tablet remotes]]&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Kore_0.9_movie_list.png&amp;diff=88896</id>
		<title>File:Kore 0.9 movie list.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Kore_0.9_movie_list.png&amp;diff=88896"/>
		<updated>2015-04-09T22:33:52Z</updated>

		<summary type="html">&lt;p&gt;Syncd: Kore screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kore screenshot&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Kore_0.9_movie_details.png&amp;diff=88895</id>
		<title>File:Kore 0.9 movie details.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Kore_0.9_movie_details.png&amp;diff=88895"/>
		<updated>2015-04-09T22:33:10Z</updated>

		<summary type="html">&lt;p&gt;Syncd: Kore screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kore screenshot&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Kore_0.9_remote.png&amp;diff=88894</id>
		<title>File:Kore 0.9 remote.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Kore_0.9_remote.png&amp;diff=88894"/>
		<updated>2015-04-09T22:32:20Z</updated>

		<summary type="html">&lt;p&gt;Syncd: Kore screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kore screenshot&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Kore_0.9_now_playing.png&amp;diff=88893</id>
		<title>File:Kore 0.9 now playing.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Kore_0.9_now_playing.png&amp;diff=88893"/>
		<updated>2015-04-09T22:31:04Z</updated>

		<summary type="html">&lt;p&gt;Syncd: Kore screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kore screenshot&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Kore_Artwork_Concept_2.png&amp;diff=88892</id>
		<title>File:Kore Artwork Concept 2.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Kore_Artwork_Concept_2.png&amp;diff=88892"/>
		<updated>2015-04-09T22:10:26Z</updated>

		<summary type="html">&lt;p&gt;Syncd: Kore feature art&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kore feature art&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Android_remotes&amp;diff=88891</id>
		<title>Archive:Android remotes</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Android_remotes&amp;diff=88891"/>
		<updated>2015-04-09T21:53:30Z</updated>

		<summary type="html">&lt;p&gt;Syncd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]|[[Remotes]]|[[Smartphone/tablet remotes|Phones/tablets]] }}&lt;br /&gt;
== Android remotes ==&lt;br /&gt;
[[File:Kore now playing nexus6.png|thumb]]&lt;br /&gt;
&#039;&#039;&#039;[[Official XBMC Remote/Android|Kore, the Official Remote for Kodi]]&#039;&#039;&#039; by Team-XBMC is available on the Play Store. It&#039;s a full featured and easy-to-use remote that lets you control Kodi/XBMC from your Android device.&lt;br /&gt;
&lt;br /&gt;
Several unofficial Android XBMC remotes are also available:&lt;br /&gt;
* [https://market.android.com/details?id=fr.beungoud.xbmcremote XBMC remote control] by Beungoud&lt;br /&gt;
* [https://market.android.com/details?id=com.pitta.chandan.xbmcremote XBMC / Boxee Remote] by Chandan Pitta&lt;br /&gt;
* [https://market.android.com/details?id=com.andrewchatham Boxee/XBMC Remote] by Andrew Chatham&lt;br /&gt;
* [https://market.android.com/details?id=spooky.activity Spooky XBMC] by Aaron Gray&lt;br /&gt;
* [https://market.android.com/details?id=com.sixones.remote Remote+ for Plex, XBMC, Boxee] by sixones&lt;br /&gt;
* [https://market.android.com/details?id=com.jetshred.slickremote.xbmcremote SlickRemote for XBMC] by JetShred&lt;br /&gt;
* [http://yatse.leetzone.org/redmine/projects/androidwidget/ Yatse, the XBMC / Kodi Remote] by Tolriq&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=ch.berard.xbmcremotebeta Music Pump XBMC Remote] by Millencolin007&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=org.furidamu.omnimote Omnimote] by Mononofu&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=eventghostremote.christophergertz.de terRemote] by Christopher Gertz&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=air.xmote.free&amp;amp;hl=en XMOTE] by BIROVI&lt;br /&gt;
* [https://play.google.com/store/apps/details?id=com.sonymobile.smartconnect.extension.xbmcsw Sony SmartWatch XBMC remote control] by Ahmet Yildirim&lt;br /&gt;
&lt;br /&gt;
Additionally, on the Windows platform, if you are willing to run a background program on your XBMC, there are several products on the Android market that act as a PC remote.&lt;br /&gt;
* [https://market.android.com/details?id=com.Relmtech.RemotePaid Unified Remote Full] by Unified Intents has a built-in remote profile for XBMC in the paid version or generic PC control in the [https://market.android.com/details?id=com.Relmtech.Remote free version].&lt;br /&gt;
* [http://www.eventghost.org/ EventGhost] is a powerful system for Windows PC automation and has two matching Android applications ([https://play.google.com/store/apps/details?id=eventghostremote.christophergertz.de terRemote] and [https://market.android.com/details?id=com.timhoeck.android.eventghost EventGhost]). It has the added ability for EventGhost running on your PC to send events back to your Android devices enabling apps to open or other triggered events. EventGhost on the PC also has a full XBMC plugin to trigger events in XBMC based on incoming events from your Android device or other hardware remote.&lt;br /&gt;
* [https://market.android.com/details?id=banamalon.remote.win.lite WIN - Remote] by Banamalon is a PC remote that works with the server application downloaded from [http://www.banamalon.net/ http://www.banamalon.net/].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Official XBMC Remote/Android]]&lt;br /&gt;
* [[Official XBMC Remote/iOS]]&lt;br /&gt;
* [[iOS remotes]]&lt;br /&gt;
* [[:Category:Smartphone and tablet remotes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:Smartphone and tablet remotes]]&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=File:Kore_now_playing_nexus6.png&amp;diff=88890</id>
		<title>File:Kore now playing nexus6.png</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=File:Kore_now_playing_nexus6.png&amp;diff=88890"/>
		<updated>2015-04-09T21:44:51Z</updated>

		<summary type="html">&lt;p&gt;Syncd: Kore Android remote illustration on a Nexus 6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kore Android remote illustration on a Nexus 6&lt;/div&gt;</summary>
		<author><name>Syncd</name></author>
	</entry>
</feed>