source: smplayer/trunk/man/smplayer.1

Last change on this file was 124, checked in by Silvan Scherrer, 13 years ago

SMPlayer: 0.7.1 trunk update

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