Page 1 of 1

LIRC and MythTV setting key-faster key-slower

Posted: 13 Dec 2008 15:41
by kacheng
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

Re: LIRC and MythTV setting key-faster key-slower

Posted: 15 Dec 2008 11:01
by Jean-Baptiste Kempf
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?
Not yet, but I could work on it, if you give me a ticket.

Re: LIRC and MythTV setting key-faster key-slower

Posted: 21 Dec 2008 13:22
by kacheng
Thanks j-b
I created it at https://trac.videolan.org/vlc/ticket/2367
Let me know if I set any of the settings incorrectly.
Thanks.