1totem(1) General Commands Manual totem(1)
2
3
4
6 Totem - GNOME desktop movie player based on GStreamer
7
9 totem [option...] [filenames|URI]
10
12 Totem is a movie player for the GNOME desktop. Through use of the
13 GStreamer backend many popular file and streaming formats are supported
14 including: MPEG audio and video (MP3/MPV), Ogg, AVI, ASF, MOV, WMV,
15 QuickTime, and more. Playing of DVD and VCD media is also possible.
16 Although primarily intended as a movie player, Totem can also play many
17 audio formats.
18
19 For additional documentation on interactive use of Totem select the
20 Help menu option. The menus allow access to some features not avail‐
21 able through keybindings or command-line options.
22
24 -?, --help
25 Output a longer help message then quit. (Any discrepancies
26 between this man page and the output of totem --help should be
27 reported as a documentation bug.)
28
29 --version
30 Output version information then quit.
31
32 The following options command an already-running instance of Totem to
33 do something; they are useful for remote-control scripting. If Totem is
34 not already running, these commands will launch a new instance of Totem
35 but will not do anything further.
36
37 --play-pause
38 Tell an already-running instance of Totem to toggle between play
39 and pause.
40
41 --play Tell an already-running instance of Totem to play (has no effect
42 if already playing)
43
44 --pause
45 Tell an already-running instance of Totem to pause (has no
46 effect if already paused)
47
48 --next Tell an already-running instance of Totem to skip to the next
49 movie or chapter in the playlist.
50
51 --previous
52 Tell an already-running instance of Totem to return to the pre‐
53 vious movie or chapter in the playlist.
54
55 --seek-fwd
56 Tell an already-running instance of Totem to seek forwards 15
57 seconds in the current movie.
58
59 --seek-bwd
60 Tell an already-running instance of Totem to seek backwards 15
61 seconds in the current movie.
62
63 --volume-up
64 Tell an already-running instance of Totem to raise the volume by
65 8%.
66
67 --volume-down
68 Tell an already-running instance of Totem to lower the volume by
69 8%.
70
71 --fullscreen
72 Tell an already-running instance of Totem to toggle fullscreen
73 mode.
74
75 --toggle-controls
76 Tell an already-running instance of Totem to toggle showing the
77 controls.
78
79 --quit Tell an already-running instance of Totem to quit.
80
81 --enqueue filename|URI
82 Tell an already-running instance of Totem to add a new stream to
83 the playlist.
84
85 --replace filename|URI
86 Tell an already-running instance of Totem to play from the
87 playlist.
88
90 Global keybindings for Totem:
91
92 i toggle interlacing on and off
93 a cycle between aspect ratios
94 p toggle between play and pause
95 Esc exit full screen mode
96 f toggle full screen
97 h toggle display of on-screen controls
98 0 resize window to 50% original size
99 1 resize window to 100% original size
100 2 resize window to 200% original size
101 r zoom in the video
102 t zoom out the video
103 d start and stop the telestrator (drawing) mode
104 e erase the drawing
105 Left-arrow skip back 15 seconds
106 Right-arrow skip forward 60 seconds
107 Shift+Left-arrow skip back 5 seconds
108 Shift+Right-arrow skip forward 15 seconds
109 Ctrl+Left-arrow skip back 3 minutes
110 Ctrl+Right arrow skip forward 10 minutes
111 Up-arrow increase volume by 8%
112 Down-arrow decrease volume by 8%
113 b jump back to previous chapter/movie in playlist
114 n jump to next chapter/movie in playlist
115 q quit
116 Ctrl+E eject the playing optical media
117 Ctrl+O open a new file
118 Ctrl+L open a new URI
119 F9 toggle display of the playlist
120 m show the DVD menu
121 c show the DVD chapter menu
122
124 /usr/lib/totem/plugins/
125 The global plugins directory, which contains all the system-
126 installed plugins.
127 ~/.local/share/totem/plugins/
128 The user plugins directory, containing plugins available only to
129 that user. It is always in the "totem/plugins" subdirectory of
130 your XDG_DATA_HOME directory.
131 ~/.config/totem/state.ini
132 The configuration file for the main window's appearance, stored
133 in a simple INI format.
134
136 Totem cannot play files using some proprietary codecs.
137
139 Totem was written by Bastien Nocera <hadess@hadess.net>. This manual
140 page was written by Andre Lehovich for the Debian Project.
141
143 The latest version of Totem may be downloaded from
144 <http://projects.gnome.org/totem/> ⟨http://projects.gnome.org/totem/⟩
145
147 totem-video-thumbnailer(1),
148
149 The online documentation available through the program's Help menu.
150
151
152
153GNOME 2008-08-25 totem(1)