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 a cycle between aspect ratios
93 p toggle between play and pause
94 Esc exit full screen mode
95 f toggle full screen
96 h toggle display of on-screen controls
97 0 resize window to 50% original size
98 1 resize window to 100% original size
99 2 resize window to 200% original size
100 r zoom in the video
101 t zoom out the video
102 d start and stop the telestrator (drawing) mode
103 e erase the drawing
104 Left-arrow skip back 15 seconds
105 Right-arrow skip forward 60 seconds
106 Shift+Left-arrow skip back 5 seconds
107 Shift+Right-arrow skip forward 15 seconds
108 Ctrl+Left-arrow skip back 3 minutes
109 Ctrl+Right arrow skip forward 10 minutes
110 Up-arrow increase volume by 8%
111 Down-arrow decrease volume by 8%
112 b jump back to previous chapter/movie in playlist
113 n jump to next chapter/movie in playlist
114 q quit
115 Ctrl+E eject the playing optical media
116 Ctrl+O open a new file
117 Ctrl+L open a new URI
118 F9 toggle display of the playlist
119 m show the DVD menu
120 c show the DVD chapter menu
121
123 /usr/lib/totem/plugins/
124 The global plugins directory, which contains all the system-
125 installed plugins.
126 ~/.local/share/totem/plugins/
127 The user plugins directory, containing plugins available only to
128 that user. It is always in the "totem/plugins" subdirectory of
129 your XDG_DATA_HOME directory.
130 ~/.config/totem/state.ini
131 The configuration file for the main window's appearance, stored
132 in a simple INI format.
133
135 Totem cannot play files using some proprietary codecs.
136
138 Totem was written by Bastien Nocera <hadess@hadess.net>. This manual
139 page was written by Andre Lehovich for the Debian Project.
140
142 The latest version of Totem may be downloaded from
143 <http://projects.gnome.org/totem/> ⟨http://projects.gnome.org/totem/⟩
144
146 totem-video-thumbnailer(1),
147
148 The online documentation available through the program's Help menu.
149
150
151
152GNOME 2008-08-25 totem(1)