[MPlayer-users] stepping backwards, was: hi!

mlg 3 m_l_g3 at yahoo.com
Mon Dec 5 12:26:51 CET 2011


>From: Uoti Urpala <uoti.urpala at pp1.inet.fi>

>On Sun, 2011-12-04 at 14:22 -0800, mlg 3 wrote:
>> How do I " bind a key to do a 0.05 second seek"? (In fact, I was thinking about 0.1)
>> Is it out-of-box ready, or do I have to change the source?
>> I tried to search for Shift+Left, no result, and the code is a big place.

>Put a line like this in input.conf:
>F5 seek -0.05 0 1


Thanks, I've reprogrammed the controls left/right up/down pgUp/pgDn 
to +-1 10 100 and now have something I can live with.
(I did not realize it was 10.)

>"Shift+Left" does occur in the sources, in the example input.conf file,
>and searching for it with "git grep 'Shift+Left'" for example does find
>it. So if you were searching correctly then you may have the wrong
>sources.


Sounds suspicious.
In that file, I see 'LEFT' but no 'Shift'

...mplayer-last$ git grep 'Shift+Left'
fatal: Not a git repository
...mplayer-last/ffmpeg$ git grep 'Shift+Left'
...mplayer-last/ffmpeg$ cd ..
...mplayer-last$ svn info
Path: .
URL: svn://svn.mplayerhq.hu/mplayer/trunk
Repository Root: svn://svn.mplayerhq.hu/mplayer
Repository UUID: b3059339-0415-0410-9bf9-f77b7e298cf2
Revision: 34393
Node Kind: directory
Schedule: normal
Last Changed Author: cehoyos
Last Changed Rev: 34393
Last Changed Date: 2011-12-05 03:13:46 +0400 (Mon, 05 Dec 2011)


More information about the MPlayer-users mailing list