]> git.sesse.net Git - vlc/blob - src/libvlc.h
+ modules/misc/freetype.c: fixed a couple of typos
[vlc] / src / libvlc.h
1 /*****************************************************************************
2  * libvlc.h: main libvlc header
3  *****************************************************************************
4  * Copyright (C) 1998-2002 VideoLAN
5  * $Id: libvlc.h,v 1.108 2003/11/22 00:41:07 titer Exp $
6  *
7  * Authors: Vincent Seguin <seguin@via.ecp.fr>
8  *          Samuel Hocevar <sam@zoy.org>
9  *          Gildas Bazin <gbazin@netcourrier.com>
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_("English US"), N_("English GB"), N_("Spanish"), N_("German"),
35   N_("French"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Norwegian"),
36   N_("Polish"), N_("Portuguese BR"), N_("Russian"), N_("Swedish") };
37
38 /*****************************************************************************
39  * Configuration options for the main program. Each module will also separatly
40  * define its own configuration options.
41  * Look into configuration.h if you need to know more about the following
42  * macros.
43  *****************************************************************************/
44
45 #define INTF_CAT_LONGTEXT N_( \
46     "These options allow you to configure the interfaces used by VLC.\n" \
47     "You can select the main interface, additional " \
48     "interface modules, and define various related options." )
49
50 #define INTF_TEXT N_("Interface module")
51 #define INTF_LONGTEXT N_( \
52     "This option allows you to select the interface used by VLC.\n" \
53     "The default behavior is to automatically select the best module " \
54     "available.")
55
56 #define EXTRAINTF_TEXT N_("Extra interface modules")
57 #define EXTRAINTF_LONGTEXT N_( \
58     "This option allows you to select additional interfaces used by VLC. " \
59     "They will be launched in the background in addition to the default " \
60     "interface. Use a comma separated list of interface modules. (common " \
61     "values are: logger,gestures,sap,rc,http,screensaver)")
62
63 #define VERBOSE_TEXT N_("Verbosity (0,1,2)")
64 #define VERBOSE_LONGTEXT N_( \
65     "This options sets the verbosity level (0=only errors and " \
66     "standard messages, 1=warnings, 2=debug).")
67
68 #define QUIET_TEXT N_("Be quiet")
69 #define QUIET_LONGTEXT N_( \
70     "This options turns off all warning and information messages.")
71
72 #define LANGUAGE_TEXT N_("Language")
73 #define LANGUAGE_LONGTEXT N_( "This option allows you to set the language " \
74     "of the interface. The system language is auto-detected if \"auto\" is " \
75     "specified here." )
76
77 #define COLOR_TEXT N_("Color messages")
78 #define COLOR_LONGTEXT N_( \
79     "When this option is turned on, the messages sent to the console will " \
80     "be colorized. Your terminal needs Linux color support for this to work.")
81
82 #define ADVANCED_TEXT N_("Show advanced options")
83 #define ADVANCED_LONGTEXT N_( \
84     "When this option is turned on, the preferences and/or interfaces  will " \
85     "show all the available options, including those that most users should " \
86     "never touch")
87
88 #define INTF_PATH_TEXT N_("Interface default search path")
89 #define INTF_PATH_LONGTEXT N_( \
90     "This option allows you to set the default path that the interface will " \
91     "open when looking for a file.")
92
93 #define PLUGIN_PATH_TEXT N_("Plugin search path")
94 #define PLUGIN_PATH_LONGTEXT N_( \
95     "This option allows you to specify an additional path for VLC to look " \
96     "for its plugins.")
97
98 #define AOUT_CAT_LONGTEXT N_( \
99     "These options allow you to tune VLC's audio subsystem, " \
100     "and to add audio filters which can be used for " \
101     "postprocessing or visual effects (spectrum analyser,...).\n" \
102     "To tune these filters, have a look at the \"audio filter\" " \
103     "plugin options.")
104
105 #define AOUT_TEXT N_("Audio output module")
106 #define AOUT_LONGTEXT N_( \
107     "This option allows you to select the audio output method used by VLC. " \
108     "The default behavior is to automatically select the best method " \
109     "available.")
110
111 #define AUDIO_TEXT N_("Enable audio")
112 #define AUDIO_LONGTEXT N_( \
113     "You can completely disable the audio output. In this case the audio " \
114     "decoding will not take place, and it will save some processing power.")
115
116 #define MONO_TEXT N_("Force mono audio")
117 #define MONO_LONGTEXT N_("This will force a mono audio output")
118
119 #define VOLUME_TEXT N_("Audio output volume")
120 #define VOLUME_LONGTEXT N_( \
121     "You can set the default audio output volume here, in a range from 0 to " \
122     "1024.")
123
124 #define VOLUME_SAVE_TEXT N_("Audio output saved volume")
125 #define VOLUME_SAVE_LONGTEXT N_( \
126     "This saves the audio output volume when you select mute.")
127
128 #define AOUT_RATE_TEXT N_("Audio output frequency (Hz)")
129 #define AOUT_RATE_LONGTEXT N_( \
130     "You can force the audio output frequency here. Common values are " \
131     "-1 (default), 48000, 44100, 32000, 22050, 16000, 11025, 8000.")
132
133 #if !defined( SYS_DARWIN )
134 #define AOUT_RESAMP_TEXT N_("High quality audio resampling")
135 #define AOUT_RESAMP_LONGTEXT N_( \
136     "High quality audio resampling can be processor intensive so you can " \
137     "disable it and a cheaper resampling algorithm will be used instead.")
138 #endif
139
140 #define DESYNC_TEXT N_("Compensate desynchronization of audio (in ms)")
141 #define DESYNC_LONGTEXT N_( \
142     "This option allows you to delay the audio output. This can be handy if " \
143     "you notice a lag between the video and the audio.")
144
145 #define MULTICHA_TEXT N_("Choose prefered 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 postprocessing filters, to modify " \
159     "the sound.")
160
161 #define HEADPHONE_TEXT N_("Headphone virtual spatialization effect")
162 #define HEADPHONE_LONGTEXT N_( \
163     "This effect gives you the feeling that you are standing in a room " \
164     "with a complete 5.1 speaker set when using only a headphone, " \
165     "providing a more realistic sound experience. It should also be " \
166     "more comfortable and less tiring when listening to music for " \
167     "long periods of time.\nIt works with any source format from mono " \
168     "to 5.1.")
169
170 #define VOUT_CAT_LONGTEXT N_( \
171     "These options allow you to modify options related to " \
172     "the video output subsystem. You can for example enable " \
173     "video filters, like deinterlacing, constrast / hue / " \
174     "saturation adjusting, ...\n" \
175     "Enable these filters here and configure them in the video " \
176     "filters plugins section." )
177
178 #define VOUT_TEXT N_("Video output module")
179 #define VOUT_LONGTEXT N_( \
180     "This option allows you to select the video output method used by VLC. " \
181     "The default behavior is to automatically select the best " \
182     "method available.")
183
184 #define VIDEO_TEXT N_("Enable video")
185 #define VIDEO_LONGTEXT N_( \
186     "You can completely disable the video output. In this case the video " \
187     "decoding stage will not take place, which will save some processing power.")
188
189 #define WIDTH_TEXT N_("Video width")
190 #define WIDTH_LONGTEXT N_( \
191     "You can enforce the video width here. By default (-1) VLC will " \
192     "adapt to the video characteristics.")
193
194 #define HEIGHT_TEXT N_("Video height")
195 #define HEIGHT_LONGTEXT N_( \
196     "You can enforce the video height here. By default (-1) VLC will " \
197     "adapt to the video characteristics.")
198
199 #define ALIGN_TEXT N_("Video alignment")
200 #define ALIGN_LONGTEXT N_( \
201     "You can enforce the video alignement in its window. By default (0) it " \
202     "will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \
203     "also use combinations of these values).")
204
205 #define ZOOM_TEXT N_("Zoom video")
206 #define ZOOM_LONGTEXT N_( \
207     "You can zoom the video by the specified factor.")
208
209 #define GRAYSCALE_TEXT N_("Grayscale video output")
210 #define GRAYSCALE_LONGTEXT N_( \
211     "When enabled, the color information from the video won't be decoded " \
212     "(this can also allow you to save some processing power).")
213
214 #define FULLSCREEN_TEXT N_("Fullscreen video output")
215 #define FULLSCREEN_LONGTEXT N_( \
216     "If this option is enabled, VLC will always start a video in fullscreen " \
217     "mode.")
218
219 #define OVERLAY_TEXT N_("Overlay video output")
220 #define OVERLAY_LONGTEXT N_( \
221     "If enabled, VLC will try to take advantage of the overlay capabilities " \
222     "of your graphics card.")
223
224 #define SPUMARGIN_TEXT N_("Force SPU position")
225 #define SPUMARGIN_LONGTEXT N_( \
226     "You can use this option to place the subtitles under the movie, " \
227     "instead of over the movie. Try several positions.")
228
229 #define OSD_TEXT N_("On Screen Display")
230 #define OSD_LONGTEXT N_( \
231     "You can disable the messages VLC creates in the video.")
232
233 #define FILTER_TEXT N_("Video filter module")
234 #define FILTER_LONGTEXT N_( \
235     "This will allow you to add a post-processing filter to enhance the " \
236     "picture quality, for instance deinterlacing, or to clone or distort " \
237     "the video window.")
238
239 #define ASPECT_RATIO_TEXT N_("Source aspect ratio")
240 #define ASPECT_RATIO_LONGTEXT N_( \
241     "This will force the source aspect ratio. For instance, some DVDs claim " \
242     "to be 16:9 while they are actually 4:3. This can also be used as a " \
243     "hint for VLC when a movie does not have aspect ratio information. " \
244     "Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image " \
245     "aspect, or a float value (1.25, 1.3333, etc.) expressing pixel " \
246     "squareness.")
247
248 #if 0
249 #define PIXEL_RATIO_TEXT N_("Destination aspect ratio")
250 #define PIXEL_RATIO_LONGTEXT N_( \
251     "This will force the destination pixel size. By default VLC assumes " \
252     "your pixels are square, unless your hardware has a way to tell it " \
253     "otherwise. This may be used when you output VLC's signal to another " \
254     "device such as a TV set. Accepted format is a float value (1, 1.25, " \
255     "1.3333, etc.) expressing pixel squareness.")
256 #endif
257
258 #define INPUT_CAT_LONGTEXT N_( " " )
259
260 #define SERVER_PORT_TEXT N_("Server port")
261 #define SERVER_PORT_LONGTEXT N_( \
262     "This is the port used for UDP streams. By default, we chose 1234.")
263
264 #define MTU_TEXT N_("MTU of the network interface")
265 #define MTU_LONGTEXT N_( \
266     "This is the typical size of UDP packets that we expect. On Ethernet " \
267     "it is usually 1500.")
268
269 #define IFACE_ADDR_TEXT N_("Network interface address")
270 #define IFACE_ADDR_LONGTEXT N_( \
271     "If you have several interfaces on your machine and use the " \
272     "multicast solution, you will probably have to indicate the IP address " \
273     "of your multicasting interface here.")
274
275 #define TTL_TEXT N_("Time to live")
276 #define TTL_LONGTEXT N_( \
277     "Indicate here the Time To Live of the multicast packets sent by " \
278     "the stream output.")
279
280 #define INPUT_PROGRAM_TEXT N_("Choose program (SID)")
281 #define INPUT_PROGRAM_LONGTEXT N_( \
282     "Choose the program to select by giving its Service ID.")
283
284 #define INPUT_AUDIO_TEXT N_("Choose audio")
285 #define INPUT_AUDIO_LONGTEXT N_( \
286     "Give the default type of audio you want to use in a DVD. " \
287     "(Developers only)")
288
289 #define INPUT_CHAN_TEXT N_("Choose channel")
290 #define INPUT_CHAN_LONGTEXT N_( \
291     "Give the stream number of the audio channel you want to use in a DVD " \
292     "(from 1 to n).")
293
294 #define INPUT_SUBT_TEXT N_("Choose subtitles track")
295 #define INPUT_SUBT_LONGTEXT N_( \
296     "Give the stream number of the subtitle channel you want to use " \
297     "(from 1 to n).")
298
299 #define SUB_AUTO_TEXT N_("Autodetect subtitle files")
300 #define SUB_AUTO_LONGTEXT \
301     "Automatically detect a subtitle file, if no subtitle filename is " \
302     "specified."
303
304 #define SUB_FUZZY_TEXT N_("Subtitle autodection fuzziness")
305 #define SUB_FUZZY_LONGTEXT \
306     "This determines how fuzzy subtitle and movie filenaming matching " \
307     "will be. Options are:\n" \
308     "0 = no subtitles autodetected\n" \
309     "1 = any subtitle file\n" \
310     "2 = any subtitle file containing the movie name\n" \
311     "3 = subtitle file matching the movie name with additional chars\n" \
312     "4 = subtitle file matching the movie name exactly"
313
314 #define SUB_FILE_TEXT N_("Use subtitle file")
315 #define SUB_FILE_LONGTEXT \
316     "Load this subtitle file. To be used when autodetect cannot detect " \
317     "your subtitlefile."
318
319 #define DVD_DEV_TEXT N_("DVD device")
320 #ifdef WIN32
321 #define DVD_DEV_LONGTEXT N_( \
322     "This is the default DVD drive (or file) to use. Don't forget the colon " \
323     "after the drive letter (eg D:)")
324 #else
325 #define DVD_DEV_LONGTEXT N_( \
326     "This is the default DVD device to use.")
327 #endif
328
329 #define VCD_DEV_TEXT N_("VCD device")
330 #define VCD_DEV_LONGTEXT N_( \
331     "This is the default VCD device to use.")
332
333 #define IPV6_TEXT N_("Force IPv6")
334 #define IPV6_LONGTEXT N_( \
335     "If you check this box, IPv6 will be used by default for all UDP and " \
336     "HTTP connections.")
337
338 #define IPV4_TEXT N_("Force IPv4")
339 #define IPV4_LONGTEXT N_( \
340     "If you check this box, IPv4 will be used by default for all UDP and " \
341     "HTTP connections.")
342
343 #define CODEC_CAT_LONGTEXT N_( \
344     "This option can be used to alter the way VLC selects " \
345     "its codecs (decompression methods). Only advanced users should " \
346     "alter this option as it can break playback of all your streams." )
347
348 #define CODEC_TEXT N_("Choose preferred codecs list")
349 #define CODEC_LONGTEXT N_( \
350     "This allows you to select a list of codecs that VLC will use in " \
351     "priority. For instance, 'dummy,a52' will try the dummy and a52 codecs " \
352     "before trying the other ones.")
353
354 #define ENCODER_TEXT N_("Choose preferred encoders list")
355 #define ENCODER_LONGTEXT N_( \
356     "This allows you to select a list of encoders that VLC will use in " \
357     "priority")
358
359 #define SOUT_CAT_LONGTEXT N_( \
360     "These options allow you to set default global options for the " \
361     "stream output subsystem." )
362
363 #define SOUT_TEXT N_("Choose a stream output")
364 #define SOUT_LONGTEXT N_( \
365     "Empty if no stream output.")
366
367 #define SOUT_DISPLAY_TEXT N_("Display while streaming")
368 #define SOUT_DISPLAY_LONGTEXT N_( \
369     "This allows you to play the stream while streaming it.")
370
371 #define SOUT_VIDEO_TEXT N_("Enable video stream output")
372 #define SOUT_VIDEO_LONGTEXT N_( \
373     "This allows you to choose if the video stream should be redirected to " \
374     "the stream output facility when this last one is enabled.")
375
376 #define SOUT_AUDIO_TEXT N_("Enable audio stream output")
377 #define SOUT_AUDIO_LONGTEXT N_( \
378     "This allows you to choose if the video stream should be redirected to " \
379     "the stream output facility when this last one is enabled.")
380
381 #define SOUT_KEEP_TEXT N_("Keep sout open" )
382 #define SOUT_KEEP_LONGTEXT N_( \
383     "This allows you to keep an unique sout instance across " \
384     "multiple playlist item (automatically insert gather stream_out " \
385     "if not specified)" )
386
387 #define PACKETIZER_TEXT N_("Choose preferred packetizer list")
388 #define PACKETIZER_LONGTEXT N_( \
389     "This allows you to select the order in which VLC will choose its " \
390     "packetizers."  )
391
392 #define MUX_TEXT N_("Mux module")
393 #define MUX_LONGTEXT N_( \
394     "This is a legacy entry to let you configure mux modules")
395
396 #define ACCESS_OUTPUT_TEXT N_("Access output module")
397 #define ACCESS_OUTPUT_LONGTEXT N_( \
398     "This is a legacy entry to let you configure access output modules")
399
400 #define CPU_CAT_LONGTEXT N_( \
401     "These options allow you to enable special CPU optimizations.\n" \
402     "You should always leave all these enabled." )
403
404 #define MMX_TEXT N_("Enable CPU MMX support")
405 #define MMX_LONGTEXT N_( \
406     "If your processor supports the MMX instructions set, VLC can take " \
407     "advantage of them.")
408
409 #define THREE_DN_TEXT N_("Enable CPU 3D Now! support")
410 #define THREE_DN_LONGTEXT N_( \
411     "If your processor supports the 3D Now! instructions set, VLC can take " \
412     "advantage of them.")
413
414 #define MMXEXT_TEXT N_("Enable CPU MMX EXT support")
415 #define MMXEXT_LONGTEXT N_( \
416     "If your processor supports the MMX EXT instructions set, VLC can take " \
417     "advantage of them.")
418
419 #define SSE_TEXT N_("Enable CPU SSE support")
420 #define SSE_LONGTEXT N_( \
421     "If your processor supports the SSE instructions set, VLC can take " \
422     "advantage of them.")
423
424 #define ALTIVEC_TEXT N_("Enable CPU AltiVec support")
425 #define ALTIVEC_LONGTEXT N_( \
426     "If your processor supports the AltiVec instructions set, VLC can take " \
427     "advantage of them.")
428
429 #define PLAYLIST_CAT_LONGTEXT N_( \
430      "These options define the behaviour of the playlist. Some " \
431      "of them can be overriden in the playlist dialog box." )
432
433 #define RANDOM_TEXT N_("Play files randomly forever")
434 #define RANDOM_LONGTEXT N_( \
435     "When selected, VLC will randomly play files in the playlist until " \
436     "interrupted.")
437
438 #define LOOP_TEXT N_("Loop playlist on end")
439 #define LOOP_LONGTEXT N_( \
440     "If you want VLC to keep playing the playlist indefinitely then enable " \
441     "this option.")
442
443 #define REPEAT_TEXT N_("Repeat the current playlistitem")
444 #define REPEAT_LONGTEXT N_( \
445     "When this is active VLC will keep playing the current playlistitem " \
446     "over and over again.")
447
448 #define MISC_CAT_LONGTEXT N_( \
449     "These options allow you to select default modules. Leave these " \
450     "alone unless you really know what you are doing." )
451
452 #define MEMCPY_TEXT N_("Memory copy module")
453 #define MEMCPY_LONGTEXT N_( \
454     "You can select which memory copy module you want to use. By default " \
455     "VLC will select the fastest one supported by your hardware.")
456
457 #define ACCESS_TEXT N_("Access module")
458 #define ACCESS_LONGTEXT N_( \
459     "This is a legacy entry to let you configure access modules")
460
461 #define DEMUX_TEXT N_("Demux module")
462 #define DEMUX_LONGTEXT N_( \
463     "This is a legacy entry to let you configure demux modules")
464
465 #define RT_PRIORITY_TEXT N_("Allow VLC to run with a real-time priority")
466 #define RT_PRIORITY_LONGTEXT N_( \
467     "Running VLC in real-time priority will allow for much more precise " \
468     "scheduling and yield better, especially when streaming content. " \
469     "It can however lock up your whole machine, or make it very very " \
470     "slow. You should only activate this if you know what you're " \
471     "doing.")
472
473 #define ONEINSTANCE_TEXT N_("Allow only one running instance of VLC")
474 #define ONEINSTANCE_LONGTEXT N_( \
475     "Allowing only one running instance of VLC can sometimes be useful, " \
476     "for instance if you associated VLC with some media types and you " \
477     "don't want a new instance of VLC to be opened each time you " \
478     "double-click on a file in the explorer. This option will allow you " \
479     "to play the file with the already running instance or enqueue it.")
480
481 #define HPRIORITY_TEXT N_("Increase the priority of the process")
482 #define HPRIORITY_LONGTEXT N_( \
483     "Increasing the priority of the process will very likely improve your " \
484     "playing experience as it allows VLC not to be disturbed by other " \
485     "applications that could otherwise take too much processor time.\n" \
486     "However be advise that in certain circumstances (bugs) VLC could take " \
487     "all the processor time and render the whole system unresponsive which " \
488     "might require a reboot of your machine.")
489
490 #define FAST_MUTEX_TEXT N_("Fast mutex on NT/2K/XP (developers only)")
491 #define FAST_MUTEX_LONGTEXT N_( \
492     "On Windows NT/2K/XP we use a slow mutex implementation but which " \
493     "allows us to correctely implement condition variables. " \
494     "You can also use the faster Win9x implementation but you might " \
495     "experience problems with it.")
496
497 #define WIN9X_CV_TEXT N_("Condition variables implementation for Win9x " \
498     "(developers only)")
499 #define WIN9X_CV_LONGTEXT N_( \
500     "On Windows 9x/Me we use a fast but not correct condition variables " \
501     "implementation (more precisely there is a possibility for a race " \
502     "condition to happen). " \
503     "However it is possible to use slower alternatives which should be more " \
504     "robust. " \
505     "Currently you can choose between implementation 0 (which is the " \
506     "default and the fastest), 1 and 2.")
507
508 #define HOTKEY_CAT_LONGTEXT N_( " " )
509
510 #define FULLSCREEN_KEY_TEXT N_("Fullscreen")
511 #define FULLSCREEN_KEY_LONGTEXT N_("Select the hotkey to use to swap fullscreen state")
512 #define PLAY_PAUSE_KEY_TEXT N_("Play/Pause")
513 #define PLAY_PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to swap paused state")
514 #define PAUSE_KEY_TEXT N_("Pause only")
515 #define PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to pause")
516 #define PLAY_KEY_TEXT N_("Play only")
517 #define PLAY_KEY_LONGTEXT N_("Select the hotkey to use to play")
518 #define FASTER_KEY_TEXT N_("Faster")
519 #define FASTER_KEY_LONGTEXT N_("Select the hotkey to use for fast forward playback")
520 #define SLOWER_KEY_TEXT N_("Slower")
521 #define SLOWER_KEY_LONGTEXT N_("Select the hotkey to use for slow motion playback")
522 #define NEXT_KEY_TEXT N_("Next")
523 #define NEXT_KEY_LONGTEXT N_("Select the hotkey to use to skip to the next item in the playlist")
524 #define PREV_KEY_TEXT N_("Previous")
525 #define PREV_KEY_LONGTEXT N_("Select the hotkey to use to skip to the previous item in the playlist")
526 #define STOP_KEY_TEXT N_("Stop")
527 #define STOP_KEY_LONGTEXT N_("Select the hotkey to stop the playback")
528
529 #define JB10SEC_KEY_TEXT N_("Jump backward 10 seconds")
530 #define JB10SEC_KEY_LONGTEXT N_("Select the hotkey to jump backward by 10 seconds")
531
532 #define JB1MIN_KEY_TEXT N_("Jump backward 1 minute")
533 #define JB1MIN_KEY_LONGTEXT N_("Select the hotkey to jump backward by 1 minute")
534 #define JB5MIN_KEY_TEXT N_("Jump backward 5 minutes")
535 #define JB5MIN_KEY_LONGTEXT N_("Select the hotkey to jump backward by 5 minutes")
536 #define JF10SEC_KEY_TEXT N_("Jump forward 10 seconds")
537 #define JF10SEC_KEY_LONGTEXT N_("Select the hotkey to jump forward by 10 seconds")
538
539 #define JF1MIN_KEY_TEXT N_("Jump forward 1 minute")
540 #define JF1MIN_KEY_LONGTEXT N_("Select the hotkey to jump forward by 1 minute")
541
542 #define JF5MIN_KEY_TEXT N_("Jump forward 5 minutes")
543 #define JF5MIN_KEY_LONGTEXT N_("Select the hotkey to jump forward by 5 minutes")
544
545 #define QUIT_KEY_TEXT N_("Quit")
546 #define QUIT_KEY_LONGTEXT N_("Select the hotkey to quit the application")
547 #define NAV_UP_KEY_TEXT N_("Navigate up")
548 #define NAV_UP_KEY_LONGTEXT N_("Select the key to move the selector up in dvd menus")
549 #define NAV_DOWN_KEY_TEXT N_("Navigate down")
550 #define NAV_DOWN_KEY_LONGTEXT N_("Select the key to move the selector down in dvd menus")
551 #define NAV_LEFT_KEY_TEXT N_("Navigate left")
552 #define NAV_LEFT_KEY_LONGTEXT N_("Select the key to move the selector left in dvd menus")
553 #define NAV_RIGHT_KEY_TEXT N_("Navigate right")
554 #define NAV_RIGHT_KEY_LONGTEXT N_("Select the key to move the selector right in dvd menus")
555 #define NAV_ACTIVATE_KEY_TEXT N_("Activate")
556 #define NAV_ACTIVATE_KEY_LONGTEXT N_("Select the key to activate selected item in dvd menus")
557 #define VOL_UP_KEY_TEXT N_("Volume up")
558 #define VOL_UP_KEY_LONGTEXT N_("Select the key to turn up audio volume")
559 #define VOL_DOWN_KEY_TEXT N_("Volume down")
560 #define VOL_DOWN_KEY_LONGTEXT N_("Select the key to turn down audio volume")
561
562 #define PLAYLIST_USAGE N_("\nPlaylist items:" \
563     "\n  *.mpg, *.vob                   plain MPEG-1/2 files" \
564     "\n  [dvd:][device][@raw_device][@[title][,[chapter][,angle]]]" \
565     "\n                                 DVD device" \
566     "\n  [vcd:][device][@[title][,[chapter]]" \
567     "\n                                 VCD device" \
568     "\n  udpstream:[@[<bind address>][:<bind port>]]" \
569     "\n                                 UDP stream sent by a streaming server" \
570     "\n  vlc:pause                      pause execution of " \
571     "playlist items" \
572     "\n  vlc:quit                       quit VLC" \
573     "\n")
574
575
576 /*
577  * Quick usage guide for the configuration options:
578  *
579  * add_category_hint( N_(text), N_(longtext) );
580  * add_subcategory_hint( N_(text), N_(longtext) );
581  * add_usage_hint( N_(text) );
582  * add_string( option_name, value, p_callback, N_(text), N_(longtext) );
583  * add_file( option_name, psz_value, p_callback, N_(text), N_(longtext) );
584  * add_module( option_name, psz_value, i_capability, p_callback,
585  *             N_(text), N_(longtext) );
586  * add_integer( option_name, i_value, p_callback, N_(text), N_(longtext) );
587  * add_bool( option_name, b_value, p_callback, N_(text), N_(longtext) );
588  */
589
590 vlc_module_begin();
591     /* Interface options */
592     add_category_hint( N_("Interface"), INTF_CAT_LONGTEXT , VLC_FALSE );
593     add_module( "intf", "interface", NULL, NULL, INTF_TEXT,
594                 INTF_LONGTEXT, VLC_TRUE );
595         change_short('I');
596     add_string( "extraintf", NULL, NULL, EXTRAINTF_TEXT,
597                      EXTRAINTF_LONGTEXT, VLC_FALSE );
598     add_integer( "verbose", 0, NULL, VERBOSE_TEXT, VERBOSE_LONGTEXT,
599                  VLC_FALSE );
600         change_short('v');
601     add_bool( "quiet", 0, NULL, QUIET_TEXT, QUIET_LONGTEXT, VLC_TRUE );
602         change_short('q');
603     add_string( "language", "auto", NULL, LANGUAGE_TEXT, LANGUAGE_LONGTEXT,
604                 VLC_FALSE );
605         change_string_list( ppsz_language, ppsz_language_text, 0 );
606     add_bool( "color", 0, NULL, COLOR_TEXT, COLOR_LONGTEXT, VLC_TRUE );
607     add_bool( "advanced", 0, NULL, ADVANCED_TEXT,
608                             ADVANCED_LONGTEXT, VLC_FALSE );
609     add_directory( "search-path", NULL, NULL, INTF_PATH_TEXT,
610                             INTF_PATH_LONGTEXT, VLC_TRUE );
611     add_directory( "plugin-path", NULL, NULL,
612                 PLUGIN_PATH_TEXT, PLUGIN_PATH_LONGTEXT, VLC_TRUE );
613
614     /* Audio options */
615     add_category_hint( N_("Audio"), AOUT_CAT_LONGTEXT , VLC_FALSE );
616     add_module( "aout", "audio output", NULL, NULL, AOUT_TEXT, AOUT_LONGTEXT,
617                 VLC_TRUE );
618         change_short('A');
619     add_bool( "audio", 1, NULL, AUDIO_TEXT, AUDIO_LONGTEXT, VLC_FALSE );
620     add_integer_with_range( "volume", AOUT_VOLUME_DEFAULT, AOUT_VOLUME_MIN,
621                             AOUT_VOLUME_MAX, NULL, VOLUME_TEXT,
622                             VOLUME_LONGTEXT, VLC_FALSE );
623     add_integer_with_range( "saved-volume", AOUT_VOLUME_DEFAULT,
624                             AOUT_VOLUME_MIN, AOUT_VOLUME_MAX, NULL,
625                             VOLUME_SAVE_TEXT, VOLUME_SAVE_LONGTEXT, VLC_TRUE );
626     add_integer( "aout-rate", -1, NULL, AOUT_RATE_TEXT, AOUT_RATE_LONGTEXT, VLC_TRUE );
627 #if !defined( SYS_DARWIN )
628     add_bool( "hq-resampling", 1, NULL, AOUT_RESAMP_TEXT, AOUT_RESAMP_LONGTEXT, VLC_TRUE );
629 #endif
630     add_bool( "spdif", 0, NULL, SPDIF_TEXT, SPDIF_LONGTEXT, VLC_FALSE );
631 #if 0
632     add_bool( "headphone-opt", 0, NULL, HEADPHONE_TEXT,
633                         HEADPHONE_LONGTEXT, VLC_FALSE );
634 #endif
635     add_integer( "audio-desync", 0, NULL, DESYNC_TEXT, DESYNC_LONGTEXT, VLC_TRUE );
636     add_string("audio-filter",0,NULL,AUDIO_FILTER_TEXT,
637                     AUDIO_FILTER_LONGTEXT,VLC_FALSE);
638
639     /* Video options */
640     add_category_hint( N_("Video"), VOUT_CAT_LONGTEXT , VLC_FALSE );
641     add_module( "vout", "video output", NULL, NULL, VOUT_TEXT, VOUT_LONGTEXT,
642                 VLC_TRUE );
643         change_short('V');
644     add_bool( "video", 1, NULL, VIDEO_TEXT, VIDEO_LONGTEXT, VLC_TRUE );
645     add_integer( "width", -1, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, VLC_TRUE );
646     add_integer( "height", -1, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, VLC_TRUE );
647     add_integer( "align", -1, NULL, ALIGN_TEXT, ALIGN_LONGTEXT, VLC_TRUE );
648     add_float( "zoom", 1, NULL, ZOOM_TEXT, ZOOM_LONGTEXT, VLC_TRUE );
649     add_bool( "grayscale", 0, NULL, GRAYSCALE_TEXT, GRAYSCALE_LONGTEXT, VLC_TRUE );
650     add_bool( "fullscreen", 0, NULL, FULLSCREEN_TEXT,
651                         FULLSCREEN_LONGTEXT, VLC_FALSE );
652 #ifndef SYS_DARWIN
653     add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT, VLC_TRUE );
654 #endif
655     add_integer( "spumargin", -1, NULL, SPUMARGIN_TEXT,
656                         SPUMARGIN_LONGTEXT, VLC_TRUE );
657     add_bool( "osd", 1, NULL, OSD_TEXT, OSD_LONGTEXT, VLC_FALSE );
658     add_module( "filter", "video filter", NULL, NULL,
659                 FILTER_TEXT, FILTER_LONGTEXT, VLC_FALSE );
660     add_string( "aspect-ratio", "", NULL,
661                 ASPECT_RATIO_TEXT, ASPECT_RATIO_LONGTEXT, VLC_TRUE );
662 #if 0
663     add_string( "pixel-ratio", "1", NULL, PIXEL_RATIO_TEXT, PIXEL_RATIO_TEXT );
664 #endif
665
666     /* Input options */
667     add_category_hint( N_("Input"), INPUT_CAT_LONGTEXT , VLC_FALSE );
668     add_integer( "server-port", 1234, NULL,
669                  SERVER_PORT_TEXT, SERVER_PORT_LONGTEXT, VLC_FALSE );
670     add_integer( "mtu", 1500, NULL, MTU_TEXT, MTU_LONGTEXT, VLC_TRUE );
671     add_string( "iface-addr", "", NULL, IFACE_ADDR_TEXT, IFACE_ADDR_LONGTEXT, VLC_TRUE );
672
673     add_integer( "program", 0, NULL,
674                  INPUT_PROGRAM_TEXT, INPUT_PROGRAM_LONGTEXT, VLC_TRUE );
675     add_integer( "audio-type", -1, NULL,
676                  INPUT_AUDIO_TEXT, INPUT_AUDIO_LONGTEXT, VLC_TRUE );
677     add_integer( "audio-channel", -1, NULL,
678                  INPUT_CHAN_TEXT, INPUT_CHAN_LONGTEXT, VLC_TRUE );
679     add_integer( "spu-channel", -1, NULL,
680                  INPUT_SUBT_TEXT, INPUT_SUBT_LONGTEXT, VLC_TRUE );
681     add_bool( "sub-autodetect-file", VLC_TRUE, NULL,
682                  SUB_AUTO_TEXT, SUB_AUTO_LONGTEXT, VLC_FALSE );
683     add_integer( "sub-autodetect-fuzzy", 3, NULL,
684                  SUB_FUZZY_TEXT, SUB_FUZZY_LONGTEXT, VLC_TRUE );
685     add_file( "sub-file", NULL, NULL,
686                  SUB_FILE_TEXT, SUB_FILE_LONGTEXT, VLC_TRUE );
687
688
689     add_file( "dvd", DVD_DEVICE, NULL, DVD_DEV_TEXT, DVD_DEV_LONGTEXT, VLC_FALSE );
690     add_file( "vcd", VCD_DEVICE, NULL, VCD_DEV_TEXT, VCD_DEV_LONGTEXT, VLC_FALSE );
691
692     add_bool( "ipv6", 0, NULL, IPV6_TEXT, IPV6_LONGTEXT, VLC_FALSE );
693         change_short('6');
694     add_bool( "ipv4", 0, NULL, IPV4_TEXT, IPV4_LONGTEXT, VLC_FALSE );
695         change_short('4');
696
697     /* Decoder options */
698     add_category_hint( N_("Decoders"), CODEC_CAT_LONGTEXT , VLC_TRUE );
699     add_module( "codec", "decoder", NULL, NULL, CODEC_TEXT, CODEC_LONGTEXT, VLC_TRUE );
700     add_module( "encoder", "encoder", NULL, NULL, ENCODER_TEXT, ENCODER_LONGTEXT, VLC_TRUE );
701
702
703     /* Stream output options */
704     add_category_hint( N_("Stream output"), SOUT_CAT_LONGTEXT , VLC_TRUE );
705     add_string( "sout", NULL, NULL, SOUT_TEXT, SOUT_LONGTEXT, VLC_TRUE );
706     add_bool( "sout-display", VLC_FALSE, NULL, SOUT_DISPLAY_TEXT,
707                                 SOUT_DISPLAY_LONGTEXT, VLC_TRUE );
708     add_bool( "sout-keep", VLC_FALSE, NULL, SOUT_KEEP_TEXT,
709                                 SOUT_KEEP_LONGTEXT, VLC_TRUE );
710
711     add_bool( "sout-audio", 1, NULL, SOUT_AUDIO_TEXT,
712                                 SOUT_AUDIO_LONGTEXT, VLC_TRUE );
713     add_bool( "sout-video", 1, NULL, SOUT_VIDEO_TEXT,
714                                 SOUT_VIDEO_LONGTEXT, VLC_TRUE );
715
716     add_module( "packetizer", "packetizer", NULL, NULL,
717                 PACKETIZER_TEXT, PACKETIZER_LONGTEXT, VLC_TRUE );
718     add_module( "mux", "sout mux", NULL, NULL, MUX_TEXT,
719                                 MUX_LONGTEXT, VLC_TRUE );
720     add_module( "access_output", "sout access", NULL, NULL,
721                 ACCESS_OUTPUT_TEXT, ACCESS_OUTPUT_LONGTEXT, VLC_TRUE );
722     add_integer( "ttl", 1, NULL, TTL_TEXT, TTL_LONGTEXT, VLC_TRUE );
723
724
725     /* CPU options */
726     add_category_hint( N_("CPU"), CPU_CAT_LONGTEXT, VLC_TRUE );
727 #if defined( __i386__ )
728     add_bool( "mmx", 1, NULL, MMX_TEXT, MMX_LONGTEXT, VLC_TRUE );
729     add_bool( "3dn", 1, NULL, THREE_DN_TEXT, THREE_DN_LONGTEXT, VLC_TRUE );
730     add_bool( "mmxext", 1, NULL, MMXEXT_TEXT, MMXEXT_LONGTEXT, VLC_TRUE );
731     add_bool( "sse", 1, NULL, SSE_TEXT, SSE_LONGTEXT, VLC_TRUE );
732 #endif
733 #if defined( __powerpc__ ) || defined( SYS_DARWIN )
734     add_bool( "altivec", 1, NULL, ALTIVEC_TEXT, ALTIVEC_LONGTEXT, VLC_TRUE );
735 #endif
736
737     /* Playlist options */
738     add_category_hint( N_("Playlist"), PLAYLIST_CAT_LONGTEXT , VLC_FALSE );
739     add_bool( "random", 0, NULL, RANDOM_TEXT, RANDOM_LONGTEXT, VLC_FALSE );
740         change_short('Z');
741     add_bool( "loop", 0, NULL, LOOP_TEXT, LOOP_LONGTEXT, VLC_FALSE );
742         change_short('L');
743     add_bool( "repeat", 0, NULL, REPEAT_TEXT, REPEAT_LONGTEXT, VLC_TRUE );
744         change_short('R');
745
746     /* Misc options */
747     add_category_hint( N_("Miscellaneous"), MISC_CAT_LONGTEXT, VLC_TRUE );
748     add_module( "memcpy", "memcpy", NULL, NULL, MEMCPY_TEXT, MEMCPY_LONGTEXT, VLC_TRUE );
749     add_module( "access", "access", NULL, NULL, ACCESS_TEXT, ACCESS_LONGTEXT, VLC_TRUE );
750     add_module( "demux", "demux", NULL, NULL, DEMUX_TEXT, DEMUX_LONGTEXT, VLC_TRUE );
751
752 #if !defined(SYS_DARWIN) && !defined(SYS_BEOS) && defined(PTHREAD_COND_T_IN_PTHREAD_H)
753     add_bool( "rt-priority", 0, NULL, RT_PRIORITY_TEXT, RT_PRIORITY_LONGTEXT, VLC_TRUE );
754 #endif
755
756 #if defined(WIN32)
757     add_bool( "one-instance", 0, NULL, ONEINSTANCE_TEXT, ONEINSTANCE_LONGTEXT, VLC_TRUE );
758     add_bool( "high-priority", 1, NULL, HPRIORITY_TEXT, HPRIORITY_LONGTEXT, VLC_TRUE );
759     add_bool( "fast-mutex", 0, NULL, FAST_MUTEX_TEXT, FAST_MUTEX_LONGTEXT, VLC_TRUE );
760     add_integer( "win9x-cv-method", 0, NULL, WIN9X_CV_TEXT, WIN9X_CV_LONGTEXT, VLC_TRUE );
761 #endif
762
763     /* Hotkey options*/
764     add_category_hint( N_("Hot keys"), HOTKEY_CAT_LONGTEXT , VLC_FALSE );
765 #if defined(SYS_DARWIN)
766     add_key( "key-fullscreen", KEY_MODIFIER_COMMAND|'f', NULL, FULLSCREEN_KEY_TEXT, FULLSCREEN_KEY_LONGTEXT, VLC_FALSE );
767     add_key( "key-play-pause", KEY_MODIFIER_COMMAND|'p', NULL, PLAY_PAUSE_KEY_TEXT, PLAY_PAUSE_KEY_LONGTEXT, VLC_FALSE );
768     add_key( "key-pause", 0, NULL, PAUSE_KEY_TEXT, PAUSE_KEY_LONGTEXT, VLC_TRUE );
769     add_key( "key-play", 0, NULL, PLAY_KEY_TEXT, PLAY_KEY_LONGTEXT, VLC_TRUE );
770     add_key( "key-faster", KEY_MODIFIER_COMMAND|'=', NULL, FASTER_KEY_TEXT, FASTER_KEY_LONGTEXT, VLC_FALSE );
771     add_key( "key-slower", KEY_MODIFIER_COMMAND|'-', NULL, SLOWER_KEY_TEXT, SLOWER_KEY_LONGTEXT, VLC_FALSE );
772     add_key( "key-next", KEY_MODIFIER_COMMAND|KEY_RIGHT, NULL, NEXT_KEY_TEXT, NEXT_KEY_LONGTEXT, VLC_FALSE );
773     add_key( "key-prev", KEY_MODIFIER_COMMAND|KEY_LEFT, NULL, PREV_KEY_TEXT, PREV_KEY_LONGTEXT, VLC_FALSE );
774     add_key( "key-stop", KEY_MODIFIER_COMMAND|'.', NULL, STOP_KEY_TEXT, STOP_KEY_LONGTEXT, VLC_FALSE );
775     add_key( "key-jump-10sec", KEY_MODIFIER_COMMAND|KEY_MODIFIER_ALT|KEY_LEFT, NULL, JB10SEC_KEY_TEXT, JB10SEC_KEY_LONGTEXT, VLC_FALSE );
776     add_key( "key-jump+10sec", KEY_MODIFIER_COMMAND|KEY_MODIFIER_ALT|KEY_RIGHT, NULL, JF10SEC_KEY_TEXT, JF10SEC_KEY_LONGTEXT, VLC_FALSE );
777     add_key( "key-jump-1min", KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_LEFT, NULL, JB1MIN_KEY_TEXT, JB1MIN_KEY_LONGTEXT, VLC_FALSE );
778     add_key( "key-jump+1min", KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_RIGHT, NULL, JF1MIN_KEY_TEXT, JF1MIN_KEY_LONGTEXT, VLC_FALSE );
779     add_key( "key-jump-5min", KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_MODIFIER_ALT|KEY_LEFT, NULL, JB5MIN_KEY_TEXT, JB5MIN_KEY_LONGTEXT, VLC_FALSE );
780     add_key( "key-jump+5min", KEY_MODIFIER_COMMAND|KEY_MODIFIER_SHIFT|KEY_MODIFIER_ALT|KEY_RIGHT, NULL, JF5MIN_KEY_TEXT, JF5MIN_KEY_LONGTEXT, VLC_FALSE );
781     add_key( "key-nav-activate", KEY_ENTER, NULL, NAV_ACTIVATE_KEY_TEXT, NAV_ACTIVATE_KEY_LONGTEXT, VLC_FALSE );
782     add_key( "key-nav-up", KEY_UP, NULL, NAV_UP_KEY_TEXT, NAV_UP_KEY_LONGTEXT, VLC_FALSE );
783     add_key( "key-nav-down", KEY_DOWN, NULL, NAV_DOWN_KEY_TEXT, NAV_DOWN_KEY_LONGTEXT, VLC_FALSE );
784     add_key( "key-nav-left", KEY_LEFT, NULL, NAV_LEFT_KEY_TEXT, NAV_LEFT_KEY_LONGTEXT, VLC_FALSE );
785     add_key( "key-nav-right", KEY_RIGHT, NULL, NAV_RIGHT_KEY_TEXT, NAV_RIGHT_KEY_LONGTEXT, VLC_FALSE );
786     add_key( "key-quit", KEY_MODIFIER_COMMAND|'q', NULL, QUIT_KEY_TEXT, QUIT_KEY_LONGTEXT, VLC_FALSE );
787     add_key( "key-vol-up", KEY_MODIFIER_COMMAND|KEY_UP, NULL, VOL_UP_KEY_TEXT, VOL_UP_KEY_LONGTEXT, VLC_FALSE );
788     add_key( "key-vol-down", KEY_MODIFIER_COMMAND|KEY_DOWN, NULL, VOL_DOWN_KEY_TEXT, VOL_DOWN_KEY_LONGTEXT, VLC_FALSE );
789 #else
790     add_key( "key-fullscreen", 'f', NULL, FULLSCREEN_KEY_TEXT, FULLSCREEN_KEY_LONGTEXT, VLC_FALSE );
791     add_key( "key-play-pause", KEY_SPACE, NULL, PLAY_PAUSE_KEY_TEXT, PLAY_PAUSE_KEY_LONGTEXT, VLC_FALSE );
792     add_key( "key-pause", 0, NULL, PAUSE_KEY_TEXT, PAUSE_KEY_LONGTEXT, VLC_TRUE );
793     add_key( "key-play", 0, NULL, PLAY_KEY_TEXT, PLAY_KEY_LONGTEXT, VLC_TRUE );
794     add_key( "key-faster", '+', NULL, FASTER_KEY_TEXT, FASTER_KEY_LONGTEXT, VLC_FALSE );
795     add_key( "key-slower", '-', NULL, SLOWER_KEY_TEXT, SLOWER_KEY_LONGTEXT, VLC_FALSE );
796     add_key( "key-next", 'n', NULL, NEXT_KEY_TEXT, NEXT_KEY_LONGTEXT, VLC_FALSE );
797     add_key( "key-prev", 'p', NULL, PREV_KEY_TEXT, PREV_KEY_LONGTEXT, VLC_FALSE );
798     add_key( "key-stop", 's', NULL, STOP_KEY_TEXT, STOP_KEY_LONGTEXT, VLC_FALSE );
799     add_key( "key-jump-10sec", KEY_MODIFIER_ALT|KEY_LEFT, NULL, JB10SEC_KEY_TEXT, JB10SEC_KEY_LONGTEXT, VLC_FALSE );
800     add_key( "key-jump+10sec", KEY_MODIFIER_ALT|KEY_RIGHT, NULL, JF10SEC_KEY_TEXT, JF10SEC_KEY_LONGTEXT, VLC_FALSE );
801     add_key( "key-jump-1min", KEY_MODIFIER_CTRL|KEY_LEFT, NULL, JB1MIN_KEY_TEXT, JB1MIN_KEY_LONGTEXT, VLC_FALSE );
802     add_key( "key-jump+1min", KEY_MODIFIER_CTRL|KEY_RIGHT, NULL, JF1MIN_KEY_TEXT, JF1MIN_KEY_LONGTEXT, VLC_FALSE );
803     add_key( "key-jump-5min", KEY_MODIFIER_CTRL|KEY_MODIFIER_ALT|KEY_LEFT, NULL, JB5MIN_KEY_TEXT, JB5MIN_KEY_LONGTEXT, VLC_FALSE );
804     add_key( "key-jump+5min", KEY_MODIFIER_CTRL|KEY_MODIFIER_ALT|KEY_RIGHT, NULL, JF5MIN_KEY_TEXT, JF5MIN_KEY_LONGTEXT, VLC_FALSE );
805     add_key( "key-nav-activate", KEY_ENTER, NULL, NAV_ACTIVATE_KEY_TEXT, NAV_ACTIVATE_KEY_LONGTEXT, VLC_FALSE );
806     add_key( "key-nav-up", KEY_UP, NULL, NAV_UP_KEY_TEXT, NAV_UP_KEY_LONGTEXT, VLC_FALSE );
807     add_key( "key-nav-down", KEY_DOWN, NULL, NAV_DOWN_KEY_TEXT, NAV_DOWN_KEY_LONGTEXT, VLC_FALSE );
808     add_key( "key-nav-left", KEY_LEFT, NULL, NAV_LEFT_KEY_TEXT, NAV_LEFT_KEY_LONGTEXT, VLC_FALSE );
809     add_key( "key-nav-right", KEY_RIGHT, NULL, NAV_RIGHT_KEY_TEXT, NAV_RIGHT_KEY_LONGTEXT, VLC_FALSE );
810     add_key( "key-quit", KEY_MODIFIER_CTRL|'q', NULL, QUIT_KEY_TEXT, QUIT_KEY_LONGTEXT, VLC_FALSE );
811     add_key( "key-vol-up", 'a', NULL, VOL_UP_KEY_TEXT, VOL_UP_KEY_LONGTEXT, VLC_FALSE );
812     add_key( "key-vol-down", 'z', NULL, VOL_DOWN_KEY_TEXT, VOL_DOWN_KEY_LONGTEXT, VLC_FALSE );
813 #endif
814
815     /* Usage (mainly useful for cmd line stuff) */
816     add_usage_hint( PLAYLIST_USAGE );
817
818     set_description( N_("main program") );
819     set_capability( "main", 100 );
820 vlc_module_end();
821
822 static module_config_t p_help_config[] =
823 {
824     { CONFIG_ITEM_BOOL, NULL, "help", 'h',
825       N_("print help (can be combined with --advanced)") },
826     { CONFIG_ITEM_BOOL, NULL, "longhelp", 'H',
827       N_("print detailed help (can be combined with --advanced)") },
828     { CONFIG_ITEM_BOOL, NULL, "list", 'l',
829       N_("print a list of available modules") },
830     { CONFIG_ITEM_STRING, NULL, "module", 'p',
831       N_("print help on module (can be combined with --advanced)") },
832     { CONFIG_ITEM_BOOL, NULL, "save-config", '\0',
833       N_("save the current command line options in the config") },
834     { CONFIG_ITEM_BOOL, NULL, "reset-config", '\0',
835       N_("reset the current config to the default values") },
836     { CONFIG_ITEM_STRING, NULL, "config", '\0',
837       N_("use alternate config file") },
838     { CONFIG_ITEM_BOOL, NULL, "version", '\0',
839       N_("print version information") },
840     { CONFIG_HINT_END, NULL, NULL, '\0', NULL }
841 };
842
843 /*****************************************************************************
844  * End configuration.
845  *****************************************************************************/
846
847 /*****************************************************************************
848  * Initializer for the vlc_t structure storing the action / key associations
849  *****************************************************************************/
850 static struct hotkey p_hotkeys[] =
851 {
852     { "key-quit", ACTIONID_QUIT, 0 },
853     { "key-play-pause", ACTIONID_PLAY_PAUSE, 0 },
854     { "key-play", ACTIONID_PLAY, 0 },
855     { "key-pause", ACTIONID_PAUSE, 0 },
856     { "key-stop", ACTIONID_STOP, 0 },
857     { "key-jump-10sec", ACTIONID_JUMP_BACKWARD_10SEC, 0 },
858     { "key-jump+10sec", ACTIONID_JUMP_FORWARD_10SEC, 0 },
859     { "key-jump-1min", ACTIONID_JUMP_BACKWARD_1MIN, 0 },
860     { "key-jump+1min", ACTIONID_JUMP_FORWARD_1MIN, 0 },
861     { "key-jump-5min", ACTIONID_JUMP_BACKWARD_5MIN, 0 },
862     { "key-jump+5min", ACTIONID_JUMP_FORWARD_5MIN, 0 },
863     { "key-prev", ACTIONID_PREV, 0 },
864     { "key-next", ACTIONID_NEXT, 0 },
865     { "key-faster", ACTIONID_FASTER, 0 },
866     { "key-slower", ACTIONID_SLOWER, 0 },
867     { "key-fullscreen", ACTIONID_FULLSCREEN, 0 },
868     { "key-vol-up", ACTIONID_VOL_UP, 0 },
869     { "key-vol-down", ACTIONID_VOL_DOWN, 0 },
870     { "key-nav-activate", ACTIONID_NAV_ACTIVATE, 0 },
871     { "key-nav-up", ACTIONID_NAV_UP, 0 },
872     { "key-nav-down", ACTIONID_NAV_DOWN, 0 },
873     { "key-nav-left", ACTIONID_NAV_LEFT, 0 },
874     { "key-nav-right", ACTIONID_NAV_RIGHT, 0 },
875     { NULL, 0, 0 }
876 };