]> git.sesse.net Git - vlc/blob - src/libvlc.h
45b4a0d134b7c97539bf7bd7e677731e2f02b9a9
[vlc] / src / libvlc.h
1 /*****************************************************************************
2  * libvlc.h: main libvlc header
3  *****************************************************************************
4  * Copyright (C) 1998-2002 VideoLAN
5  * $Id$
6  *
7  * Authors: Vincent Seguin <seguin@via.ecp.fr>
8  *          Samuel Hocevar <sam@zoy.org>
9  *          Gildas Bazin <gbazin@videolan.org>
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
24  *****************************************************************************/
25
26 #define Nothing here, this is just to prevent update-po from being stupid
27 #include "vlc_keys.h"
28
29 static char *ppsz_language[] =
30 { "auto", "en", "en_GB", "es", "de",
31   "fr", "hu", "it", "ja", "nl", "no",
32   "pl", "pt_BR", "ru", "sv" };
33 static char *ppsz_language_text[] =
34 { N_("Auto"), N_("American"), N_("British"), N_("Spanish"), N_("German"),
35   N_("French"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Dutch"),
36   N_("Norwegian"), N_("Polish"), N_("Brazilian"), N_("Russian"),
37   N_("Swedish") };
38
39 /*****************************************************************************
40  * Configuration options for the main program. Each module will also separatly
41  * define its own configuration options.
42  * Look into configuration.h if you need to know more about the following
43  * macros.
44  *****************************************************************************/
45
46 #define INTF_CAT_LONGTEXT N_( \
47     "These options allow you to configure the interfaces used by VLC.\n" \
48     "You can select the main interface, additional " \
49     "interface modules, and define various related options." )
50
51 #define INTF_TEXT N_("Interface module")
52 #define INTF_LONGTEXT N_( \
53     "This option allows you to select the interface used by VLC.\n" \
54     "The default behavior is to automatically select the best module " \
55     "available.")
56
57 #define EXTRAINTF_TEXT N_("Extra interface modules")
58 #define EXTRAINTF_LONGTEXT N_( \
59     "This option allows you to select additional interfaces used by VLC. " \
60     "They will be launched in the background in addition to the default " \
61     "interface. Use a comma separated list of interface modules. (common " \
62     "values are logger, gestures, sap, rc, http or screensaver)")
63
64 #define CONTROL_TEXT N_("Control interfaces")
65 #define CONTROL_LONGTEXT N_( \
66     "This option allows you to select control interfaces. " )
67
68 #define VERBOSE_TEXT N_("Verbosity (0,1,2)")
69 #define VERBOSE_LONGTEXT N_( \
70     "This options sets the verbosity level (0=only errors and " \
71     "standard messages, 1=warnings, 2=debug).")
72
73 #define QUIET_TEXT N_("Be quiet")
74 #define QUIET_LONGTEXT N_( \
75     "This options turns off all warning and information messages.")
76
77 #define LANGUAGE_TEXT N_("Language")
78 #define LANGUAGE_LONGTEXT N_( "This option allows you to set the language " \
79     "of the interface. The system language is auto-detected if \"auto\" is " \
80     "specified here." )
81
82 #define COLOR_TEXT N_("Color messages")
83 #define COLOR_LONGTEXT N_( \
84     "When this option is turned on, the messages sent to the console will " \
85     "be colorized. Your terminal needs Linux color support for this to work.")
86
87 #define ADVANCED_TEXT N_("Show advanced options")
88 #define ADVANCED_LONGTEXT N_( \
89     "When this option is turned on, the preferences and/or interfaces  will " \
90     "show all the available options, including those that most users should " \
91     "never touch.")
92
93 #define AOUT_CAT_LONGTEXT N_( \
94     "These options allow you to modify the behavior of the audio " \
95     "subsystem, and to add audio filters which can be used for " \
96     "post processing or visual effects (spectrum analyzer, etc.).\n" \
97     "Enable these filters here, and configure them in the \"audio filters\" " \
98     "modules section.")
99
100 #define AOUT_TEXT N_("Audio output module")
101 #define AOUT_LONGTEXT N_( \
102     "This option allows you to select the audio output method used by VLC. " \
103     "The default behavior is to automatically select the best method " \
104     "available.")
105
106 #define AUDIO_TEXT N_("Enable audio")
107 #define AUDIO_LONGTEXT N_( \
108     "You can completely disable the audio output. In this case, the audio " \
109     "decoding stage will not take place, thus saving some processing power.")
110
111 #define MONO_TEXT N_("Force mono audio")
112 #define MONO_LONGTEXT N_("This will force a mono audio output.")
113
114 #define VOLUME_TEXT N_("Audio output volume")
115 #define VOLUME_LONGTEXT N_( \
116     "You can set the default audio output volume here, in a range from 0 to " \
117     "1024.")
118
119 #define VOLUME_SAVE_TEXT N_("Audio output saved volume")
120 #define VOLUME_SAVE_LONGTEXT N_( \
121     "This saves the audio output volume when you select mute.")
122
123 #define AOUT_RATE_TEXT N_("Audio output frequency (Hz)")
124 #define AOUT_RATE_LONGTEXT N_( \
125     "You can force the audio output frequency here. Common values are " \
126     "-1 (default), 48000, 44100, 32000, 22050, 16000, 11025, 8000.")
127
128 #if !defined( SYS_DARWIN )
129 #define AOUT_RESAMP_TEXT N_("High quality audio resampling")
130 #define AOUT_RESAMP_LONGTEXT N_( \
131     "This uses a high quality audio resampling algorithm. High quality "\
132     "audio resampling can be processor intensive so you can " \
133     "disable it and a cheaper resampling algorithm will be used instead.")
134 #endif
135
136 #define DESYNC_TEXT N_("Audio desynchronization compensation")
137 #define DESYNC_LONGTEXT N_( \
138     "This option allows you to delay the audio output. You must give a " \
139     "number of milliseconds. This can be handy if you notice a lag " \
140     "between the video and the audio.")
141
142 #define MULTICHA_TEXT N_("Preferred audio output channels mode")
143 #define MULTICHA_LONGTEXT N_( \
144     "This option allows you to set the audio output channels mode that will " \
145     "be used by default when possible (ie. if your hardware supports it as " \
146     "well as the audio stream being played).")
147
148 #define SPDIF_TEXT N_("Use the S/PDIF audio output when available")
149 #define SPDIF_LONGTEXT N_( \
150     "This option allows you to use the S/PDIF audio output by default when " \
151     "your hardware supports it as well as the audio stream being played.")
152
153 #define AUDIO_FILTER_TEXT N_("Audio filters")
154 #define AUDIO_FILTER_LONGTEXT N_( \
155     "This allows you to add audio post processing filters, to modify " \
156     "the sound" )
157
158 #define AUDIO_VISUAL_TEXT N_("Audio visualizations ")
159 #define AUDIO_VISUAL_LONGTEXT N_( \
160     "This allows you to add visualization modules " \
161     "(spectrum analyzer, etc.).")
162
163 #define AUDIO_CHANNEL_MIXER N_("Channel mixer")
164 #define AUDIO_CHANNEL_MIXER_LONGTEXT N_( \
165      "This allows you to choose a specific audio channel mixer. For " \
166      "instance, you can use the \"headphone\" mixer that gives 5.1 feeling " \
167      "with a headphone.")
168
169 #define VOUT_CAT_LONGTEXT N_( \
170     "These options allow you to modify the behavior of the video output " \
171     "subsystem. You can for example enable video filters (deinterlacing, " \
172     "image adjusting, etc.). Enable these filters here and configure " \
173     "them in the \"video filters\" modules section. You can also set many " \
174     "miscellaneous video options." )
175
176 #define VOUT_TEXT N_("Video output module")
177 #define VOUT_LONGTEXT N_( \
178     "This option allows you to select the video output method used by VLC. " \
179     "The default behavior is to automatically select the best " \
180     "method available.")
181
182 #define VIDEO_TEXT N_("Enable video")
183 #define VIDEO_LONGTEXT N_( \
184     "You can completely disable the video output. In this case, the video " \
185     "decoding stage will not take place, thus saving some processing power.")
186
187 #define WIDTH_TEXT N_("Video width")
188 #define WIDTH_LONGTEXT N_( \
189     "You can enforce the video width here. By default (-1) VLC will " \
190     "adapt to the video characteristics.")
191
192 #define HEIGHT_TEXT N_("Video height")
193 #define HEIGHT_LONGTEXT N_( \
194     "You can enforce the video height here. By default (-1) VLC will " \
195     "adapt to the video characteristics.")
196
197 #define VIDEOX_TEXT N_("Video x coordinate")
198 #define VIDEOX_LONGTEXT N_( \
199     "You can enforce the position of the top left corner of the video window "\
200     "here (x coordinate).")
201
202 #define VIDEOY_TEXT N_("Video y coordinate")
203 #define VIDEOY_LONGTEXT N_( \
204     "You can enforce the position of the top left corner of the video window "\
205     "here (y coordinate).")
206
207 #define VIDEO_TITLE_TEXT N_("Video title")
208 #define VIDEO_TITLE_LONGTEXT N_( \
209     "You can specify a custom video window title here.")
210
211 #define ALIGN_TEXT N_("Video alignment")
212 #define ALIGN_LONGTEXT N_( \
213     "You can enforce the video alignment in its window. By default (0) it " \
214     "will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \
215     "also use combinations of these values).")
216 static int pi_align_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 };
217 static char *ppsz_align_descriptions[] =
218 { N_("Center"), N_("Left"), N_("Right"), N_("Top"), N_("Bottom"),
219   N_("Top-Left"), N_("Top-Right"), N_("Bottom-Left"), N_("Bottom-Right") };
220
221 #define ZOOM_TEXT N_("Zoom video")
222 #define ZOOM_LONGTEXT N_( \
223     "You can zoom the video by the specified factor.")
224
225 #define GRAYSCALE_TEXT N_("Grayscale video output")
226 #define GRAYSCALE_LONGTEXT N_( \
227     "When enabled, the color information from the video won't be decoded " \
228     "(this can also allow you to save some processing power).")
229
230 #define FULLSCREEN_TEXT N_("Fullscreen video output")
231 #define FULLSCREEN_LONGTEXT N_( \
232     "If this option is enabled, VLC will always start a video in fullscreen " \
233     "mode.")
234
235 #define OVERLAY_TEXT N_("Overlay video output")
236 #define OVERLAY_LONGTEXT N_( \
237     "If enabled, VLC will try to take advantage of the overlay capabilities " \
238     "of your graphics card (hardware acceleration).")
239
240 #define VIDEO_ON_TOP_TEXT N_("Always on top")
241 #define VIDEO_ON_TOP_LONGTEXT N_("Always place the video window on top of " \
242     "other windows." )
243
244 #define VIDEO_DECO_TEXT N_("Window decorations")
245 #define VIDEO_DECO_LONGTEXT N_( \
246     "If this option is disabled, VLC will avoid creating window caption, " \
247     "frames, etc... around the video. Currently only supported on Windows.")
248
249 #define FILTER_TEXT N_("Video filter module")
250 #define FILTER_LONGTEXT N_( \
251     "This will allow you to add a post-processing filter to enhance the " \
252     "picture quality, for instance deinterlacing, or to clone or distort " \
253     "the video window.")
254
255 #define SNAP_PATH_TEXT N_("Video snapshot directory")
256 #define SNAP_PATH_LONGTEXT N_( \
257     "Allows you to specify the directory where the video snapshots will " \
258     "be stored.")
259
260 #define ASPECT_RATIO_TEXT N_("Source aspect ratio")
261 #define ASPECT_RATIO_LONGTEXT N_( \
262     "This will force the source aspect ratio. For instance, some DVDs claim " \
263     "to be 16:9 while they are actually 4:3. This can also be used as a " \
264     "hint for VLC when a movie does not have aspect ratio information. " \
265     "Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image " \
266     "aspect, or a float value (1.25, 1.3333, etc.) expressing pixel " \
267     "squareness.")
268
269 #define SKIP_FRAMES_TEXT N_("Skip frames")
270 #define SKIP_FRAMES_LONGTEXT N_( \
271     "Disable this option to disable frame drops on MPEG-2 streams.")
272
273 #define INPUT_CAT_LONGTEXT N_( \
274     "These options allow you to modify the behavior of the input " \
275     "subsystem, such as the DVD or VCD device, the network interface " \
276     "settings or the subtitle channel.")
277
278 #define CR_AVERAGE_TEXT N_("Clock reference average counter")
279 #define CR_AVERAGE_LONGTEXT N_( \
280     "When using the PVR input (or a very irregular source), you should " \
281     "set this to 10000.")
282
283 #define SERVER_PORT_TEXT N_("Server port")
284 #define SERVER_PORT_LONGTEXT N_( \
285     "This is the port used for UDP streams. By default, we chose 1234.")
286
287 #define MTU_TEXT N_("MTU of the network interface")
288 #define MTU_LONGTEXT N_( \
289     "This is the typical size of UDP packets that we expect. On Ethernet " \
290     "it is usually 1500.")
291
292 #define IFACE_ADDR_TEXT N_("Network interface address")
293 #define IFACE_ADDR_LONGTEXT N_( \
294     "If you have several interfaces on your machine and use the " \
295     "multicast solution, you will probably have to indicate the IP address " \
296     "of your multicasting interface here.")
297
298 #define TTL_TEXT N_("Time to live")
299 #define TTL_LONGTEXT N_( \
300     "Indicate here the Time To Live of the multicast packets sent by " \
301     "the stream output.")
302
303 #define INPUT_PROGRAM_TEXT N_("Choose program (SID)")
304 #define INPUT_PROGRAM_LONGTEXT N_( \
305     "Choose the program to select by giving its Service ID.")
306
307 #define INPUT_PROGRAMS_TEXT N_("Choose programs")
308 #define INPUT_PROGRAMS_LONGTEXT N_( \
309     "Choose the programs to select by giving a comma-separated list of " \
310     "SIDs.")
311
312 #define INPUT_CHAN_TEXT N_("Choose audio channel")
313 #define INPUT_CHAN_LONGTEXT N_( \
314     "Give the stream number of the audio channel you want to use in a DVD " \
315     "(from 0 to n).")
316
317 #define INPUT_SUB_TEXT N_("Choose subtitle track")
318 #define INPUT_SUB_LONGTEXT N_( \
319     "Give the stream number of the subtitle channel you want to use " \
320     "(from 0 to n).")
321
322 #define INPUT_REPEAT_TEXT N_("Input repetitions")
323 #define INPUT_REPEAT_LONGTEXT N_("Number of time the same input will be repeated")
324
325 #define START_TIME_TEXT N_("Input start time (seconds)")
326 #define START_TIME_LONGTEXT N_("Input start time (seconds)")
327
328 #define STOP_TIME_TEXT N_("Input stop time (seconds)")
329 #define STOP_TIME_LONGTEXT N_("Input stop time (seconds)")
330
331 #define INPUT_SLAVE_TEXT N_("Input slave (experimental)")
332 #define INPUT_SLAVE_LONGTEXT N_("Input slave (experimental)")
333
334 #define BOOKMARKS_TEXT N_("Bookmarks list for a stream")
335 #define BOOKMARKS_LONGTEXT N_("You can specify a list of bookmarks for a stream in " \
336     "the form \"{name=bookmark-name,time=optional-time-offset," \
337     "bytes=optional-byte-offset},{...}\"")
338
339 #define SUB_CAT_LONGTEXT N_( \
340     "These options allow you to modify the behavior of the subpictures " \
341     "subsystem. You can for example enable subpictures filters (logo, etc.). " \
342     "Enable these filters here and configure them in the " \
343     "\"subpictures filters\" modules section. You can also set many " \
344     "miscellaneous subpictures options." )
345
346 #define SPUMARGIN_TEXT N_("Force SPU position")
347 #define SPUMARGIN_LONGTEXT N_( \
348     "You can use this option to place the subtitles under the movie, " \
349     "instead of over the movie. Try several positions.")
350
351 #define OSD_TEXT N_("On Screen Display")
352 #define OSD_LONGTEXT N_( \
353     "VLC can display messages on the video. This is called OSD (On Screen " \
354     "Display). You can disable this feature here.")
355
356 #define SUB_FILTER_TEXT N_("Subpictures filter module")
357 #define SUB_FILTER_LONGTEXT N_( \
358     "This will allow you to add a subpictures filter for instance to overlay "\
359     "a logo.")
360
361 #define SUB_AUTO_TEXT N_("Autodetect subtitle files")
362 #define SUB_AUTO_LONGTEXT \
363     N_("Automatically detect a subtitle file, if no subtitle filename is " \
364     "specified.")
365
366 #define SUB_FUZZY_TEXT N_("Subtitle autodetection fuzziness")
367 #define SUB_FUZZY_LONGTEXT \
368     N_("This determines how fuzzy subtitle and movie filename matching " \
369     "will be. Options are:\n" \
370     "0 = no subtitles autodetected\n" \
371     "1 = any subtitle file\n" \
372     "2 = any subtitle file containing the movie name\n" \
373     "3 = subtitle file matching the movie name with additional chars\n" \
374     "4 = subtitle file matching the movie name exactly")
375
376 #define SUB_PATH_TEXT N_("Subtitle autodetection paths")
377 #define SUB_PATH_LONGTEXT \
378     N_("Look for a subtitle file in those paths too, if your subtitle " \
379     "file was not found in the current directory.")
380
381 #define SUB_FILE_TEXT N_("Use subtitle file")
382 #define SUB_FILE_LONGTEXT \
383     N_("Load this subtitle file. To be used when autodetect cannot detect " \
384     "your subtitle file.")
385
386 #define DVD_DEV_TEXT N_("DVD device")
387 #ifdef WIN32
388 #define DVD_DEV_LONGTEXT N_( \
389     "This is the default DVD drive (or file) to use. Don't forget the colon " \
390     "after the drive letter (eg. D:)")
391 #else
392 #define DVD_DEV_LONGTEXT N_( \
393     "This is the default DVD device to use.")
394 #endif
395
396 #define VCD_DEV_TEXT N_("VCD device")
397 #ifdef HAVE_VCDX
398 #define VCD_DEV_LONGTEXT N_( \
399     "This is the default VCD device to use. " \
400     "If you don't specify anything, we'll scan for a suitable CD-ROM device." )
401 #else
402 #define VCD_DEV_LONGTEXT N_( \
403     "This is the default VCD device to use." )
404 #endif
405
406 #define CDAUDIO_DEV_TEXT N_("Audio CD device")
407 #ifdef HAVE_CDDAX
408 #define CDAUDIO_DEV_LONGTEXT N_( \
409     "This is the default Audio CD device to use. " \
410     "If you don't specify anything, we'll scan for a suitable CD-ROM device." )
411 #else
412 #define CDAUDIO_DEV_LONGTEXT N_( \
413     "This is the default Audio CD device to use." )
414 #endif
415
416 #define IPV6_TEXT N_("Force IPv6")
417 #define IPV6_LONGTEXT N_( \
418     "If you check this box, IPv6 will be used by default for all UDP and " \
419     "HTTP connections.")
420
421 #define IPV4_TEXT N_("Force IPv4")
422 #define IPV4_LONGTEXT N_( \
423     "If you check this box, IPv4 will be used by default for all UDP and " \
424     "HTTP connections.")
425
426 #define SOCKS_SERVER_TEXT N_("SOCKS server")
427 #define SOCKS_SERVER_LONGTEXT N_( \
428     "Allow you to specify a SOCKS server to use. It must be of the form " \
429     "address:port . It will be used for all TCP connections" )
430
431 #define SOCKS_USER_TEXT N_("SOCKS user name")
432 #define SOCKS_USER_LONGTEXT N_("Allows you to modify the user name that will " \
433     "be used for the connection to the SOCKS server.")
434
435 #define SOCKS_PASS_TEXT N_("SOCKS password")
436 #define SOCKS_PASS_LONGTEXT N_("Allows you to modify the password that will " \
437     "be used for the connection to the SOCKS server.")
438
439
440
441
442 #define META_TITLE_TEXT N_("Title metadata")
443 #define META_TITLE_LONGTEXT N_( \
444      "Allows you to specify a \"title\" metadata for an input.")
445
446 #define META_AUTHOR_TEXT N_("Author metadata")
447 #define META_AUTHOR_LONGTEXT N_( \
448      "Allows you to specify an \"author\" metadata for an input.")
449
450 #define META_ARTIST_TEXT N_("Artist metadata")
451 #define META_ARTIST_LONGTEXT N_( \
452      "Allows you to specify an \"artist\" metadata for an input.")
453
454 #define META_GENRE_TEXT N_("Genre metadata")
455 #define META_GENRE_LONGTEXT N_( \
456      "Allows you to specify a \"genre\" metadata for an input.")
457
458 #define META_CPYR_TEXT N_("Copyright metadata")
459 #define META_CPYR_LONGTEXT N_( \
460      "Allows you to specify a \"copyright\" metadata for an input.")
461
462 #define META_DESCR_TEXT N_("Description metadata")
463 #define META_DESCR_LONGTEXT N_( \
464      "Allows you to specify a \"description\" metadata for an input.")
465
466 #define META_DATE_TEXT N_("Date metadata")
467 #define META_DATE_LONGTEXT N_( \
468      "Allows you to specify a \"date\" metadata for an input.")
469
470 #define META_URL_TEXT N_("URL metadata")
471 #define META_URL_LONGTEXT N_( \
472      "Allows you to specify a \"url\" metadata for an input.")
473
474 #define CODEC_CAT_LONGTEXT N_( \
475     "This option can be used to alter the way VLC selects " \
476     "its codecs (decompression methods). Only advanced users should " \
477     "alter this option as it can break playback of all your streams." )
478
479 #define CODEC_TEXT N_("Preferred codecs list")
480 #define CODEC_LONGTEXT N_( \
481     "This allows you to select a list of codecs that VLC will use in " \
482     "priority. For instance, 'dummy,a52' will try the dummy and a52 codecs " \
483     "before trying the other ones.")
484
485 #define ENCODER_TEXT N_("Preferred encoders list")
486 #define ENCODER_LONGTEXT N_( \
487     "This allows you to select a list of encoders that VLC will use in " \
488     "priority")
489
490 #define SOUT_CAT_LONGTEXT N_( \
491     "These options allow you to set default global options for the " \
492     "stream output subsystem." )
493
494 #define SOUT_TEXT N_("Choose a stream output")
495 #define SOUT_LONGTEXT N_( \
496     "Empty if no stream output.")
497
498 #define SOUT_ALL_TEXT N_("Enable streaming of all ES")
499 #define SOUT_ALL_LONGTEXT N_( \
500     "This allows you to stream all ES (video, audio and subtitles)")
501
502 #define SOUT_DISPLAY_TEXT N_("Display while streaming")
503 #define SOUT_DISPLAY_LONGTEXT N_( \
504     "This allows you to play the stream while streaming it.")
505
506 #define SOUT_VIDEO_TEXT N_("Enable video stream output")
507 #define SOUT_VIDEO_LONGTEXT N_( \
508     "This allows you to choose if the video stream should be redirected to " \
509     "the stream output facility when this last one is enabled.")
510
511 #define SOUT_AUDIO_TEXT N_("Enable audio stream output")
512 #define SOUT_AUDIO_LONGTEXT N_( \
513     "This allows you to choose if the video stream should be redirected to " \
514     "the stream output facility when this last one is enabled.")
515
516 #define SOUT_KEEP_TEXT N_("Keep stream output open" )
517 #define SOUT_KEEP_LONGTEXT N_( \
518     "This allows you to keep an unique stream output instance across " \
519     "multiple playlist item (automatically insert the gather stream output " \
520     "if not specified)" )
521
522 #define PACKETIZER_TEXT N_("Preferred packetizer list")
523 #define PACKETIZER_LONGTEXT N_( \
524     "This allows you to select the order in which VLC will choose its " \
525     "packetizers."  )
526
527 #define MUX_TEXT N_("Mux module")
528 #define MUX_LONGTEXT N_( \
529     "This is a legacy entry to let you configure mux modules")
530
531 #define ACCESS_OUTPUT_TEXT N_("Access output module")
532 #define ACCESS_OUTPUT_LONGTEXT N_( \
533     "This is a legacy entry to let you configure access output modules")
534
535 #define ANN_SAPCTRL_TEXT N_("Control SAP flow")
536 #define ANN_SAPCTRL_LONGTEXT N_("If this option is enabled, the flow on " \
537     "the SAP multicast address will be controlled. This is needed if you " \
538     "want to make announcements on the MBone" )
539
540 #define ANN_SAPINTV_TEXT N_("SAP announcement interval")
541 #define ANN_SAPINTV_LONGTEXT N_("When the SAP flow control is disabled, " \
542     "this lets you set the fixed interval between SAP announcements" )
543
544 #define CPU_CAT_LONGTEXT N_( \
545     "These options allow you to enable special CPU optimizations.\n" \
546     "You should always leave all these enabled." )
547
548 #define MMX_TEXT N_("Enable CPU MMX support")
549 #define MMX_LONGTEXT N_( \
550     "If your processor supports the MMX instructions set, VLC can take " \
551     "advantage of them.")
552
553 #define THREE_DN_TEXT N_("Enable CPU 3D Now! support")
554 #define THREE_DN_LONGTEXT N_( \
555     "If your processor supports the 3D Now! instructions set, VLC can take " \
556     "advantage of them.")
557
558 #define MMXEXT_TEXT N_("Enable CPU MMX EXT support")
559 #define MMXEXT_LONGTEXT N_( \
560     "If your processor supports the MMX EXT instructions set, VLC can take " \
561     "advantage of them.")
562
563 #define SSE_TEXT N_("Enable CPU SSE support")
564 #define SSE_LONGTEXT N_( \
565     "If your processor supports the SSE instructions set, VLC can take " \
566     "advantage of them.")
567
568 #define SSE2_TEXT N_("Enable CPU SSE2 support")
569 #define SSE2_LONGTEXT N_( \
570     "If your processor supports the SSE2 instructions set, VLC can take " \
571     "advantage of them.")
572
573 #define ALTIVEC_TEXT N_("Enable CPU AltiVec support")
574 #define ALTIVEC_LONGTEXT N_( \
575     "If your processor supports the AltiVec instructions set, VLC can take " \
576     "advantage of them.")
577
578 #define PLAYLIST_CAT_LONGTEXT N_( \
579      "These options define the behavior of the playlist. Some " \
580      "of them can be overridden in the playlist dialog box." )
581
582 #define SD_TEXT N_( "Services discovery modules")
583 #define SD_LONGTEXT N_( \
584      "Specifies the services discovery modules to load, separated by commas." \
585      "Typical values are sap, hal, ..." )
586
587 #define RANDOM_TEXT N_("Play files randomly forever")
588 #define RANDOM_LONGTEXT N_( \
589     "When selected, VLC will randomly play files in the playlist until " \
590     "interrupted.")
591
592 #define LOOP_TEXT N_("Loop playlist on end")
593 #define LOOP_LONGTEXT N_( \
594     "If you want VLC to keep playing the playlist indefinitely then enable " \
595     "this option.")
596
597 #define REPEAT_TEXT N_("Repeat the current item")
598 #define REPEAT_LONGTEXT N_( \
599     "When this is active, VLC will keep playing the current playlist item " \
600     "over and over again.")
601
602 #define PAS_TEXT N_("Play and stop")
603 #define PAS_LONGTEXT N_( \
604     "Stop the playlist after each played playlist item. " \
605     "Does advance the playlist index.")
606
607 #define MISC_CAT_LONGTEXT N_( \
608     "These options allow you to select default modules. Leave these " \
609     "alone unless you really know what you are doing." )
610
611 #define MEMCPY_TEXT N_("Memory copy module")
612 #define MEMCPY_LONGTEXT N_( \
613     "You can select which memory copy module you want to use. By default " \
614     "VLC will select the fastest one supported by your hardware.")
615
616 #define ACCESS_TEXT N_("Access module")
617 #define ACCESS_LONGTEXT N_( \
618     "This is a legacy entry to let you configure access modules.")
619
620 #define DEMUX_TEXT N_("Demux module")
621 #define DEMUX_LONGTEXT N_( \
622     "This is a legacy entry to let you configure demux modules.")
623
624 #define RT_PRIORITY_TEXT N_("Allow real-time priority")
625 #define RT_PRIORITY_LONGTEXT N_( \
626     "Running VLC in real-time priority will allow for much more precise " \
627     "scheduling and yield better, especially when streaming content. " \
628     "It can however lock up your whole machine, or make it very very " \
629     "slow. You should only activate this if you know what you're " \
630     "doing.")
631
632 #define RT_OFFSET_TEXT N_("Adjust VLC priority")
633 #define RT_OFFSET_LONGTEXT N_( \
634     "This option adds an offset (positive or negative) to VLC default " \
635     "priorities. You can use it to tune VLC priority against other " \
636     "programs, or against other VLC instances.")
637
638 #define MINIMIZE_THREADS_TEXT N_("Minimize number of threads")
639 #define MINIMIZE_THREADS_LONGTEXT N_( \
640      "This option minimizes the number of threads needed to run VLC")
641
642 #define PLUGIN_PATH_TEXT N_("Modules search path")
643 #define PLUGIN_PATH_LONGTEXT N_( \
644     "This option allows you to specify an additional path for VLC to look " \
645     "for its modules.")
646
647 #define VLM_CONF_TEXT N_("VLM configuration file")
648 #define VLM_CONF_LONGTEXT N_( \
649     "This option allows you to specify a VLM configuration file that will " \
650     "be read when VLM is launched.")
651
652 #define PLUGINS_CACHE_TEXT N_("Use a plugins cache")
653 #define PLUGINS_CACHE_LONGTEXT N_( \
654     "This option allows you to use a plugins cache which will greatly " \
655     "improve the start time of VLC.")
656
657 #define DAEMON_TEXT N_("Run as daemon process")
658 #define DAEMON_LONGTEXT N_( \
659      "Runs VLC as a background daemon process.")
660
661 #define ONEINSTANCE_TEXT N_("Allow only one running instance")
662 #define ONEINSTANCE_LONGTEXT N_( \
663     "Allowing only one running instance of VLC can sometimes be useful, " \
664     "for instance if you associated VLC with some media types and you " \
665     "don't want a new instance of VLC to be opened each time you " \
666     "double-click on a file in the explorer. This option will allow you " \
667     "to play the file with the already running instance or enqueue it.")
668
669 #define HPRIORITY_TEXT N_("Increase the priority of the process")
670 #define HPRIORITY_LONGTEXT N_( \
671     "Increasing the priority of the process will very likely improve your " \
672     "playing experience as it allows VLC not to be disturbed by other " \
673     "applications that could otherwise take too much processor time.\n" \
674     "However be advised that in certain circumstances (bugs) VLC could take " \
675     "all the processor time and render the whole system unresponsive which " \
676     "might require a reboot of your machine.")
677
678 #define FAST_MUTEX_TEXT N_("Fast mutex on NT/2K/XP (developers only)")
679 #define FAST_MUTEX_LONGTEXT N_( \
680     "On Windows NT/2K/XP we use a slow mutex implementation but which " \
681     "allows us to correctly implement condition variables. " \
682     "You can also use the faster Win9x implementation but you might " \
683     "experience problems with it.")
684
685 #define WIN9X_CV_TEXT N_("Condition variables implementation for Win9x " \
686     "(developers only)")
687 #define WIN9X_CV_LONGTEXT N_( \
688     "On Windows 9x/Me you can use a fast but incorrect condition variables " \
689     "implementation (more precisely there is a possibility for a race " \
690     "condition to happen). " \
691     "However it is possible to use slower alternatives which are more " \
692     "robust. " \
693     "Currently you can choose between implementation 0 (which is the " \
694     "fastest but slightly incorrect), 1 (default) and 2.")
695
696 #define HOTKEY_CAT_LONGTEXT N_( "These settings are the global VLC key " \
697     "bindings, known as \"hotkeys\"." )
698
699 #define FULLSCREEN_KEY_TEXT N_("Fullscreen")
700 #define FULLSCREEN_KEY_LONGTEXT N_("Select the hotkey to use to swap fullscreen state.")
701 #define PLAY_PAUSE_KEY_TEXT N_("Play/Pause")
702 #define PLAY_PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to swap paused state.")
703 #define PAUSE_KEY_TEXT N_("Pause only")
704 #define PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to pause.")
705 #define PLAY_KEY_TEXT N_("Play only")
706 #define PLAY_KEY_LONGTEXT N_("Select the hotkey to use to play.")
707 #define FASTER_KEY_TEXT N_("Faster")
708 #define FASTER_KEY_LONGTEXT N_("Select the hotkey to use for fast forward playback.")
709 #define SLOWER_KEY_TEXT N_("Slower")
710 #define SLOWER_KEY_LONGTEXT N_("Select the hotkey to use for slow motion playback.")
711 #define NEXT_KEY_TEXT N_("Next")
712 #define NEXT_KEY_LONGTEXT N_("Select the hotkey to use to skip to the next item in the playlist.")
713 #define PREV_KEY_TEXT N_("Previous")
714 #define PREV_KEY_LONGTEXT N_("Select the hotkey to use to skip to the previous item in the playlist.")
715 #define STOP_KEY_TEXT N_("Stop")
716 #define STOP_KEY_LONGTEXT N_("Select the hotkey to stop the playback.")
717 #define POSITION_KEY_TEXT N_("Position")
718 #define POSITION_KEY_LONGTEXT N_("Select the hotkey to display the position.")
719
720 #define JB10SEC_KEY_TEXT N_("Jump 10 seconds backwards")
721 #define JB10SEC_KEY_LONGTEXT N_("Select the hotkey to jump 10 seconds backwards.")
722
723 #define JB1MIN_KEY_TEXT N_("Jump 1 minute backwards")
724 #define JB1MIN_KEY_LONGTEXT N_("Select the hotkey to jump 1 minute backwards.")
725 #define JB5MIN_KEY_TEXT N_("Jump 5 minutes backwards")
726 #define JB5MIN_KEY_LONGTEXT N_("Select the hotkey to jump 5 minutes backwards.")
727 #define JF10SEC_KEY_TEXT N_("Jump 10 seconds forward")
728 #define JF10SEC_KEY_LONGTEXT N_("Select the hotkey to jump 10 seconds forward.")
729
730 #define JF1MIN_KEY_TEXT N_("Jump 1 minute forward")
731 #define JF1MIN_KEY_LONGTEXT N_("Select the hotkey to jump 1 minute forward.")
732
733 #define JF5MIN_KEY_TEXT N_("Jump 5 minutes forward")
734 #define JF5MIN_KEY_LONGTEXT N_("Select the hotkey to jump 5 minutes forward.")
735
736 #define QUIT_KEY_TEXT N_("Quit")
737 #define QUIT_KEY_LONGTEXT N_("Select the hotkey to quit the application.")
738 #define NAV_UP_KEY_TEXT N_("Navigate up")
739 #define NAV_UP_KEY_LONGTEXT N_("Select the key to move the selector up in DVD menus.")
740 #define NAV_DOWN_KEY_TEXT N_("Navigate down")
741 #define NAV_DOWN_KEY_LONGTEXT N_("Select the key to move the selector down in DVD menus.")
742 #define NAV_LEFT_KEY_TEXT N_("Navigate left")
743 #define NAV_LEFT_KEY_LONGTEXT N_("Select the key to move the selector left in DVD menus.")
744 #define NAV_RIGHT_KEY_TEXT N_("Navigate right")
745 #define NAV_RIGHT_KEY_LONGTEXT N_("Select the key to move the selector right in DVD menus.")
746 #define NAV_ACTIVATE_KEY_TEXT N_("Activate")
747 #define NAV_ACTIVATE_KEY_LONGTEXT N_("Select the key to activate selected item in DVD menus.")
748 #define VOL_UP_KEY_TEXT N_("Volume up")
749 #define VOL_UP_KEY_LONGTEXT N_("Select the key to increase audio volume.")
750 #define VOL_DOWN_KEY_TEXT N_("Volume down")
751 #define VOL_DOWN_KEY_LONGTEXT N_("Select the key to decrease audio volume.")
752 #define VOL_MUTE_KEY_TEXT N_("Mute")
753 #define VOL_MUTE_KEY_LONGTEXT N_("Select the key to turn off audio volume.")
754 #define SUBDELAY_UP_KEY_TEXT N_("Subtitle delay up")
755 #define SUBDELAY_UP_KEY_LONGTEXT N_("Select the key to increase the subtitle delay.")
756 #define SUBDELAY_DOWN_KEY_TEXT N_("Subtitle delay down")
757 #define SUBDELAY_DOWN_KEY_LONGTEXT N_("Select the key to decrease the subtitle delay.")
758 #define AUDIODELAY_UP_KEY_TEXT N_("Audio delay up")
759 #define AUDIODELAY_UP_KEY_LONGTEXT N_("Select the key to increase the audio delay.")
760 #define AUDIODELAY_DOWN_KEY_TEXT N_("Audio delay down")
761 #define AUDIODELAY_DOWN_KEY_LONGTEXT N_("Select the key to decrease the audio delay.")
762 #define PLAY_BOOKMARK1_KEY_TEXT N_("Play playlist bookmark 1")
763 #define PLAY_BOOKMARK2_KEY_TEXT N_("Play playlist bookmark 2")
764 #define PLAY_BOOKMARK3_KEY_TEXT N_("Play playlist bookmark 3")
765 #define PLAY_BOOKMARK4_KEY_TEXT N_("Play playlist bookmark 4")
766 #define PLAY_BOOKMARK5_KEY_TEXT N_("Play playlist bookmark 5")
767 #define PLAY_BOOKMARK6_KEY_TEXT N_("Play playlist bookmark 6")
768 #define PLAY_BOOKMARK7_KEY_TEXT N_("Play playlist bookmark 7")
769 #define PLAY_BOOKMARK8_KEY_TEXT N_("Play playlist bookmark 8")
770 #define PLAY_BOOKMARK9_KEY_TEXT N_("Play playlist bookmark 9")
771 #define PLAY_BOOKMARK10_KEY_TEXT N_("Play playlist bookmark 10")
772 #define PLAY_BOOKMARK_KEY_LONGTEXT N_("Select the key to play this bookmark.")
773 #define SET_BOOKMARK1_KEY_TEXT N_("Set playlist bookmark 1")
774 #define SET_BOOKMARK2_KEY_TEXT N_("Set playlist bookmark 2")
775 #define SET_BOOKMARK3_KEY_TEXT N_("Set playlist bookmark 3")
776 #define SET_BOOKMARK4_KEY_TEXT N_("Set playlist bookmark 4")
777 #define SET_BOOKMARK5_KEY_TEXT N_("Set playlist bookmark 5")
778 #define SET_BOOKMARK6_KEY_TEXT N_("Set playlist bookmark 6")
779 #define SET_BOOKMARK7_KEY_TEXT N_("Set playlist bookmark 7")
780 #define SET_BOOKMARK8_KEY_TEXT N_("Set playlist bookmark 8")
781 #define SET_BOOKMARK9_KEY_TEXT N_("Set playlist bookmark 9")
782 #define SET_BOOKMARK10_KEY_TEXT N_("Set playlist bookmark 10")
783 #define SET_BOOKMARK_KEY_LONGTEXT N_("Select the key to set this playlist bookmark.")
784
785 #define HISTORY_BACK_TEXT N_("Go back in browsing history")
786 #define HISTORY_BACK_LONGTEXT N_("Select the key to go back (to the previous media item) in the browsing history.")
787 #define HISTORY_FORWARD_TEXT N_("Go forward in browsing history")
788 #define HISTORY_FORWARD_LONGTEXT N_("Select the key to go forward (to the next media item) in the browsing history.")
789
790 #define AUDIO_TRACK_KEY_TEXT N_("Cycle audio track")
791 #define AUDIO_TRACK_KEY_LONGTEXT N_("Cycle through the available audio tracks(languages)")
792 #define SUBTITLE_TRACK_KEY_TEXT N_("Cycle subtitle track")
793 #define SUBTITLE_TRACK_KEY_LONGTEXT N_("Cycle through the available subtitle tracks")
794 #define INTF_SHOW_KEY_TEXT N_("Show interface")
795 #define INTF_SHOW_KEY_LONGTEXT N_("Raise the interface above all other windows")
796 #define SNAP_KEY_TEXT N_("Take video snapshot")
797 #define SNAP_KEY_LONGTEXT N_("Takes a video snapshot and writes it to disk.")
798
799 #define PLAYLIST_USAGE N_( \
800     "\nPlaylist MRL syntax:" \
801     "\n  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]" \
802     "\nURL syntax:" \
803     "\n  [file://]filename              plain media file" \
804     "\n  http://ip:port/file            HTTP URL" \
805     "\n  ftp://ip:port/file             FTP URL" \
806     "\n  mms://ip:port/file             MMS URL" \
807     "\n  screen://                      Screen capture" \
808     "\n  [dvd://][device][@raw_device]  DVD device" \
809     "\n  [vcd://][device]               VCD device" \
810     "\n  [cdda://][device]              Audio CD device" \
811     "\n  udp:[[<source address>]@[<bind address>][:<bind port>]]" \
812     "\n                                 UDP stream sent by a streaming server"\
813     "\n  vlc:pause                      pause execution of playlist items" \
814     "\n  vlc:quit                       quit VLC" \
815     "\n")
816
817
818 /*
819  * Quick usage guide for the configuration options:
820  *
821  * add_category_hint( N_(text), N_(longtext), b_advanced_option );
822  * add_subcategory_hint( N_(text), N_(longtext), b_advanced_option );
823  * add_usage_hint( N_(text), b_advanced_option );
824  * add_string( option_name, value, p_callback, N_(text), N_(longtext),
825                b_advanced_option );
826  * add_file( option_name, psz_value, p_callback, N_(text), N_(longtext) );
827  * add_module( option_name, psz_value, i_capability, p_callback,
828  *             N_(text), N_(longtext) );
829  * add_integer( option_name, i_value, p_callback, N_(text), N_(longtext),
830                 b_advanced_option );
831  * add_bool( option_name, b_value, p_callback, N_(text), N_(longtext),
832              b_advanced_option );
833  */
834
835 vlc_module_begin();
836     /* Audio options */
837     set_category( CAT_AUDIO );
838     set_subcategory( SUBCAT_AUDIO_GENERAL );
839     add_bool( "audio", 1, NULL, AUDIO_TEXT, AUDIO_LONGTEXT, VLC_FALSE );
840     add_integer_with_range( "volume", AOUT_VOLUME_DEFAULT, AOUT_VOLUME_MIN,
841                             AOUT_VOLUME_MAX, NULL, VOLUME_TEXT,
842                             VOLUME_LONGTEXT, VLC_FALSE );
843     add_integer_with_range( "saved-volume", AOUT_VOLUME_DEFAULT,
844                             AOUT_VOLUME_MIN, AOUT_VOLUME_MAX, NULL,
845                             VOLUME_SAVE_TEXT, VOLUME_SAVE_LONGTEXT, VLC_TRUE );
846     add_integer( "aout-rate", -1, NULL, AOUT_RATE_TEXT,
847                  AOUT_RATE_LONGTEXT, VLC_TRUE );
848 #if !defined( SYS_DARWIN )
849     add_bool( "hq-resampling", 1, NULL, AOUT_RESAMP_TEXT,
850               AOUT_RESAMP_LONGTEXT, VLC_TRUE );
851 #endif
852     add_bool( "spdif", 0, NULL, SPDIF_TEXT, SPDIF_LONGTEXT, VLC_FALSE );
853     add_integer( "audio-desync", 0, NULL, DESYNC_TEXT,
854                  DESYNC_LONGTEXT, VLC_TRUE );
855     set_subcategory( SUBCAT_AUDIO_AOUT );
856     add_module( "aout", "audio output", NULL, NULL, AOUT_TEXT, AOUT_LONGTEXT,
857                 VLC_TRUE );
858     set_subcategory( SUBCAT_AUDIO_AFILTER );
859     add_module_list_cat( "audio-filter", SUBCAT_AUDIO_AFILTER, 0,
860                          NULL, AUDIO_FILTER_TEXT,
861                          AUDIO_FILTER_LONGTEXT, VLC_FALSE );
862     set_subcategory( SUBCAT_AUDIO_VISUAL );
863     add_string( "audio-visual", 0, NULL,AUDIO_VISUAL_TEXT,
864                 AUDIO_VISUAL_LONGTEXT, VLC_FALSE );
865     set_subcategory( SUBCAT_AUDIO_MISC );
866     add_module( "audio-channel-mixer", "audio filter", NULL, NULL,
867                 AUDIO_CHANNEL_MIXER, AUDIO_CHANNEL_MIXER_LONGTEXT, VLC_FALSE );
868         change_short('A');
869
870     /* Video options */
871     set_category( CAT_VIDEO );
872     set_subcategory( SUBCAT_VIDEO_GENERAL );
873     add_bool( "video", 1, NULL, VIDEO_TEXT, VIDEO_LONGTEXT, VLC_TRUE );
874     add_integer( "width", -1, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, VLC_TRUE );
875     add_integer( "height", -1, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, VLC_TRUE );
876     add_integer( "video-x", -1, NULL, VIDEOX_TEXT, VIDEOX_LONGTEXT, VLC_TRUE );
877     add_integer( "video-y", -1, NULL, VIDEOY_TEXT, VIDEOY_LONGTEXT, VLC_TRUE );
878     add_bool( "video-deco", 1, NULL, VIDEO_DECO_TEXT,
879               VIDEO_DECO_LONGTEXT, VLC_TRUE );
880     add_string( "video-title", NULL, NULL, VIDEO_TITLE_TEXT,
881                  VIDEO_TITLE_LONGTEXT, VLC_TRUE );
882     add_integer( "align", 0, NULL, ALIGN_TEXT, ALIGN_LONGTEXT, VLC_TRUE );
883         change_integer_list( pi_align_values, ppsz_align_descriptions, 0 );
884     add_float( "zoom", 1, NULL, ZOOM_TEXT, ZOOM_LONGTEXT, VLC_TRUE );
885     add_bool( "grayscale", 0, NULL, GRAYSCALE_TEXT,
886               GRAYSCALE_LONGTEXT, VLC_TRUE );
887     add_bool( "fullscreen", 0, NULL, FULLSCREEN_TEXT,
888               FULLSCREEN_LONGTEXT, VLC_FALSE );
889         change_short('f');
890     add_bool( "skip-frames", 1, NULL, SKIP_FRAMES_TEXT,
891               SKIP_FRAMES_LONGTEXT, VLC_FALSE );
892 #ifndef SYS_DARWIN
893     add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT, VLC_TRUE );
894 #endif
895     add_bool( "video-on-top", 0, NULL, VIDEO_ON_TOP_TEXT,
896               VIDEO_ON_TOP_LONGTEXT, VLC_FALSE );
897     add_string( "aspect-ratio", "", NULL,
898                 ASPECT_RATIO_TEXT, ASPECT_RATIO_LONGTEXT, VLC_TRUE );
899     add_directory( "snapshot-path", NULL, NULL, SNAP_PATH_TEXT,
900                    SNAP_PATH_LONGTEXT, VLC_FALSE );
901
902     set_subcategory( SUBCAT_VIDEO_VOUT );
903     add_module( "vout", "video output", NULL, NULL, VOUT_TEXT, VOUT_LONGTEXT,
904                 VLC_TRUE );
905         change_short('V');
906
907     set_subcategory( SUBCAT_VIDEO_VFILTER );
908     add_module_list_cat( "filter", SUBCAT_VIDEO_VFILTER, NULL, NULL,
909                 FILTER_TEXT, FILTER_LONGTEXT, VLC_FALSE );
910
911 #if 0
912     add_string( "pixel-ratio", "1", NULL, PIXEL_RATIO_TEXT, PIXEL_RATIO_TEXT );
913 #endif
914
915     /* Subpictures options */
916     set_subcategory( SUBCAT_VIDEO_SUBPIC );
917     set_section( N_("On Screen Display") , NULL );
918     add_bool( "osd", 1, NULL, OSD_TEXT, OSD_LONGTEXT, VLC_FALSE );
919
920     set_section( N_("Subtitles") , NULL );
921     add_bool( "sub-autodetect-file", VLC_TRUE, NULL,
922                  SUB_AUTO_TEXT, SUB_AUTO_LONGTEXT, VLC_FALSE );
923     add_integer( "sub-autodetect-fuzzy", 3, NULL,
924                  SUB_FUZZY_TEXT, SUB_FUZZY_LONGTEXT, VLC_TRUE );
925 #ifdef WIN32
926 #   define SUB_PATH ".\\subtitles"
927 #else
928 #   define SUB_PATH "./Subtitles, ./subtitles"
929 #endif
930     add_string( "sub-autodetect-path", SUB_PATH, NULL,
931                  SUB_PATH_TEXT, SUB_PATH_LONGTEXT, VLC_TRUE );
932     add_file( "sub-file", NULL, NULL, SUB_FILE_TEXT,
933               SUB_FILE_LONGTEXT, VLC_TRUE );
934     add_integer( "spumargin", -1, NULL, SPUMARGIN_TEXT,
935                  SPUMARGIN_LONGTEXT, VLC_TRUE );
936
937     set_section( N_( "Overlays" ) , NULL );
938     add_module( "sub-filter", "sub filter", NULL, NULL,
939                 SUB_FILTER_TEXT, SUB_FILTER_LONGTEXT, VLC_TRUE );
940
941     set_subcategory( SUBCAT_VIDEO_TEXT );
942
943     /* Input options */
944     set_category( CAT_INPUT );
945     set_subcategory( SUBCAT_INPUT_ACCESS );
946     set_subcategory( SUBCAT_INPUT_DEMUX );
947     set_subcategory( SUBCAT_INPUT_VCODEC );
948     set_subcategory( SUBCAT_INPUT_ACODEC );
949     set_subcategory( SUBCAT_INPUT_SCODEC );
950     set_subcategory( SUBCAT_INPUT_ADVANCED );
951     add_integer( "cr-average", 40, NULL, CR_AVERAGE_TEXT,
952                  CR_AVERAGE_LONGTEXT, VLC_FALSE );
953     add_integer( "server-port", 1234, NULL,
954                  SERVER_PORT_TEXT, SERVER_PORT_LONGTEXT, VLC_FALSE );
955     add_integer( "mtu", 1500, NULL, MTU_TEXT, MTU_LONGTEXT, VLC_TRUE );
956     add_string( "iface-addr", "", NULL, IFACE_ADDR_TEXT,
957                 IFACE_ADDR_LONGTEXT, VLC_TRUE );
958
959     add_integer( "program", 0, NULL,
960                  INPUT_PROGRAM_TEXT, INPUT_PROGRAM_LONGTEXT, VLC_TRUE );
961     add_string( "programs", "", NULL,
962                 INPUT_PROGRAMS_TEXT, INPUT_PROGRAMS_LONGTEXT, VLC_FALSE );
963     add_integer( "audio-channel", -1, NULL,
964                  INPUT_CHAN_TEXT, INPUT_CHAN_LONGTEXT, VLC_FALSE );
965     add_integer( "spu-channel", -1, NULL,
966                  INPUT_SUB_TEXT, INPUT_SUB_LONGTEXT, VLC_FALSE );
967     add_integer( "input-repeat", 0, NULL,
968                  INPUT_REPEAT_TEXT, INPUT_REPEAT_LONGTEXT, VLC_TRUE );
969     add_integer( "start-time", 0, NULL,
970                  START_TIME_TEXT, START_TIME_LONGTEXT, VLC_TRUE );
971     add_integer( "stop-time", 0, NULL,
972                  STOP_TIME_TEXT, STOP_TIME_LONGTEXT, VLC_TRUE );
973     add_string( "input-slave", NULL, NULL,
974                  INPUT_SLAVE_TEXT, INPUT_SLAVE_LONGTEXT, VLC_TRUE );
975
976     add_string( "bookmarks", NULL, NULL,
977                  BOOKMARKS_TEXT, BOOKMARKS_LONGTEXT, VLC_TRUE );
978
979     set_section( N_( "Default devices") , NULL )
980
981     add_file( "dvd", DVD_DEVICE, NULL, DVD_DEV_TEXT, DVD_DEV_LONGTEXT,
982               VLC_FALSE );
983     add_file( "vcd", VCD_DEVICE, NULL, VCD_DEV_TEXT, VCD_DEV_LONGTEXT,
984               VLC_FALSE );
985     add_file( "cd-audio", CDAUDIO_DEVICE, NULL, CDAUDIO_DEV_TEXT,
986               CDAUDIO_DEV_LONGTEXT, VLC_FALSE );
987
988     add_bool( "ipv6", 0, NULL, IPV6_TEXT, IPV6_LONGTEXT, VLC_FALSE );
989         change_short('6');
990     add_bool( "ipv4", 0, NULL, IPV4_TEXT, IPV4_LONGTEXT, VLC_FALSE );
991         change_short('4');
992
993     set_section( N_( "Socks proxy") , NULL )
994     add_string( "socks", NULL, NULL,
995                  SOCKS_SERVER_TEXT, SOCKS_SERVER_LONGTEXT, VLC_TRUE );
996     add_string( "socks-user", NULL, NULL,
997                  SOCKS_USER_TEXT, SOCKS_USER_LONGTEXT, VLC_TRUE );
998     add_string( "socks-pwd", NULL, NULL,
999                  SOCKS_PASS_TEXT, SOCKS_PASS_LONGTEXT, VLC_TRUE );
1000
1001
1002     set_section( N_("Metadata" ) , NULL )
1003     add_string( "meta-title", NULL, NULL, META_TITLE_TEXT,
1004                 META_TITLE_LONGTEXT, VLC_TRUE );
1005     add_string( "meta-author", NULL, NULL, META_AUTHOR_TEXT,
1006                 META_AUTHOR_LONGTEXT, VLC_TRUE );
1007     add_string( "meta-artist", NULL, NULL, META_ARTIST_TEXT,
1008                 META_ARTIST_LONGTEXT, VLC_TRUE );
1009     add_string( "meta-genre", NULL, NULL, META_GENRE_TEXT,
1010                 META_GENRE_LONGTEXT, VLC_TRUE );
1011     add_string( "meta-copyright", NULL, NULL, META_CPYR_TEXT,
1012                 META_CPYR_LONGTEXT, VLC_TRUE );
1013     add_string( "meta-description", NULL, NULL, META_DESCR_TEXT,
1014                 META_DESCR_LONGTEXT, VLC_TRUE );
1015     add_string( "meta-date", NULL, NULL, META_DATE_TEXT,
1016                 META_DATE_LONGTEXT, VLC_TRUE );
1017     add_string( "meta-url", NULL, NULL, META_URL_TEXT,
1018                 META_URL_LONGTEXT, VLC_TRUE );
1019
1020     /* Decoder options */
1021     add_category_hint( N_("Decoders"), CODEC_CAT_LONGTEXT , VLC_TRUE );
1022     add_module( "codec", "decoder", NULL, NULL, CODEC_TEXT,
1023                 CODEC_LONGTEXT, VLC_TRUE );
1024     add_module( "encoder", "encoder", NULL, NULL, ENCODER_TEXT,
1025                 ENCODER_LONGTEXT, VLC_TRUE );
1026
1027
1028     /* Stream output options */
1029     set_category( CAT_SOUT );
1030     set_subcategory( SUBCAT_SOUT_GENERAL );
1031     add_category_hint( N_("Stream output"), SOUT_CAT_LONGTEXT , VLC_TRUE );
1032
1033     add_string( "sout", NULL, NULL, SOUT_TEXT, SOUT_LONGTEXT, VLC_TRUE );
1034     add_bool( "sout-display", VLC_FALSE, NULL, SOUT_DISPLAY_TEXT,
1035                                 SOUT_DISPLAY_LONGTEXT, VLC_TRUE );
1036     add_bool( "sout-keep", VLC_FALSE, NULL, SOUT_KEEP_TEXT,
1037                                 SOUT_KEEP_LONGTEXT, VLC_TRUE );
1038     add_bool( "sout-all", 0, NULL, SOUT_ALL_TEXT,
1039                                 SOUT_ALL_LONGTEXT, VLC_TRUE );
1040     add_bool( "sout-audio", 1, NULL, SOUT_AUDIO_TEXT,
1041                                 SOUT_AUDIO_LONGTEXT, VLC_TRUE );
1042     add_bool( "sout-video", 1, NULL, SOUT_VIDEO_TEXT,
1043                                 SOUT_VIDEO_LONGTEXT, VLC_TRUE );
1044     add_integer( "ttl", 1, NULL, TTL_TEXT, TTL_LONGTEXT, VLC_TRUE );
1045
1046     set_subcategory( SUBCAT_SOUT_STREAM );
1047     set_subcategory( SUBCAT_SOUT_MUX );
1048     add_module( "mux", "sout mux", NULL, NULL, MUX_TEXT,
1049                                 MUX_LONGTEXT, VLC_TRUE );
1050     set_subcategory( SUBCAT_SOUT_ACO );
1051     add_module( "access_output", "sout access", NULL, NULL,
1052                 ACCESS_OUTPUT_TEXT, ACCESS_OUTPUT_LONGTEXT, VLC_TRUE );
1053     set_subcategory( SUBCAT_SOUT_PACKETIZER );
1054     add_module( "packetizer", "packetizer", NULL, NULL,
1055                 PACKETIZER_TEXT, PACKETIZER_LONGTEXT, VLC_TRUE );
1056
1057     set_subcategory( SUBCAT_SOUT_SAP );
1058     add_bool( "sap-flow-control", VLC_FALSE, NULL, ANN_SAPCTRL_TEXT,
1059                                ANN_SAPCTRL_LONGTEXT, VLC_TRUE );
1060     add_integer( "sap-interval", 5, NULL, ANN_SAPINTV_TEXT,
1061                                ANN_SAPINTV_LONGTEXT, VLC_TRUE );
1062     set_subcategory( SUBCAT_SOUT_VOD );
1063
1064     /* CPU options */
1065     set_category( CAT_ADVANCED );
1066     set_subcategory( SUBCAT_ADVANCED_CPU );
1067 #if defined( __i386__ )
1068     add_bool( "mmx", 1, NULL, MMX_TEXT, MMX_LONGTEXT, VLC_TRUE );
1069     add_bool( "3dn", 1, NULL, THREE_DN_TEXT, THREE_DN_LONGTEXT, VLC_TRUE );
1070     add_bool( "mmxext", 1, NULL, MMXEXT_TEXT, MMXEXT_LONGTEXT, VLC_TRUE );
1071     add_bool( "sse", 1, NULL, SSE_TEXT, SSE_LONGTEXT, VLC_TRUE );
1072     add_bool( "sse2", 1, NULL, SSE2_TEXT, SSE2_LONGTEXT, VLC_TRUE );
1073 #endif
1074 #if defined( __powerpc__ ) || defined( SYS_DARWIN )
1075     add_bool( "altivec", 1, NULL, ALTIVEC_TEXT, ALTIVEC_LONGTEXT, VLC_TRUE );
1076 #endif
1077     /* Misc options */
1078     set_subcategory( SUBCAT_ADVANCED_MISC );
1079     add_module( "memcpy", "memcpy", NULL, NULL, MEMCPY_TEXT,
1080                 MEMCPY_LONGTEXT, VLC_TRUE );
1081     add_module( "access", "access", NULL, NULL, ACCESS_TEXT,
1082                 ACCESS_LONGTEXT, VLC_TRUE );
1083     add_module( "demux", "demux", NULL, NULL, DEMUX_TEXT,
1084                 DEMUX_LONGTEXT, VLC_TRUE );
1085     add_bool( "minimize-threads", 0, NULL, MINIMIZE_THREADS_TEXT,
1086               MINIMIZE_THREADS_LONGTEXT, VLC_TRUE );
1087     add_bool( "plugins-cache", VLC_TRUE, NULL, PLUGINS_CACHE_TEXT,
1088               PLUGINS_CACHE_LONGTEXT, VLC_TRUE );
1089     add_directory( "plugin-path", NULL, NULL, PLUGIN_PATH_TEXT,
1090                    PLUGIN_PATH_LONGTEXT, VLC_TRUE );
1091     add_string( "vlm-conf", NULL, NULL, VLM_CONF_TEXT,
1092                     VLM_CONF_LONGTEXT, VLC_TRUE );
1093
1094 #if !defined(WIN32)
1095     add_bool( "daemon", 0, NULL, DAEMON_TEXT, DAEMON_LONGTEXT, VLC_TRUE );
1096         change_short('d');
1097 #endif
1098
1099 #if !defined(SYS_DARWIN) && !defined(SYS_BEOS) && defined(PTHREAD_COND_T_IN_PTHREAD_H)
1100     add_bool( "rt-priority", 0, NULL, RT_PRIORITY_TEXT,
1101               RT_PRIORITY_LONGTEXT, VLC_TRUE );
1102 #endif
1103
1104 #if !defined(SYS_BEOS) && defined(PTHREAD_COND_T_IN_PTHREAD_H)
1105     add_integer( "rt-offset", 0, NULL, RT_OFFSET_TEXT,
1106                  RT_OFFSET_LONGTEXT, VLC_TRUE );
1107 #endif
1108
1109 #if defined(WIN32)
1110     add_bool( "one-instance", 0, NULL, ONEINSTANCE_TEXT,
1111               ONEINSTANCE_LONGTEXT, VLC_TRUE );
1112     add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT,
1113               HPRIORITY_LONGTEXT, VLC_FALSE );
1114     add_bool( "fast-mutex", 0, NULL, FAST_MUTEX_TEXT,
1115               FAST_MUTEX_LONGTEXT, VLC_TRUE );
1116     add_integer( "win9x-cv-method", 1, NULL, WIN9X_CV_TEXT,
1117                   WIN9X_CV_LONGTEXT, VLC_TRUE );
1118 #endif
1119
1120     /* Playlist options */
1121     set_category( CAT_PLAYLIST );
1122     set_subcategory( SUBCAT_PLAYLIST_GENERAL );
1123     add_category_hint( N_("Playlist"), PLAYLIST_CAT_LONGTEXT , VLC_FALSE );
1124     add_bool( "random", 0, NULL, RANDOM_TEXT, RANDOM_LONGTEXT, VLC_FALSE );
1125         change_short('Z');
1126     add_bool( "loop", 0, NULL, LOOP_TEXT, LOOP_LONGTEXT, VLC_FALSE );
1127         change_short('L');
1128     add_bool( "repeat", 0, NULL, REPEAT_TEXT, REPEAT_LONGTEXT, VLC_TRUE );
1129         change_short('R');
1130     add_bool( "play-and-stop", 0, NULL, PAS_TEXT, PAS_LONGTEXT, VLC_TRUE );
1131
1132     set_subcategory( SUBCAT_PLAYLIST_SD );
1133     add_module_list_cat( "services-discovery", SUBCAT_PLAYLIST_SD, NULL,
1134                           NULL, SD_TEXT, SD_LONGTEXT, VLC_FALSE );
1135         change_short('S');
1136
1137     /* Interface options */
1138     set_category( CAT_INTERFACE );
1139     set_subcategory( SUBCAT_INTERFACE_GENERAL );
1140
1141     set_section ( N_("Interface module" ), NULL );
1142     add_module_cat( "intf", SUBCAT_INTERFACE_GENERAL, NULL, NULL, INTF_TEXT,
1143                 INTF_LONGTEXT, VLC_FALSE );
1144         change_short('I');
1145
1146     set_section ( N_("Extra interface modules" ),  NULL );
1147     add_module_list_cat( "extraintf", SUBCAT_INTERFACE_GENERAL,
1148                          NULL, NULL, EXTRAINTF_TEXT,
1149                          EXTRAINTF_LONGTEXT, VLC_FALSE );
1150
1151     set_section ( N_("Miscellaneous"), NULL );
1152     add_integer( "verbose", 0, NULL, VERBOSE_TEXT, VERBOSE_LONGTEXT,
1153                  VLC_FALSE );
1154         change_short('v');
1155     add_bool( "quiet", 0, NULL, QUIET_TEXT, QUIET_LONGTEXT, VLC_TRUE );
1156         change_short('q');
1157     add_string( "language", "auto", NULL, LANGUAGE_TEXT, LANGUAGE_LONGTEXT,
1158                 VLC_FALSE );
1159         change_string_list( ppsz_language, ppsz_language_text, 0 );
1160     add_bool( "color", 0, NULL, COLOR_TEXT, COLOR_LONGTEXT, VLC_TRUE );
1161     add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT,
1162                     VLC_FALSE );
1163
1164     set_subcategory( SUBCAT_INTERFACE_CONTROL );
1165     add_module_list_cat( "control", SUBCAT_INTERFACE_CONTROL, NULL, NULL,
1166                          CONTROL_TEXT, CONTROL_LONGTEXT, VLC_FALSE );
1167
1168     /* Hotkey options*/
1169     set_subcategory( SUBCAT_INTERFACE_HOTKEYS );
1170     add_category_hint( N_("Hot keys"), HOTKEY_CAT_LONGTEXT , VLC_FALSE );
1171
1172 #if defined(SYS_DARWIN)
1173 #   define KEY_FULLSCREEN         KEY_MODIFIER_COMMAND|'f'
1174 #   define KEY_PLAY_PAUSE         KEY_MODIFIER_COMMAND|'p'
1175 #   define KEY_PAUSE              KEY_UNSET
1176 #   define KEY_PLAY               KEY_UNSET
1177 #   define KEY_FASTER             KEY_MODIFIER_COMMAND|'='
1178 #   define KEY_SLOWER             KEY_MODIFIER_COMMAND|'-'
1179 #   define KEY_NEXT               KEY_MODIFIER_COMMAND|KEY_RIGHT
1180 #   define KEY_PREV               KEY_MODIFIER_COMMAND|KEY_LEFT
1181 #   define KEY_STOP               KEY_MODIFIER_COMMAND|'.'
1182 #   define KEY_POSITION           't'
1183 #   define KEY_JUMP_M10SEC        KEY_MODIFIER_COMMAND|KEY_MODIFIER_ALT|KEY_LEFT
1184 #   define KEY_JUMP_P10SEC        KEY_MODIFIER_COMMAND|KEY_MODIFIER_ALT|KEY_RIGHT
1185 #   define KEY_JUMP_M1MIN         KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_LEFT
1186 #   define KEY_JUMP_P1MIN         KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_RIGHT
1187 #   define KEY_JUMP_M5MIN         KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_MODIFIER_ALT|KEY_LEFT
1188 #   define KEY_JUMP_P5MIN         KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_MODIFIER_ALT|KEY_RIGHT
1189 #   define KEY_NAV_ACTIVATE       KEY_ENTER
1190 #   define KEY_NAV_UP             KEY_UP
1191 #   define KEY_NAV_DOWN           KEY_DOWN
1192 #   define KEY_NAV_LEFT           KEY_LEFT
1193 #   define KEY_NAV_RIGHT          KEY_RIGHT
1194 #   define KEY_QUIT               KEY_MODIFIER_COMMAND|'q'
1195 #   define KEY_VOL_UP             KEY_MODIFIER_COMMAND|KEY_UP
1196 #   define KEY_VOL_DOWN           KEY_MODIFIER_COMMAND|KEY_DOWN
1197 #   define KEY_VOL_MUTE           KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|'m'
1198 #   define KEY_SUBDELAY_UP        KEY_MODIFIER_COMMAND|'k'
1199 #   define KEY_SUBDELAY_DOWN      KEY_MODIFIER_COMMAND|'j'
1200 #   define KEY_AUDIODELAY_UP      KEY_MODIFIER_COMMAND|'h'
1201 #   define KEY_AUDIODELAY_DOWN    KEY_MODIFIER_COMMAND|'g'
1202 #   define KEY_AUDIO_TRACK        'l'
1203 #   define KEY_SUBTITLE_TRACK     's'
1204 #   define KEY_INTF_SHOW          'i'
1205 #   define KEY_SNAPSHOT           KEY_MODIFIER_CTRL|'s'
1206
1207 #   define KEY_SET_BOOKMARK1      KEY_MODIFIER_COMMAND|KEY_F1
1208 #   define KEY_SET_BOOKMARK2      KEY_MODIFIER_COMMAND|KEY_F2
1209 #   define KEY_SET_BOOKMARK3      KEY_MODIFIER_COMMAND|KEY_F3
1210 #   define KEY_SET_BOOKMARK4      KEY_MODIFIER_COMMAND|KEY_F4
1211 #   define KEY_SET_BOOKMARK5      KEY_MODIFIER_COMMAND|KEY_F5
1212 #   define KEY_SET_BOOKMARK6      KEY_MODIFIER_COMMAND|KEY_F6
1213 #   define KEY_SET_BOOKMARK7      KEY_MODIFIER_COMMAND|KEY_F7
1214 #   define KEY_SET_BOOKMARK8      KEY_MODIFIER_COMMAND|KEY_F8
1215 #   define KEY_SET_BOOKMARK9      KEY_UNSET
1216 #   define KEY_SET_BOOKMARK10     KEY_UNSET
1217 #   define KEY_PLAY_BOOKMARK1     KEY_F1
1218 #   define KEY_PLAY_BOOKMARK2     KEY_F2
1219 #   define KEY_PLAY_BOOKMARK3     KEY_F3
1220 #   define KEY_PLAY_BOOKMARK4     KEY_F4
1221 #   define KEY_PLAY_BOOKMARK5     KEY_F5
1222 #   define KEY_PLAY_BOOKMARK6     KEY_F6
1223 #   define KEY_PLAY_BOOKMARK7     KEY_F7
1224 #   define KEY_PLAY_BOOKMARK8     KEY_F8
1225 #   define KEY_PLAY_BOOKMARK9     KEY_UNSET
1226 #   define KEY_PLAY_BOOKMARK10    KEY_UNSET
1227 #   define KEY_HISTORY_BACK       KEY_MODIFIER_COMMAND|'['
1228 #   define KEY_HISTORY_FORWARD    KEY_MODIFIER_COMMAND|']'
1229
1230 #else
1231 #   define KEY_FULLSCREEN         'f'
1232 #   define KEY_PLAY_PAUSE         KEY_SPACE
1233 #   define KEY_PAUSE              KEY_UNSET
1234 #   define KEY_PLAY               KEY_UNSET
1235 #   define KEY_FASTER             '+'
1236 #   define KEY_SLOWER             '-'
1237 #   define KEY_NEXT               'n'
1238 #   define KEY_PREV               'p'
1239 #   define KEY_STOP               's'
1240 #   define KEY_POSITION           't'
1241 #   define KEY_JUMP_M10SEC        KEY_MODIFIER_ALT|KEY_LEFT
1242 #   define KEY_JUMP_P10SEC        KEY_MODIFIER_ALT|KEY_RIGHT
1243 #   define KEY_JUMP_M1MIN         KEY_MODIFIER_CTRL|KEY_LEFT
1244 #   define KEY_JUMP_P1MIN         KEY_MODIFIER_CTRL|KEY_RIGHT
1245 #   define KEY_JUMP_M5MIN         KEY_MODIFIER_CTRL|KEY_MODIFIER_ALT|KEY_LEFT
1246 #   define KEY_JUMP_P5MIN         KEY_MODIFIER_CTRL|KEY_MODIFIER_ALT|KEY_RIGHT
1247 #   define KEY_NAV_ACTIVATE       KEY_ENTER
1248 #   define KEY_NAV_UP             KEY_UP
1249 #   define KEY_NAV_DOWN           KEY_DOWN
1250 #   define KEY_NAV_LEFT           KEY_LEFT
1251 #   define KEY_NAV_RIGHT          KEY_RIGHT
1252 #   define KEY_QUIT               KEY_MODIFIER_CTRL|'q'
1253 #   define KEY_VOL_UP             KEY_MODIFIER_CTRL|KEY_UP
1254 #   define KEY_VOL_DOWN           KEY_MODIFIER_CTRL|KEY_DOWN
1255 #   define KEY_VOL_MUTE           'm'
1256 #   define KEY_SUBDELAY_UP        KEY_MODIFIER_CTRL|'h'
1257 #   define KEY_SUBDELAY_DOWN      KEY_MODIFIER_CTRL|'j'
1258 #   define KEY_AUDIODELAY_UP      KEY_MODIFIER_CTRL|'k'
1259 #   define KEY_AUDIODELAY_DOWN    KEY_MODIFIER_CTRL|'l'
1260
1261 #   define KEY_AUDIO_TRACK        'l'
1262 #   define KEY_SUBTITLE_TRACK     'k'
1263 #   define KEY_INTF_SHOW          'i'
1264 #   define KEY_SNAPSHOT           KEY_MODIFIER_CTRL|'s'
1265
1266 #   define KEY_SET_BOOKMARK1      KEY_MODIFIER_CTRL|KEY_F1
1267 #   define KEY_SET_BOOKMARK2      KEY_MODIFIER_CTRL|KEY_F2
1268 #   define KEY_SET_BOOKMARK3      KEY_MODIFIER_CTRL|KEY_F3
1269 #   define KEY_SET_BOOKMARK4      KEY_MODIFIER_CTRL|KEY_F4
1270 #   define KEY_SET_BOOKMARK5      KEY_MODIFIER_CTRL|KEY_F5
1271 #   define KEY_SET_BOOKMARK6      KEY_MODIFIER_CTRL|KEY_F6
1272 #   define KEY_SET_BOOKMARK7      KEY_MODIFIER_CTRL|KEY_F7
1273 #   define KEY_SET_BOOKMARK8      KEY_MODIFIER_CTRL|KEY_F8
1274 #   define KEY_SET_BOOKMARK9      KEY_MODIFIER_CTRL|KEY_F9
1275 #   define KEY_SET_BOOKMARK10     KEY_MODIFIER_CTRL|KEY_F10
1276 #   define KEY_PLAY_BOOKMARK1     KEY_F1
1277 #   define KEY_PLAY_BOOKMARK2     KEY_F2
1278 #   define KEY_PLAY_BOOKMARK3     KEY_F3
1279 #   define KEY_PLAY_BOOKMARK4     KEY_F4
1280 #   define KEY_PLAY_BOOKMARK5     KEY_F5
1281 #   define KEY_PLAY_BOOKMARK6     KEY_F6
1282 #   define KEY_PLAY_BOOKMARK7     KEY_F7
1283 #   define KEY_PLAY_BOOKMARK8     KEY_F8
1284 #   define KEY_PLAY_BOOKMARK9     KEY_F9
1285 #   define KEY_PLAY_BOOKMARK10    KEY_F10
1286 #   define KEY_HISTORY_BACK       KEY_MODIFIER_CTRL|'['
1287 #   define KEY_HISTORY_FORWARD    KEY_MODIFIER_CTRL|']'
1288 #endif
1289
1290     add_key( "key-fullscreen", KEY_FULLSCREEN, NULL, FULLSCREEN_KEY_TEXT,
1291              FULLSCREEN_KEY_LONGTEXT, VLC_FALSE );
1292     add_key( "key-play-pause", KEY_PLAY_PAUSE, NULL, PLAY_PAUSE_KEY_TEXT,
1293              PLAY_PAUSE_KEY_LONGTEXT, VLC_FALSE );
1294     add_key( "key-pause", KEY_PAUSE, NULL, PAUSE_KEY_TEXT,
1295              PAUSE_KEY_LONGTEXT, VLC_TRUE );
1296     add_key( "key-play", KEY_PLAY, NULL, PLAY_KEY_TEXT,
1297              PLAY_KEY_LONGTEXT, VLC_TRUE );
1298     add_key( "key-faster", KEY_FASTER, NULL, FASTER_KEY_TEXT,
1299              FASTER_KEY_LONGTEXT, VLC_FALSE );
1300     add_key( "key-slower", KEY_SLOWER, NULL, SLOWER_KEY_TEXT,
1301              SLOWER_KEY_LONGTEXT, VLC_FALSE );
1302     add_key( "key-next", KEY_NEXT, NULL, NEXT_KEY_TEXT,
1303              NEXT_KEY_LONGTEXT, VLC_FALSE );
1304     add_key( "key-prev", KEY_PREV, NULL, PREV_KEY_TEXT,
1305              PREV_KEY_LONGTEXT, VLC_FALSE );
1306     add_key( "key-stop", KEY_STOP, NULL, STOP_KEY_TEXT,
1307              STOP_KEY_LONGTEXT, VLC_FALSE );
1308     add_key( "key-position", KEY_POSITION, NULL, POSITION_KEY_TEXT,
1309              POSITION_KEY_LONGTEXT, VLC_TRUE );
1310     add_key( "key-jump-10sec", KEY_JUMP_M10SEC, NULL, JB10SEC_KEY_TEXT,
1311              JB10SEC_KEY_LONGTEXT, VLC_FALSE );
1312     add_key( "key-jump+10sec", KEY_JUMP_P10SEC, NULL, JF10SEC_KEY_TEXT,
1313              JF10SEC_KEY_LONGTEXT, VLC_FALSE );
1314     add_key( "key-jump-1min", KEY_JUMP_M1MIN, NULL, JB1MIN_KEY_TEXT,
1315              JB1MIN_KEY_LONGTEXT, VLC_FALSE );
1316     add_key( "key-jump+1min", KEY_JUMP_P1MIN, NULL, JF1MIN_KEY_TEXT,
1317              JF1MIN_KEY_LONGTEXT, VLC_FALSE );
1318     add_key( "key-jump-5min", KEY_JUMP_M5MIN, NULL, JB5MIN_KEY_TEXT,
1319              JB5MIN_KEY_LONGTEXT, VLC_FALSE );
1320     add_key( "key-jump+5min", KEY_JUMP_P5MIN, NULL, JF5MIN_KEY_TEXT,
1321              JF5MIN_KEY_LONGTEXT, VLC_FALSE );
1322
1323     add_key( "key-nav-activate", KEY_NAV_ACTIVATE, NULL, NAV_ACTIVATE_KEY_TEXT,
1324              NAV_ACTIVATE_KEY_LONGTEXT, VLC_TRUE );
1325     add_key( "key-nav-up", KEY_NAV_UP, NULL, NAV_UP_KEY_TEXT,
1326              NAV_UP_KEY_LONGTEXT, VLC_TRUE );
1327     add_key( "key-nav-down", KEY_NAV_DOWN, NULL, NAV_DOWN_KEY_TEXT,
1328              NAV_DOWN_KEY_LONGTEXT, VLC_TRUE );
1329     add_key( "key-nav-left", KEY_NAV_LEFT, NULL, NAV_LEFT_KEY_TEXT,
1330              NAV_LEFT_KEY_LONGTEXT, VLC_TRUE );
1331     add_key( "key-nav-right", KEY_NAV_RIGHT, NULL, NAV_RIGHT_KEY_TEXT,
1332              NAV_RIGHT_KEY_LONGTEXT, VLC_TRUE );
1333
1334     add_key( "key-quit", KEY_QUIT, NULL, QUIT_KEY_TEXT,
1335              QUIT_KEY_LONGTEXT, VLC_FALSE );
1336     add_key( "key-vol-up", KEY_VOL_UP, NULL, VOL_UP_KEY_TEXT,
1337              VOL_UP_KEY_LONGTEXT, VLC_FALSE );
1338     add_key( "key-vol-down", KEY_VOL_DOWN, NULL, VOL_DOWN_KEY_TEXT,
1339              VOL_DOWN_KEY_LONGTEXT, VLC_FALSE );
1340     add_key( "key-vol-mute", KEY_VOL_MUTE, NULL, VOL_MUTE_KEY_TEXT,
1341              VOL_MUTE_KEY_LONGTEXT, VLC_FALSE );
1342     add_key( "key-subdelay-up", KEY_SUBDELAY_UP, NULL,
1343              SUBDELAY_UP_KEY_TEXT, SUBDELAY_UP_KEY_LONGTEXT, VLC_TRUE );
1344     add_key( "key-subdelay-down", KEY_SUBDELAY_DOWN, NULL,
1345              SUBDELAY_DOWN_KEY_TEXT, SUBDELAY_DOWN_KEY_LONGTEXT, VLC_TRUE );
1346     add_key( "key-audiodelay-up", KEY_AUDIODELAY_UP, NULL,
1347              AUDIODELAY_UP_KEY_TEXT, AUDIODELAY_UP_KEY_LONGTEXT, VLC_TRUE );
1348     add_key( "key-audiodelay-down", KEY_AUDIODELAY_DOWN, NULL,
1349              AUDIODELAY_DOWN_KEY_TEXT, AUDIODELAY_DOWN_KEY_LONGTEXT, VLC_TRUE );
1350     add_key( "key-audio-track", KEY_AUDIO_TRACK, NULL, AUDIO_TRACK_KEY_TEXT,
1351              AUDIO_TRACK_KEY_LONGTEXT, VLC_FALSE );
1352     add_key( "key-subtitle-track", KEY_SUBTITLE_TRACK, NULL,
1353              SUBTITLE_TRACK_KEY_TEXT, SUBTITLE_TRACK_KEY_LONGTEXT, VLC_FALSE );
1354     add_key( "key-intf-show", KEY_INTF_SHOW, NULL,
1355              INTF_SHOW_KEY_TEXT, INTF_SHOW_KEY_LONGTEXT, VLC_TRUE );
1356     add_key( "key-snapshot", KEY_SNAPSHOT, NULL,
1357              SNAP_KEY_TEXT, SNAP_KEY_LONGTEXT, VLC_TRUE );
1358
1359     add_key( "key-set-bookmark1", KEY_SET_BOOKMARK1, NULL,
1360              SET_BOOKMARK1_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1361     add_key( "key-set-bookmark2", KEY_SET_BOOKMARK2, NULL,
1362              SET_BOOKMARK2_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1363     add_key( "key-set-bookmark3", KEY_SET_BOOKMARK3, NULL,
1364              SET_BOOKMARK3_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1365     add_key( "key-set-bookmark4", KEY_SET_BOOKMARK4, NULL,
1366              SET_BOOKMARK4_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1367     add_key( "key-set-bookmark5", KEY_SET_BOOKMARK5, NULL,
1368              SET_BOOKMARK5_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1369     add_key( "key-set-bookmark6", KEY_SET_BOOKMARK6, NULL,
1370              SET_BOOKMARK6_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1371     add_key( "key-set-bookmark7", KEY_SET_BOOKMARK7, NULL,
1372              SET_BOOKMARK7_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1373     add_key( "key-set-bookmark8", KEY_SET_BOOKMARK8, NULL,
1374              SET_BOOKMARK8_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1375     add_key( "key-set-bookmark9", KEY_SET_BOOKMARK9, NULL,
1376              SET_BOOKMARK9_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1377     add_key( "key-set-bookmark10", KEY_SET_BOOKMARK10, NULL,
1378              SET_BOOKMARK10_KEY_TEXT, SET_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1379     add_key( "key-play-bookmark1", KEY_PLAY_BOOKMARK1, NULL,
1380              PLAY_BOOKMARK1_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1381     add_key( "key-play-bookmark2", KEY_PLAY_BOOKMARK2, NULL,
1382              PLAY_BOOKMARK2_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1383     add_key( "key-play-bookmark3", KEY_PLAY_BOOKMARK3, NULL,
1384              PLAY_BOOKMARK3_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1385     add_key( "key-play-bookmark4", KEY_PLAY_BOOKMARK4, NULL,
1386              PLAY_BOOKMARK4_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1387     add_key( "key-play-bookmark5", KEY_PLAY_BOOKMARK5, NULL,
1388              PLAY_BOOKMARK5_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1389     add_key( "key-play-bookmark6", KEY_PLAY_BOOKMARK6, NULL,
1390              PLAY_BOOKMARK6_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1391     add_key( "key-play-bookmark7", KEY_PLAY_BOOKMARK7, NULL,
1392              PLAY_BOOKMARK7_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1393     add_key( "key-play-bookmark8", KEY_PLAY_BOOKMARK8, NULL,
1394              PLAY_BOOKMARK8_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1395     add_key( "key-play-bookmark9", KEY_PLAY_BOOKMARK9, NULL,
1396              PLAY_BOOKMARK9_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1397     add_key( "key-play-bookmark10", KEY_PLAY_BOOKMARK10, NULL,
1398              PLAY_BOOKMARK10_KEY_TEXT, PLAY_BOOKMARK_KEY_LONGTEXT, VLC_TRUE );
1399     add_key( "key-history-back", KEY_HISTORY_BACK, NULL, HISTORY_BACK_TEXT,
1400              HISTORY_BACK_LONGTEXT, VLC_TRUE );
1401     add_key( "key-history-forward", KEY_HISTORY_FORWARD, NULL,
1402              HISTORY_FORWARD_TEXT, HISTORY_FORWARD_LONGTEXT, VLC_TRUE );
1403
1404     /* Usage (mainly useful for cmd line stuff) */
1405     add_usage_hint( PLAYLIST_USAGE );
1406
1407     set_description( N_("main program") );
1408     set_capability( "main", 100 );
1409 vlc_module_end();
1410
1411 static module_config_t p_help_config[] =
1412 {
1413     { CONFIG_ITEM_BOOL, NULL, "help", 'h',
1414       N_("print help (can be combined with --advanced)") },
1415     { CONFIG_ITEM_BOOL, NULL, "longhelp", 'H',
1416       N_("print detailed help (can be combined with --advanced)") },
1417     { CONFIG_ITEM_BOOL, NULL, "list", 'l',
1418       N_("print a list of available modules") },
1419     { CONFIG_ITEM_STRING, NULL, "module", 'p',
1420       N_("print help on module (can be combined with --advanced)") },
1421     { CONFIG_ITEM_BOOL, NULL, "save-config", '\0',
1422       N_("save the current command line options in the config") },
1423     { CONFIG_ITEM_BOOL, NULL, "reset-config", '\0',
1424       N_("reset the current config to the default values") },
1425     { CONFIG_ITEM_STRING, NULL, "config", '\0',
1426       N_("use alternate config file") },
1427     { CONFIG_ITEM_BOOL, NULL, "reset-plugins-cache", '\0',
1428       N_("resets the current plugins cache") },
1429     { CONFIG_ITEM_BOOL, NULL, "version", '\0',
1430       N_("print version information") },
1431     { CONFIG_HINT_END, NULL, NULL, '\0', NULL }
1432 };
1433
1434 /*****************************************************************************
1435  * End configuration.
1436  *****************************************************************************/
1437
1438 /*****************************************************************************
1439  * Initializer for the vlc_t structure storing the action / key associations
1440  *****************************************************************************/
1441 static struct hotkey p_hotkeys[] =
1442 {
1443     { "key-quit", ACTIONID_QUIT, 0 },
1444     { "key-play-pause", ACTIONID_PLAY_PAUSE, 0 },
1445     { "key-play", ACTIONID_PLAY, 0 },
1446     { "key-pause", ACTIONID_PAUSE, 0 },
1447     { "key-stop", ACTIONID_STOP, 0 },
1448     { "key-position", ACTIONID_POSITION, 0 },
1449     { "key-jump-10sec", ACTIONID_JUMP_BACKWARD_10SEC, 0 },
1450     { "key-jump+10sec", ACTIONID_JUMP_FORWARD_10SEC, 0 },
1451     { "key-jump-1min", ACTIONID_JUMP_BACKWARD_1MIN, 0 },
1452     { "key-jump+1min", ACTIONID_JUMP_FORWARD_1MIN, 0 },
1453     { "key-jump-5min", ACTIONID_JUMP_BACKWARD_5MIN, 0 },
1454     { "key-jump+5min", ACTIONID_JUMP_FORWARD_5MIN, 0 },
1455     { "key-prev", ACTIONID_PREV, 0 },
1456     { "key-next", ACTIONID_NEXT, 0 },
1457     { "key-faster", ACTIONID_FASTER, 0 },
1458     { "key-slower", ACTIONID_SLOWER, 0 },
1459     { "key-fullscreen", ACTIONID_FULLSCREEN, 0 },
1460     { "key-vol-up", ACTIONID_VOL_UP, 0 },
1461     { "key-vol-down", ACTIONID_VOL_DOWN, 0 },
1462     { "key-vol-mute", ACTIONID_VOL_MUTE, 0 },
1463     { "key-subdelay-down", ACTIONID_SUBDELAY_DOWN, 0 },
1464     { "key-subdelay-up", ACTIONID_SUBDELAY_UP, 0 },
1465     { "key-audiodelay-down", ACTIONID_AUDIODELAY_DOWN, 0 },
1466     { "key-audiodelay-up", ACTIONID_AUDIODELAY_UP, 0 },
1467     { "key-audio-track", ACTIONID_AUDIO_TRACK, 0},
1468     { "key-subtitle-track", ACTIONID_SUBTITLE_TRACK, 0},
1469     { "key-intf-show", ACTIONID_INTF_SHOW, 0},
1470     { "key-snapshot", ACTIONID_SNAPSHOT, 0},
1471     { "key-nav-activate", ACTIONID_NAV_ACTIVATE, 0 },
1472     { "key-nav-up", ACTIONID_NAV_UP, 0 },
1473     { "key-nav-down", ACTIONID_NAV_DOWN, 0 },
1474     { "key-nav-left", ACTIONID_NAV_LEFT, 0 },
1475     { "key-nav-right", ACTIONID_NAV_RIGHT, 0 },
1476     { "key-set-bookmark1", ACTIONID_SET_BOOKMARK1, 0},
1477     { "key-set-bookmark2", ACTIONID_SET_BOOKMARK2, 0},
1478     { "key-set-bookmark3", ACTIONID_SET_BOOKMARK3, 0},
1479     { "key-set-bookmark4", ACTIONID_SET_BOOKMARK4, 0},
1480     { "key-set-bookmark5", ACTIONID_SET_BOOKMARK5, 0},
1481     { "key-set-bookmark6", ACTIONID_SET_BOOKMARK6, 0},
1482     { "key-set-bookmark7", ACTIONID_SET_BOOKMARK7, 0},
1483     { "key-set-bookmark8", ACTIONID_SET_BOOKMARK8, 0},
1484     { "key-set-bookmark9", ACTIONID_SET_BOOKMARK9, 0},
1485     { "key-set-bookmark10", ACTIONID_SET_BOOKMARK10, 0},
1486     { "key-play-bookmark1", ACTIONID_PLAY_BOOKMARK1, 0},
1487     { "key-play-bookmark2", ACTIONID_PLAY_BOOKMARK2, 0},
1488     { "key-play-bookmark3", ACTIONID_PLAY_BOOKMARK3, 0},
1489     { "key-play-bookmark4", ACTIONID_PLAY_BOOKMARK4, 0},
1490     { "key-play-bookmark5", ACTIONID_PLAY_BOOKMARK5, 0},
1491     { "key-play-bookmark6", ACTIONID_PLAY_BOOKMARK6, 0},
1492     { "key-play-bookmark7", ACTIONID_PLAY_BOOKMARK7, 0},
1493     { "key-play-bookmark8", ACTIONID_PLAY_BOOKMARK8, 0},
1494     { "key-play-bookmark9", ACTIONID_PLAY_BOOKMARK9, 0},
1495     { "key-play-bookmark10", ACTIONID_PLAY_BOOKMARK10, 0},
1496     { "key-history-back", ACTIONID_HISTORY_BACK, 0},
1497     { "key-history-forward", ACTIONID_HISTORY_FORWARD, 0},
1498     { NULL, 0, 0 }
1499 };
1500