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