Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: vdr, mplayer and lirc
Hi Peter,
you finally pushed me to the right direction...
No "input.conf" seems to be needed. Just put the "correct" commands
(config=) in the lircrc and everything works just smooth :-)
Thanks a lot to you and to all who tried to help !
This is my new lircrc, maybe someone else wants to use it, too:
########################################################
begin
prog = mplayer
button = MENU
config = osd
end
begin
prog = mplayer
button = LEFT
config = seek -10
repeat = 1
end
begin
prog = mplayer
button = RIGHT
config = seek +10
repeat = 1
end
begin
prog = mplayer
button = DOWN
config = seek -60
repeat = 1
end
begin
prog = mplayer
button = UP
config = seek +60
repeat = 1
end
begin
prog = mplayer
button = OK
config = pause
end
begin
prog = mplayer
button = BACK
config = quit
end
begin
prog = mplayer
button = VOLUME+
config = volume +1
repeat = 1
end
begin
prog = mplayer
button = VOLUME-
config = volume -1
repeat = 1
end
########################################################
PS: What a brilliant peace of software "vdr" is :-)
--
with best regards
---
Karsten Mueller
Softwaredevelopment / Keyaccount Manager
RATIO Entwicklungen GmbH
Admiralitaetstr. 59
20459 Hamburg
Email: mailto:kmu@ratio.de
Peter Juenger wrote:
> Hi Carsten.
>
> Hi,
>
> AFAIK you usually dont need an input.conf. I think it doesnt work because of the
> config-commands like "volume+" or "2" your are using in your .lircrc
>
> Please try it like this:
>
> begin
> remote = one4all
> prog = mplayer
> button = Yellow
> repeat =1
> config = seek 20
> end
>
> Use the direkt commands like seek 20, volume +1, pause, osd, ... and _no_ input.conf
> You can find the valid commands in input.c.
>
> Regards, Peter
>
>
> On 8 May 2002 at 16:18, Karsten Mueller wrote:
>
>
[...]
Home |
Main Index |
Thread Index