Mercurial > mplayer.hg
annotate etc/menu.conf @ 25316:ea301dc982fa
Dump the ati radeon DISP_MERGE_CNTL register to ease the
debugging of VIDIX color bug.
Patch by Guillaume Lecerf (foxcore at gmail dot com)
author | ben |
---|---|
date | Mon, 10 Dec 2007 19:13:54 +0000 |
parents | 96d0992c7920 |
children | 6a7cf06be2e8 |
rev | line source |
---|---|
25263
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
1 <keybindings name="default"> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
2 <binding key="UP" cmd="menu up" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
3 <binding key="DOWN" cmd="menu down" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
4 <binding key="LEFT" cmd="menu left" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
5 <binding key="RIGHT" cmd="menu right" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
6 <binding key="ENTER" cmd="menu ok" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
7 <binding key="ESC" cmd="menu cancel" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
8 <binding key="HOME" cmd="menu home" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
9 <binding key="END" cmd="menu end" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
10 <binding key="PGUP" cmd="menu pageup" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
11 <binding key="PGDWN" cmd="menu pagedown" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
12 </keybindings> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
13 <keybindings name="list" parent="default" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
14 <keybindings name="filesel" parent="list"> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
15 <binding key="BS" cmd="menu left" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
16 </keybindings> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
17 <keybindings name="cmdlist" parent="list" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
18 <keybindings name="txt" parent="list" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
19 <keybindings name="pt" parent="list" /> |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
23727
diff
changeset
|
20 <keybindings name="pref" parent="list" /> |
8199 | 21 |
22 <txt name="man" file="manpage.txt"/> | |
23 | |
24 <filesel name="open_file"/> | |
8226 | 25 <filesel name="open_list" file-action="loadlist '%p'" auto-close="yes" |
19530
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
26 title="Open a playlist: %p" |
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
27 filter="/etc/mplayer/extensions_filter" |
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
28 actions="d:run 'mp_loader \'%p\' d',c:run 'mp_loader \'%p\' c'" /> |
8199 | 29 |
30 <pt name="jump_to"/> | |
31 | |
32 <console name="console0" height="80" vspace="0">Welcome to MPlayer</console> | |
33 | |
34 <txt name="man" file="manpage.txt"/> | |
35 | |
36 <pref name="general_pref" title="General"> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
37 <e property="osdlevel" name="OSD level"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
38 <e property="speed" name="Speed"/> |
23727 | 39 <e property="loop" name="Loop"/> |
8199 | 40 </pref> |
41 | |
42 <pref name="demuxer_pref" title="Demuxer"> | |
43 </pref> | |
44 | |
45 | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
46 <pref name="osd_sub_pref" title="Subtitles"> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
47 <e property="sub" name="Subtitles"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
48 <e property="sub_visibility" name="Visibility"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
49 <e property="sub_forced_only" name="Forced sub only"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
50 <e property="sub_alignment" name="Alignment"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
51 <e property="sub_pos" name="Position"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
52 <e property="sub_delay" name="Delay"/> |
23725 | 53 <e property="sub_scale" name="Scale"/> |
8199 | 54 </pref> |
55 | |
56 <pref name="audio_pref" title="Audio"> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
57 <e property="volume" name="Volume"/> |
23568 | 58 <e property="balance" name="Balance"/> |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
59 <e property="mute" name="Mute"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
60 <e property="audio_delay" name="Delay"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
61 </pref> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
62 |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
63 <pref name="colors_pref" title="Colors"> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
64 <e property="gamma" name="Gamma"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
65 <e property="brightness" name="Brightness"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
66 <e property="contrast" name="Contrast"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
67 <e property="saturation" name="Saturation"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
68 <e property="hue" name="Hue"/> |
8199 | 69 </pref> |
70 | |
71 <pref name="video_pref" title="Video"> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
72 <e property="fullscreen" name="Fullscreen"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
73 <e property="panscan" name="Panscan"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
74 <menu menu="colors_pref" name="Colors ..."/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
75 <e property="ontop" name="Always on top"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
76 <e property="rootwin" name="Root window"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
77 <e property="framedropping" name="Frame dropping"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
78 <e property="vsync" name="VSync"/> |
8199 | 79 </pref> |
80 | |
81 | |
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"/> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
86 <e name="Subtitles ..." ok="set_menu osd_sub_pref"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
87 <e name="Back" ok="menu cancel"/> |
8199 | 88 </cmdlist> |
89 | |
19530
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
90 <pref name="properties" title="Stream Properties"> |
23398
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
91 <e txt="${filename}" name="Name"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
92 <e txt="${video_format}" name="Video Codec"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
93 <e txt="${video_bitrate}" name="Video Bitrate"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
94 <e txt="${width} x ${height}" name="Resolution"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
95 <e txt="${audio_codec}" name="Audio Codec"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
96 <e txt="${audio_bitrate}" name="Audio Bitrate"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
97 <e txt="${samplerate}, ${channels}" name="Audio Samples"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
98 <e txt="${metadata/Title}" name="Title"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
99 <e txt="${metadata/Artist}" name="Artist"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
100 <e txt="${metadata/Album}" name="Album"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
101 <e txt="${metadata/Year}" name="Year"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
102 <e txt="${metadata/Comment}" name="Comment"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
103 <e txt="${metadata/Track}" name="Track"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
104 <e txt="${metadata/Genre}" name="Genre"/> |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
19530
diff
changeset
|
105 <e txt="${metadata/Software}" name="Software"/> |
19530
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
106 </pref> |
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
107 |
12905 | 108 <cmdlist name="main" title="MPlayer OSD menu" ptr="<>" > |
8199 | 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"/> | |
19530
e8a589ebd38a
updated sample of libmenu config file with latest improvements
ben
parents:
17949
diff
changeset
|
116 <e name="Properties" ok="set_menu properties"/> |
8199 | 117 <e name="Console" ok="set_menu console0"/> |
118 <e name="Quit" ok="quit"/> | |
119 </cmdlist> | |
120 | |
121 |