Hi,
I successfully got MythTV working to use VLC player as its internal player for video files.
I also have gotten the LIRC remote interface working correctly, but wanted to try to enable the key-faster and key-slower settings to allow viewing at 1.0x, 1.1x, 1.2x, 1.3x.
However, the key-faster setting uses 0.5x increments, so I can only do 1.0x, 1.5x, 2.0x.
Is there a way to control the granularity better?
My current ~/.lirc/vlc file has:
begin
remote = hauppauge_pvr
prog = vlc
button = Blue
config = key-faster
repeat = 0
delay = 0
end
begin
remote = hauppauge_pvr
prog = vlc
button = Yellow
config = key-slower
repeat = 0
delay = 0
end
Thanks