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