X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7b3478ca9d98ec9b1ef2564f0691316b1d9d691d..0b4be0d5ff71ca539da8e741826d499a5d649004:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index 9aab0ea..1cd6cf8 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -1,37 +1,29 @@ -<: -use utf8; -use strict; -use warnings; -no warnings 'qw'; # you know what you doing -no warnings 'uninitialized'; # save some useless checks for more legible code - -use Shiar_Sheet::KeySigns qw(%sign); +<(common.inc.plp)><: + our $VERSION = 'v1.0'; -our $VERSION = 'v1.0'; + use Shiar_Sheet::KeySigns qw(%sign); -$header{content_type} = "text/html; charset=$sign{charset}"; + $header{content_type} = "text/html; charset=$sign{charset}"; :> - + -mplayer cheat sheet - +mplayer cheat sheet + + +<:= stylesheet(qw'light dark circus mono red terse') :> <: - my %styles = map {$_ => $_} qw(dark circus mono red terse); - our $style = exists $get{style} && $styles{$get{style}} || 'light'; - printf(qq{\n}, - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_ - ) for keys %styles; - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' unless $showkeys; + print "\n".'' + unless $showkeys; print "\n".'' if $showkeys and $get{keys} eq 'ghost'; :> + @@ -65,14 +57,14 @@ $keys->print_rows($get{rows}, [1,0]);
osd
Print information or change display.
subtitles -
Control subtitle selection or settings. -
video -
Video adjustment. -
audio +
Alter subtitle selection and settings. +
video +
Video output adjustment. +
audio
Sound (track) configuration. -
playback +
playback
Playback control. -
general +
general
Other MPlayer features. @@ -101,11 +93,13 @@ $keys->print_rows($get{rows}, [1,0]);