Incorrect mapping of Record action for mceusb remotes
Bug #472131 reported by
Steven Ellis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mythbuntu-lirc-generator (Ubuntu) |
In Progress
|
Undecided
|
Nick Fox |
Bug Description
Binary package hint: mythbuntu-
You are mapping RecTV to the key "R" rather than the Rec button
begin
remote = mceusb
prog = mythtv
button = RecTV
config = R
repeat = 0
delay = 0
end
The generated lirc file should have
begin
remote = mceusb
prog = mythtv
button = Record
config = R
repeat = 0
delay = 0
end
Related branches
Changed in mythbuntu-lirc-generator (Ubuntu): | |
assignee: | nobody → Nick Fox (nickj-fox) |
status: | New → Triaged |
Changed in mythbuntu-lirc-generator (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in mythbuntu-lirc-generator (Ubuntu): | |
status: | Triaged → In Progress |
To post a comment you must log in.
Additional suggestion for mplayer is to map the "information" key to the OSD
begin
remote = mceusb
button = More
prog = mplayer
config = osd
repeat = 0
delay = 0
end