[mythtv-users] MCE USB Remote will not pause Myth

jacek burghardt jaceksburghardt at gmail.com
Mon Apr 9 20:15:27 UTC 2012


Return should be play P should be pause. I don't belive you can have
one button assigned to two functions in myth
# Play
begin
prog = mythtv
button = Play
config = Return
end

# Stop
begin
prog = mythtv
button = Stop
config = Esc
end

# Escape/Exit/Back
begin
prog = mythtv
button = BackExit
config = Esc
end

# Power Off/Exit
begin
prog = mythtv
button = Power
config = Esc
end

# Red means stop!
begin
prog = mythtv
button = Red
config = Esc
end

# Pause
begin
prog = mythtv
button = Pause
config = P
end


On 4/9/12, Raymond Norton <admin at lctn.org> wrote:
> Finally getting my MCE USB Vista remote to work with Myth (for the most
> part). However, pressing the PlayPause key only provides the "Play"
> function of Myth and does not pause.
>
> ./lirc/mythtv has the following entry:
>
> begin
>      remote = devinput
>      prog = mythtv
>      button = KEY_PLAYPAUSE
>      config = P
>      repeat = 0
>      delay = 0
> end
>
>
> Lircd.conf has the following:
> 00000000800100a4 00 KEY_PLAYPAUSE devinput
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list