1XMMS(1) XMMS Manual Pages XMMS(1)
2
3
4
6 XMMS - an audio player for X.
7
9 xmms [-h] [--help] [-n <session>] [--session=<session>] [-r] [--rew]
10 [-p] [--play] [-u] [--pause] [-s] [--stop] [-t] [--play-pause] [-f]
11 [--fwd] [-e] [--enqueue] [-S] [--toggle-shuffle] [-R] [--toggle-repeat]
12 [-A] [--toggle-advance] [-m] [--show-main-window] [-q] [--quit] [-i
13 <session id>] [--sm-client-id=<session id>] [-v] [--version] [file‐
14 name]...
15
17 XMMS is the X Multimedia System. It is used to play audio and other
18 kinds of media files. By default XMMS can play MPEG audio, Ogg Vorbis,
19 RIFF wav, most module formats and a few other formats. XMMS can be
20 extended through plugins to play a number of other audio and video for‐
21 mats.
22
24 XMMS accepts the following options:
25
26 -h, --help
27 Show summary of options.
28
29 -n, --session
30 Select XMMS session (Default: 0).
31
32 -r, --rew
33 Skip backwards in playlist.
34
35 -p, --play
36 Start playing current playlist.
37
38 -u, --pause
39 Pause current song.
40
41 -s, --stop
42 Stop current song.
43
44 -t, --play-pause
45 Pause if playing, play otherwise.
46
47 -f, --fwd
48 Skip forward in playlist.
49
50 -e, --enqueue
51 Don't clear the playlist.
52
53 -Q, --queue
54 Add file(s) to playlist and queue
55
56 -S, --toggle-shuffle[=SWITCH]
57 Toggle the 'shuffle' flag.
58
59 Optional argument SWITCH may be either 'on' or 'off'
60
61 -R, --toggle-repeat[=SWITCH]
62 Toggle the 'repeat' flag.
63
64 Optional argument SWITCH may be either 'on' or 'off'
65
66 -A, --toggle-advance[=SWITCH]
67 Toggle the 'no playlist advance' flag.
68
69 Optional argument SWITCH may be either 'on' or 'off'
70
71 -m, --show-main-window
72 Show the main window.
73
74 -i, --sm-client-id
75 Set session manager identification.
76
77 -v, --version
78 Print version number and exit.
79
80 -q, --quit
81 Close remote session.
82
84 XMMS supports WinAmp style skins. Skins may be stored in either
85 archived (.zip, .wsz, .tgz, .tar.gz, or .tar.bz2) or unarchived format.
86 XMMS looks for skinfiles in /usr/share/xmms/Skins, ~/.xmms/Skins, and
87 locations specified by the SKINSDIR variable.
88
90 Global keybindings for XMMS:
91
92 z Previous song
93 x Play
94 c Pause
95 v Stop
96 b Next song
97 l Play file
98 j Jump to file
99 r Toggle Repeat
100 s Toggle Shuffle
101 Shift + l Play directory
102 Control + l Play location
103 Control + p Preferences dialog
104 Control + v Visualization plugin dialog
105 Control + r Time remaining
106 Control + a Always on top
107 Control + w Winshade mode
108 Control + d Doublesize mode
109 Control + e Easy move
110 Control + j Jump to time
111 Control + z Start of list
112 Control + n No Playlist Advance
113 Control + 3 File info dialog
114 Control + Alt + w Toggle Equalizer winshade mode
115 Shift + Control + w Playlist winshade mode
116 Alt + w Hide/show mainwindow
117 Alt + e Hide/show playlistwindow
118 Alt + g Hide/show Equalizer
119 Alt + s Skin selecting window
120
121 Main window specific:
122
123 Arrow key up Volume up 2%
124 Arrow key down Volume down 2%
125 Arrow key right Skip 5 seconds forward in song
126 Arrow key left Skip 5 seconds back in song
127
128 Playlist window specific:
129
130 Arrow key up Up one step in playlist
131 Arrow key down Down one step in playlist
132 Delete Remove selected songs from playlist
133 Control + Delete Keeps the selected tracks and removes the rest
134 Q Queue/Dequeue the tracks selected
135 Shift + Q Clear the queue list
136 Alt + Q Queue manager
137 Page Up Move one page up
138 Page Down Move one page down
139 Home First page in playlist
140 End Last page in playlist
141 Enter Play selected song
142 Insert Add file dialog
143 Shift + Insert Add directory dialog
144 Alt + Insert Add url dialog
145
146 Equalizer shade mode specific:
147
148 Arrow key up Volume up 2%
149 Arrow key down Volume down 2%
150 Arrow key right Balance 4% to right
151 Arrow key left Balance 4% to left
152
154 ~/.xmms/config Users xmms configuration.
155
156 ~/.xmms/xmms.m3u Default playlist usually loaded on startup.
157
158 ~/.xmms/gtkrc Users set of xmms-specific GTK config settings.
159 Options such as widget color and fonts sizes can be
160 set here.
161
162 ~/.xmms/menurc Users set of keybindings.
163
164 ~/.xmms/Skins, /usr/share/xmms/Skins
165 Default locations where XMMS should look for skin‐
166 files.
167
168 ~/.xmms/Plugins Location of user installed plugins.
169
171 SKINSDIR Colon separated list of paths where XMMS should look for
172 skinfiles.
173
174 TARCMD Tar command supporting GNU tar style decompression. Used
175 for unpacking gzip and bzip2 compressed skins. Default is
176 tar.
177
178 UNZIPCMD Command for decompressing zip files (skins). Default is
179 unzip.
180
182 The webpage for XMMS is at http://www.xmms.org. Here you can find info
183 about XMMS, download the latest version, plugins, and skins.
184
186 wmxmms(1)
187
188
189
190Version 1.2.11 17 March 2004 XMMS(1)