source: smplayer/trunk/man/smplayer.1@ 117

Last change on this file since 117 was 96, checked in by Silvan Scherrer, 15 years ago

smplayer: 0.6.9 part4

File size: 3.5 KB
Line 
1.TH smplayer 1 "July 2009" "The SMPlayer Project" "SMPlayer"
2.SH NAME
3SMPlayer \- The best GUI frontend for MPlayer
4.SH SYNOPSIS
5.B smplayer
6.I [\fI-minigui\fR] [\fI-mpcgui\fR] [\fI-defaultgui\fR] [\fI-config-path <directory>\fR]
7[\fI-send-action <action_name>\fR] [\fI-actions <action_list>\fR] [\fI[\-no]\-close\-at\-end\fR]
8[\fI[\-no]\-fullscreen\fR] [\fI\-sub <subtitle_file>\fR] [\fI-pos <x> <y>\fR] [\fI-size <width> <height>\fR]
9[\fI\-add\-to\-playlist\fR] [\fI\-help|\-\-help|\-h|\-?\fR] [\fI[\-playlist] <media1>\fR] [\fI[\-playlist] <media2>\fR]...
10.SH DESCRIPTION
11.TP
12SMPlayer is a GUI media player based on Qt 4, using \fBmplayer\fR(1) as its backend.
13.SH OPTIONS
14.TP
15.B \-minigui
16Open the mini GUI instead of the default one.
17.TP
18.B \-mpcgui
19Open the mpc GUI instead of the default one.
20.TP
21.B \-defaultgui
22Open the default gui.
23.TP
24.B \-config\-path <directory>
25Specify the directory for the configuration files (smplayer.ini, smplayer_files.ini...).
26.TP
27.B \-send\-action <action_name>
28Try to make a connection to another running instance and send to it the
29specified action.
30.IP
31\fIExample\fR: smplayer \-send\-action pause
32.IP
33The rest of options (if any) will be ignored and the application will exit. It will return 0
34on success or \-1 on failure.
35.TP
36.B \-actions <action_list>
37<action_list> is a list of actions separated by spaces. The
38actions will be executed just after loading the file (if
39any) in the same order as input. For switchable actions
40you can pass true or false as parameter.
41.IP
42\fIExample\fR: smplayer \-actions.br "fullscreen compact true"
43.IP
44Quotes are necessary in case you pass more than one action.
45.TP
46.B \-close\-at\-end
47Close the main window when the file/playlist
48finishes.
49.TP
50.B \-no\-close\-at\-end
51Do not close the main window when the file/playlist
52finishes.
53.TP
54.B \-fullscreen
55Play the video in fullscreen mode.
56.TP
57.B \-no\-fullscreen
58Play the video in windowed mode.
59.TP
60.B \-sub
61Specify the subtitle file to be loaded (for the first video only).
62.TP
63.B \-pos <x> <y>
64Specify the coordinates where the main window will be displayed.
65.TP
66.B \-size <width> <height>
67Specify the size of the main window.
68.TP
69.B \-h, \-help, \--help, \-?
70Show the help message and then exit.
71.TP
72.B -add\-to\-playlist
73If there is another instance running, the media will be
74added to that instance's playlist. If there is no other
75instance, this option will be ignored and the files will be
76opened in a new instance.
77.TP
78.B <media1> <media2> ...
79Any kind of file that SMPlayer can open. It can be a local file,
80a DVD (e.g. dvd://1), an Internet stream
81(e.g. mms://....) or a local playlist in format m3u or pls. If the
82\fB\-playlist\fR option is used, that means that SMPlayer will
83pass the \fB\-playlist\fR option to MPlayer, so MPlayer will
84handle the playlist, not SMPlayer.
85.SH "SEE ALSO"
86\fBmplayer\fR(1)
87.SH AUTHOR
88The author of SMPlayer is Ricardo Villalba <rvm@escomposlinux.org>.
89
90This manual page was written by Matvey Kozhev <sikon@lucidfox.org> for the
91Ubuntu project (but may be used by others).
92Has been updated by greengreat <gmeildeno@gmail.com> for the SMPlayer project (July 2009).
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU General Public License, Version 2 or any later
96version published by the Free Software Foundation. On Debian systems, the
97complete text of the GNU General Public License can be found in
98\fB/usr/share/common-licenses/GPL\fR.
99
100.SH BUGS
101Please submit bugs to \fBhttp://sourceforge.net/projects/smplayer\fR.
Note: See TracBrowser for help on using the repository browser.