[mythtv-users] lirc question

Paul Wilson paul at wilsononline.id.au
Sat Feb 18 04:38:31 UTC 2006


Without knowing alot about LIRC, what I have partly found out about the 
way XINE uses it to send commands
They take some sort of Symbol command which then translates to a key 
cmd. This would open up more possibilities for various remotes .
Take the following examples for Xine
eg
begin
prog = xine
button = Zoom+
repeat = 3
config = ToggleAspectRatio
end
which translates to the below:

# cycle aspect ratio values
ToggleAspectRatio {
        key = a
        modifier = none
}
===

So why can't MythTV have
prog = mythtv
button = LiveTV
config =WatchLiveTV
end

Paul



More information about the mythtv-users mailing list