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