While not directly in response to your post, I hope this helps you or someone else looking around. I modified the .lircrc file in Jarod's guide for the Hauppauge Grey remote to get xine remote functions to match MythTV's internal player more closely. Note that I use the volume on external amp, so I took out the Volume/Mute controls.

Here's my changes:

### Xine lirc setup

begin
prog = xine
button = PLAY
repeat = 3
config = Play
end

begin
prog = xine
button = STOP
repeat = 3
config = Stop
end

begin
prog = xine
button = Back-Exit
config = Quit
end

begin
prog = xine
button = PAUSE
repeat = 3
config = Pause
end

begin
prog = xine
button = OK
repeat = 3
config = EventSelect
end

begin
prog = xine
button = BACK/EXIT
repeat = 3
config = Menu
end

begin
prog = xine
button = Next
repeat = 3
#config = SpeedFaster
config = EventNext
end

begin
prog = xine
button = Previous
repeat = 3
#config = SpeedSlower
config = EventPrior
end

begin
prog = xine
button = Forward
repeat = 3
#config = SpeedFaster
config = SeekRelative+60
end

begin
prog = xine
button = Rewind
repeat = 3
#config = SpeedSlower
config = SeekRelative-60
end

begin
prog = xine
button = MENU
repeat = 3
config = RootMenu
end

begin
prog = xine
button = SKIP
repeat = 3
config = EventNext
end

begin
prog = xine
button = REPLAY
repeat = 3
config = EventPrior
end

begin
prog = xine
button = GO
repeat = 3
config = OSDStreamInfos
end

begin
prog = xine
button = RED
repeat = 3
config = Quit
end

begin
prog = xine
button = UP
repeat = 3
config = EventUp
end

begin
prog = xine
button = DOWN
repeat = 3
config = EventDown
end

begin
prog = xine
button = LEFT
repeat = 3
config = EventLeft
end

begin
prog = xine
button = RIGHT
repeat = 3
config = EventRight
end



On Dec 11, 2005, at 11:09 PM, Rick Strobel wrote:

Looks like the command names in lirc.conf don't match what's in .lircrc. By
changing "REW" to "REV", for example, I can get other buttons to work.

Until I get a better understanding of all the commands available for the "mythtv", "mplayer" and "Xine" sections of .lircrc I'm gonna wait it out. Guess I'm going to go ahead and get a tuner card and try this for real now.

Maybe I'll try irrecord. I tried it but couldn't figure out the command
syntax to get it started.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gordon Rimac
Sent: Sunday, December 11, 2005 9:58 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] TiVo remote on KnoppMyth

Have you tried creating your own config file for the remote using
irrecord?  I am using the same remotes using irman reciever with no
issue.  I was unable to get them to work using the config files
floating around on the web.
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to