mplayer: link mpv subpage, distinguish metadata
[sheet.git] / mplayer.eng.inc.pl
index 1c2e170998a4ccac398c29a85044e76e85f82cec..6c79fc9474ee93304835b8f5c933c2e02c5a3bb2 100644 (file)
@@ -1,6 +1,13 @@
 use utf8;
 
 {
+title => 'MPlayer',
+intro => join("\n",
+       'Default interface controls for the original MPlayer v1.0 media player.',
+       'Mostly inherited by <a href="/mplayer/mpv">mpv</a>.',
+),
+keywords => [qw'mpv mplayer mplayer2 media player video audio'],
+
 key => {
        '[' => "slow down 10%",
        ']' => "speed up 10%",
@@ -11,8 +18,8 @@ key => {
        'p' => "pause",
        '.' => "step forward",
        'q' => "stop and quit",
-       '+' => "audio delay +<>.1s",
-       '-' => "audio delay -<>.1s",
+       '+' => "audio delay +<>.1s", # +ctrl in mpv
+       '-' => "audio delay -<>.1s", # +ctrl in mpv
        '/' => "volume decrease",
        '*' => "volume increase",
        'm' => "mute sound",
@@ -39,8 +46,8 @@ key => {
        's' => "screen<>shot\n-vf screenshot",
        'S' => "record screen<>shot<>s\n-vf screenshot",
        'I' => "filename",
-       '!' => "chapter back",
-       '@' => "chapter forward",
+       '!' => "chapter back", # also pgdn in mpv
+       '@' => "chapter forward", # also pgup in mpv
        '1' => "contrast less",
        '2' => "contrast more",
        '3' => "brighter",