1 <keybindings name="default">
2 <binding key="UP" cmd="menu up" />
3 <binding key="DOWN" cmd="menu down" />
4 <binding key="LEFT" cmd="menu left" />
5 <binding key="RIGHT" cmd="menu right" />
6 <binding key="ENTER" cmd="menu ok" />
7 <binding key="ESC" cmd="menu cancel" />
8 <binding key="HOME" cmd="menu home" />
9 <binding key="END" cmd="menu end" />
10 <binding key="PGUP" cmd="menu pageup" />
11 <binding key="PGDWN" cmd="menu pagedown" />
13 <keybindings name="list" parent="default" />
14 <keybindings name="filesel" parent="list">
15 <binding key="BS" cmd="menu left" />
17 <keybindings name="cmdlist" parent="list" />
18 <keybindings name="txt" parent="list" />
19 <keybindings name="pt" parent="list" />
20 <keybindings name="pref" parent="list" />
22 <txt name="man" file="manpage.txt"/>
24 <filesel name="open_file"/>
25 <filesel name="open_list" file-action="loadlist '%p'" auto-close="yes"
26 title="Open a playlist: %p"
27 filter="/etc/mplayer/extensions_filter"
28 actions="d:run 'mp_loader \'%p\' d',c:run 'mp_loader \'%p\' c'" />
32 <console name="console0" height="80" vspace="0">Welcome to MPlayer</console>
34 <txt name="man" file="manpage.txt"/>
36 <pref name="general_pref" title="General">
37 <e property="osdlevel" name="OSD level"/>
38 <e property="speed" name="Speed"/>
39 <e property="loop" name="Loop"/>
42 <pref name="demuxer_pref" title="Demuxer">
46 <pref name="osd_sub_pref" title="Subtitles">
47 <e property="sub" name="Subtitles"/>
48 <e property="sub_visibility" name="Visibility"/>
49 <e property="sub_forced_only" name="Forced sub only"/>
50 <e property="sub_alignment" name="Alignment"/>
51 <e property="sub_pos" name="Position"/>
52 <e property="sub_delay" name="Delay"/>
53 <e property="sub_scale" name="Scale"/>
56 <pref name="audio_pref" title="Audio">
57 <e property="volume" name="Volume"/>
58 <e property="balance" name="Balance"/>
59 <e property="mute" name="Mute"/>
60 <e property="audio_delay" name="Delay"/>
63 <pref name="colors_pref" title="Colors">
64 <e property="gamma" name="Gamma"/>
65 <e property="brightness" name="Brightness"/>
66 <e property="contrast" name="Contrast"/>
67 <e property="saturation" name="Saturation"/>
68 <e property="hue" name="Hue"/>
71 <pref name="video_pref" title="Video">
72 <e property="fullscreen" name="Fullscreen"/>
73 <e property="panscan" name="Panscan"/>
74 <menu menu="colors_pref" name="Colors ..."/>
75 <e property="ontop" name="Always on top"/>
76 <e property="rootwin" name="Root window"/>
77 <e property="framedropping" name="Frame dropping"/>
78 <e property="vsync" name="VSync"/>
82 <cmdlist name="pref_main" title="Preferences" ptr="<>" >
83 <e name="General ..." ok="set_menu general_pref"/>
84 <e name="Audio ..." ok="set_menu audio_pref"/>
85 <e name="Video ..." ok="set_menu video_pref"/>
86 <e name="Subtitles ..." ok="set_menu osd_sub_pref"/>
87 <e name="Back" ok="menu cancel"/>
90 <pref name="properties" title="Stream Properties">
91 <e txt="${filename}" name="Name"/>
92 <e txt="${video_format}" name="Video Codec"/>
93 <e txt="${video_bitrate}" name="Video Bitrate"/>
94 <e txt="${width} x ${height}" name="Resolution"/>
95 <e txt="${audio_codec}" name="Audio Codec"/>
96 <e txt="${audio_bitrate}" name="Audio Bitrate"/>
97 <e txt="${samplerate}, ${channels}" name="Audio Samples"/>
98 <e txt="${metadata/Title}" name="Title"/>
99 <e txt="${metadata/Artist}" name="Artist"/>
100 <e txt="${metadata/Album}" name="Album"/>
101 <e txt="${metadata/Year}" name="Year"/>
102 <e txt="${metadata/Comment}" name="Comment"/>
103 <e txt="${metadata/Track}" name="Track"/>
104 <e txt="${metadata/Genre}" name="Genre"/>
105 <e txt="${metadata/Software}" name="Software"/>
108 <cmdlist name="main" title="MPlayer OSD menu" ptr="<>" >
109 <e name="Pause" ok="pause"/>
110 <e name="Prev/Next" ok="pt_step 1" cancel="pt_step -1"/>
111 <e name="Jump to ..." ok="set_menu jump_to"/>
112 <e name="Open ..." ok="set_menu open_file"/>
113 <e name="Open playlist ..." ok="set_menu open_list"/>
114 <e name="Help" ok="set_menu man"/>
115 <e name="Pref" ok="set_menu pref_main"/>
116 <e name="Properties" ok="set_menu properties"/>
117 <e name="Console" ok="set_menu console0"/>
118 <e name="Quit" ok="quit"/>