Mercurial > mplayer.hg
annotate etc/menu.conf @ 18993:ecc7a8773e43
sync w/ r18928
author | gpoirier |
---|---|
date | Mon, 10 Jul 2006 14:50:30 +0000 |
parents | a6b11b35892a |
children | e8a589ebd38a |
rev | line source |
---|---|
8199 | 1 |
2 <txt name="man" file="manpage.txt"/> | |
3 | |
4 <filesel name="open_file"/> | |
8226 | 5 <filesel name="open_list" file-action="loadlist '%p'" auto-close="yes" |
8199 | 6 title="Open a playlist: %p" /> |
7 | |
8 <pt name="jump_to"/> | |
9 | |
10 <console name="console0" height="80" vspace="0">Welcome to MPlayer</console> | |
11 | |
12 <txt name="man" file="manpage.txt"/> | |
13 | |
14 <pref name="general_pref" title="General"> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
15 <e property="osdlevel" name="OSD level"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
16 <e property="speed" name="Speed"/> |
8199 | 17 </pref> |
18 | |
19 <pref name="demuxer_pref" title="Demuxer"> | |
20 </pref> | |
21 | |
22 | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
23 <pref name="osd_sub_pref" title="Subtitles"> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
24 <e property="sub" name="Subtitles"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
25 <e property="sub_visibility" name="Visibility"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
26 <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
|
27 <e property="sub_alignment" name="Alignment"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
28 <e property="sub_pos" name="Position"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
29 <e property="sub_delay" name="Delay"/> |
8199 | 30 </pref> |
31 | |
32 <pref name="audio_pref" title="Audio"> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
33 <e property="volume" name="Volume"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
34 <e property="mute" name="Mute"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
35 <e property="audio_delay" name="Delay"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
36 </pref> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
37 |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
38 <pref name="colors_pref" title="Colors"> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
39 <e property="gamma" name="Gamma"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
40 <e property="brightness" name="Brightness"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
41 <e property="contrast" name="Contrast"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
42 <e property="saturation" name="Saturation"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
43 <e property="hue" name="Hue"/> |
8199 | 44 </pref> |
45 | |
46 <pref name="video_pref" title="Video"> | |
17949
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
47 <e property="fullscreen" name="Fullscreen"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
48 <e property="panscan" name="Panscan"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
49 <menu menu="colors_pref" name="Colors ..."/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
50 <e property="ontop" name="Always on top"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
51 <e property="rootwin" name="Root window"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
52 <e property="framedropping" name="Frame dropping"/> |
a6b11b35892a
Turn the preferences menu in something usefull using the new
albeu
parents:
14575
diff
changeset
|
53 <e property="vsync" name="VSync"/> |
8199 | 54 </pref> |
55 | |
56 | |
57 <cmdlist name="pref_main" title="Preferences" ptr="<>" > | |
58 <e name="General ..." ok="set_menu general_pref"/> | |
59 <e name="Audio ..." ok="set_menu audio_pref"/> | |
60 <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
|
61 <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
|
62 <e name="Back" ok="menu cancel"/> |
8199 | 63 </cmdlist> |
64 | |
12905 | 65 <cmdlist name="main" title="MPlayer OSD menu" ptr="<>" > |
8199 | 66 <e name="Pause" ok="pause"/> |
67 <e name="Prev/Next" ok="pt_step 1" cancel="pt_step -1"/> | |
68 <e name="Jump to ..." ok="set_menu jump_to"/> | |
69 <e name="Open ..." ok="set_menu open_file"/> | |
70 <e name="Open playlist ..." ok="set_menu open_list"/> | |
71 <e name="Help" ok="set_menu man"/> | |
72 <e name="Pref" ok="set_menu pref_main"/> | |
73 <e name="Console" ok="set_menu console0"/> | |
74 <e name="Quit" ok="quit"/> | |
75 </cmdlist> | |
76 | |
77 |