OK…
- make sure your remote isn’t plugged in… open a terminal and enter:
sudo apt-get update && sudo apt-get install lirc mythbuntu-lirc-generator
mythbuntu-lircrc-generator
(hit enter after each line, and password if requested)
-
Click on your “home” directory… the nautilus file manager will open
-
in nautilus, click the “View” icon, and select “Show hidden files” (or hit Crtl+H)
-
inside your home directory, look for a directory called .lirc and open it
-
inside the .lirc directory, right-click and select Create Document->Empty File, and name it rhythmbox
-
open the rhythmbox document you just created and “copy and paste” this into it (ignoring the word “Quote”)
# edit the "button =" part for each entry according to your remote, and stick
# this stuff in ~/.lircrc
begin
prog = Rhythmbox
remote = *
button = Play
repeat = 1
config = play
end
begin
prog = Rhythmbox
remote = *
button = Pause
repeat = 0
config = pause
end
begin
prog = Rhythmbox
remote = *
button = Play_Pause
repeat = 1
config = playpause
end
begin
prog = Rhythmbox
remote = *
button = Stop
repeat = 1
config = stop
end
begin
prog = Rhythmbox
remote = *
button = Clear
repeat = 1
config = shuffle
end
begin
prog = Rhythmbox
remote = *
button = Enter
repeat = 1
config = repeat
end
begin
prog = Rhythmbox
remote = *
button = Skip
repeat = 1
config = next
end
begin
prog = Rhythmbox
remote = *
button = Replay
repeat = 1
config = previous
end
begin
prog = Rhythmbox
remote = *
button = Forward
repeat = 1
config = seek_forward
end
begin
prog = Rhythmbox
remote = *
button = Rewind
repeat = 1
config = seek_backward
end
begin
prog = Rhythmbox
remote = *
button = VolUp
repeat = 1
config = volume_up
end
begin
prog = Rhythmbox
remote = *
button = VolDown
repeat = 1
config = volume_down
end
begin
prog = Rhythmbox
remote = *
button = Mute
repeat = 1
config = mute
end
begin
prog = Rhythmbox
remote = *
button = DVD
repeat = 1
config = quit
end
(save and quit)
- open a terminal and enter:
gedit ~/.lircrc
(hit enter… gedit will open)
add the line (ignoring the word “Quote”)
include ~/.lirc/rhythmbox
[b](save and quit)[/b]
8.) open Rhythbox, and navigate to Edit → Plugins, put a tick in the LIRC box and click Close
-
Plug in your remote control
-
Now restart your Rhythmbox and you should be able to control Rhythmbox using your IR remote.