HOW TO: Use xbox1 remote with xbmc using IR Server Suite. works 100%
#1
1. connect your dvd dongle to your pc using a usb adapter or do some wiring..
2. install xbcdrc from http://www.redcl0ud.com/xbcd_rc.html
3. install ir server suite from http://forum.team-mediaportal.com/mce-re...1-a-33512/
4. change your IRSSmap.xml in the xbmc/system folder to be like this:
Quote:<!-- This file contains the mapping of IR Server Suite keys to XBMC keys used in Keymap.xml -->

<irssmap>
<remote device="Microsoft MCE">
<pause>230</pause> <!-- pause -->
<stop>224</stop> <!-- stop -->
<play>234</play> <!-- play -->
<forward>227</forward> <!-- forward -->
<reverse>226</reverse> <!-- reverse -->
<left>169</left> <!-- left -->
<right>168</right> <!-- right -->
<up>166</up> <!-- up -->
<down>167</down> <!-- down -->
<select>11</select> <!-- ok -->
<pageplus>31725</pageplus> <!-- channel up -->
<pageminus>31724</pageminus> <!-- channel down -->
<back>216</back> <!-- previous -->
<menu>247</menu> <!-- dvd menu -->
<title>229</title> <!-- recorded tv -->
<info>195</info> <!-- info -->
<skipplus>223</skipplus> <!-- skip -->
<skipminus>221</skipminus> <!-- repeat -->
<display>213</display> <!-- guide -->
<start>31730</start> <!-- start -->
<record>31720</record> <!-- record -->
<volumeplus>31727</volumeplus> <!-- volume up -->
<volumeminus>31726</volumeminus> <!-- volume down -->
<mute>31729</mute> <!-- mute -->
<power>31642</power> <!-- tv power -->
<mytv>31706</mytv> <!-- live tv -->
<one>206</one>
<two>205</two>
<three>204</three>
<four>203</four>
<five>202</five>
<six>201</six>
<seven>200</seven>
<eight>199</eight>
<nine>198</nine>
<zero>207</zero>
<mytv>31652</mytv> <!-- red -->
<mymusic>31651</mymusic> <!-- green -->
<mypictures>31650</mypictures> <!-- yellow -->
<myvideo>31649</myvideo> <!-- blue -->
</remote>
</irssmap>

Now you can simply run xbmc and all of the remote buttons will do what they are assinged to in Keymap.xml under the remote mappings
Reply

Logout Mark Read Team Forum Stats Members Help
HOW TO: Use xbox1 remote with xbmc using IR Server Suite. works 100%0