Kodi Community Forum
MCE Remote - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: MCE Remote (/showthread.php?tid=69131)



MCE Remote - WallaceTech - 2010-01-31

Hi Guys.

I am running 64bit Ubuntu and have just installed XBMC and the install has gone great so far. Easy to set up and configure and all my media now works.

I have installed lircrc and my remote works when in XBMC.

I have created a file .lircrc in my home share and added the following

begin
remote = mceusb
button = Home
prog = irexec
repeat = 0
config = /usr/share/applications/XBMC Media Center
end

When i press the green button the remote it is not opening XBMC

Any ideas as to where i have gone wrong?

Thanks in advance

Craig


- WallaceTech - 2010-02-01

Hi guys.

I have been searching all over the site but i am no more clear as to whats wrong.

Is it the path to where i am asking to start xbmc thats the issue?

Thanks

Craig


- WallaceTech - 2010-02-01

It was my path that was wrong.

Should have been

begin
remote = mceusb
button = Home
prog = irexec
repeat = 0
config = /usr/bin/xbmc
end