[MPlayer-users] basic bugs

Corey Hickey bugfood-ml at fatooh.org
Tue Mar 11 17:48:53 CET 2003


Julian Bradfield wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Dear Developers,
> 
> It would be nice if some of the really obvious and basic bugs in the
> GUI and keyboard interface got fixed before 0.90.
> 
> (1) The Up and Down, and PageUp and PageDown, keys are the wrong way
>     round, both according to intuition and according to the
>     documentation.

 From the manpage:
up and down         seek backward/forward  1 minute
pgup and pgdown     seek backward/forward 10 minutes

I guess I see what you mean. Though, that somehow never bothered my
fingers. :) If you prefer the other way around, though, changing the
behavior is really easy: just edit your ~/.mplayer/input.conf, and
change the signs in this part:

DOWN seek -60
UP seek +60
PGUP seek 600
PGDWN seek -600

Out of curiosity, does anybody know why the UP seek has a plus sign
and the PGUP seek doesn't? There is no difference, is there?


> (2) Some of these keys act both on press and release. In particular,
>     pressing Right moves the movie on by 20 seconds, instead of 10.
>     I did fix this once, but again the patches don't carry through
>     to more recent versions.

I've never had that happen. It actually seeks twice, once when you press
the key down, and once again when you release it? You might want to fill
out a formal bugreport (DOCS/bugreports.html) on that one.

-Corey

-Corey



More information about the MPlayer-users mailing list