Penguin
Annotated edit history of xmms(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XMMS
2 !!!XMMS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SKINS
8 KEYBINDINGS
9 FILES
10 ENVIRONMENT
11 OTHER INFO
12 SEE ALSO
13 ----
14 !!NAME
15
16
17 XMMS - an audio player for X.
18 !!SYNOPSIS
19
20
21 __xmms__ [[-h] [[--help] [[-n '''']
22 [[--session=''''] [[-r] [[--rew] [[-p]
23 [[--play] [[-u] [[--pause] [[-s] [[--stop] [[-f] [[--fwd] [[-e]
24 [[--enqueue] [[-m] [[--show-main-window] [[-v] [[--version]
25 [[''filename'']...
26 !!DESCRIPTION
27
28
29 ''XMMS'' is the X Multimedia System. It is used to play
30 audio and other kinds of media files. By default XMMS can
31 play MPEG audio, Ogg Vorbis, RIFF wav, most module formats,
32 and a few other formats. XMMS can be extended through
33 plugins to play a number of other audio and video
34 formats.
35 !!OPTIONS
36
37
38 XMMS accepts the following options:
39
40
41 __-h, --help__
42
43
44 Show summary of options.
45
46
47 __-n, --session__
48
49
50 Select XMMS session (Default: 0).
51
52
53 __-r, --rew__
54
55
56 Skip backwards in playlist.
57
58
59 __-p, --play__
60
61
62 Start playing current playlist.
63
64
65 __-u, --pause__
66
67
68 Pause current song.
69
70
71 __-s, --stop__
72
73
74 Stop current song.
75
76
77 __-t, --play-pause__
78
79
80 Pause if playing, play otherwise.
81
82
83 __-f, --fwd__
84
85
86 Skip forward in playlist.
87
88
89 __-e, --enqueue__
90
91
92 Don't clear the playlist.
93
94
95 __-m, --show-main-window__
96
97
98 Show the main window.
99
100
101 __-v, --version__
102
103
104 Print version number and exit.
105 !!SKINS
106
107
2 perry 108 XMMS supports !WinAmp style skins. Skins may be stored in
1 perry 109 either archived (''.zip'', ''.wsz'', ''.tgz'',
110 ''.tar.gz'', or ''.tar.bz2'') or unarchived format.
111 XMMS looks for skinfiles in ${prefix}/share/xmms/Skins,
112 ~/.xmms/Skins, and locations specified by the
113 __SKINSDIR__ variable.
114 !!KEYBINDINGS
115
116
117 Global keybindings for XMMS:
118
119
120 z Previous song
121 x Play
122 c Pause
123 v Stop
124 b Next song
125 l Play file
126 j Jump to file
127 r Toggle Repeat
128 s Toggle Shuffle
129 Shift + l Play directory
130 Control + l Play location
131 Control + p Preferences dialog
132 Control + v Visualization plugin dialog
133 Control + r Time remaining
134 Control + a Always on top
135 Control + w Winshade mode
136 Control + d Doublesize mode
137 Control + e Easy move
138 Control + j Jump to time
139 Control + z Start of list
140 Control + n No Playlist Advance
141 Control + 3 File info dialog
142 Control + Alt + w Toggle Equalizer winshade mode
143 Shift + Control + w Playlist winshade mode
144 Alt + w Hide/show mainwindow
145 Alt + e Hide/show playlistwindow
146 Alt + g Hide/show Equalizer
147 Alt + s Skin selecting window
148
149
150 Main window specific:
151
152
153 Arrow key up Volume up 2%
154 Arrow key down Volume down 2%
155 Arrow key right Skip 5 seconds forward in song
156 Arrow key left Skip 5 seconds back in song
157
158
159 Playlist window specific:
160
161
162 Arrow key up Up one step in playlist
163 Arrow key down Down one step in playlist
164 Delete Remove selected songs from playlist
165 Page Up Move one page up
166 Page Down Move one page down
167 Home First page in playlist
168 End Last page in playlist
169 Enter Play selected song
170 Insert Add file dialog
171 Shift + Insert Add directory dialog
172 Alt + Insert Add url dialog
173
174
175 Equalizer shade mode specific:
176
177
178 Arrow key up Volume up 2%
179 Arrow key down Volume down 2%
180 Arrow key right Balance 4% to right
181 Arrow key left Balance 4% to left
182 !!FILES
183
184
185 ~/.xmms/config
186
187
188 Users xmms configuration.
189
190
191 ~/.xmms/xmms.m3u
192
193
194 Default playlist usually loaded on startup.
195
196
197 ~/.xmms/gtkrc
198
199
200 Users set of xmms-specific GTK config settings. Options such
201 as widget color and fonts sizes can be set
202 here.
203
204
205 ~/.xmms/menurc
206
207
208 Users set of keybindings.
209
210
211 ~/.xmms/Skins, ${prefix}/share/xmms/Skins
212
213
214 Default locations where XMMS should look for
215 skinfiles.
216
217
218 ~/.xmms/Plugins
219
220
221 Location of user installed plugins.
222 !!ENVIRONMENT
223
224
225 __SKINSDIR__
226
227
228 Colon separated list of paths where XMMS should look for
229 skinfiles.
230
231
232 __TARCMD__
233
234
235 Tar command supporting GNU tar style decompression. Used for
236 unpacking gzip and bzip2 compressed skins. Default is
237 ''tar''.
238
239
240 __UNZIPCMD__
241
242
243 Command for decompressing zip files (skins). Default is
244 ''unzip''.
245 !!OTHER INFO
246
247
248 The webpage for XMMS is at http://www.xmms.org. Here you can
249 find info about XMMS, download the latest version, plugins,
250 and skins.
251 !!SEE ALSO
252
253
254 wmxmms(1), gnomexmms(1)
255 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.