1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
|
.TH AUDACIOUS "1" "April 2009" "Version @VERSION@" "Audacious"
.SH NAME
audacious \- an advanced audio player.
.SH SYNOPSIS
.B audacious
[OPTION] ... [FILE] ...
.SH DESCRIPTION
Audacious is a free advanced audio player for Linux and many other
UNIX-compatible systems. It focuses on low resource usage, high audio quality,
and support for a wide range of audio formats. It was originally based on Beep
Media Player, which was in turn based on XMMS.
.SH OPTIONS
.B Getting help:
.TP
.I -?, --help
Show a brief list of options.
.TP
.I --help-all
Show a complete list of options.
.TP
.I --help-gtk
Show a list of GTK+-related options.
.TP
.I --help-sm-client
Show a list of session management options.
.PP
.B Opening files:
.TP
.I -e, --enqueue
Add the files on the command line to the current playlist but do not start
playback.
.TP
.I -E, --enqueue-to-temp
Add the files on the command line to a temporary playlist and start playback.
.PP
.B Controlling playback:
.TP
.I -p, --play
If currently playing, go to the beginning of the song; otherwise, begin playing.
.TP
.I -u, --pause
If currently playing, pause; if paused, resume playing.
.TP
.I -t, --play-pause
If currently playing, pause; otherwise, begin playing.
.TP
.I -s, --stop
Stop playing and go to the beginning of the song.
.TP
.I -r, --rew
Go to the previous song in the playlist.
.TP
.I -f, --fwd
Go to the next song in the playlist.
.PP
.B Miscellaneous:
.TP
.I -v, --version
Show the installed version of Audacious.
.TP
.I -m, --show-main-window
Show the Audacious window if it is hidden and bring it to the top.
.PP
.B GTK+-related:
.TP
.I --display DISPLAY
Start Audacious on the given X display.
.TP
.I --screen SCREEN
Start Audacious on the given X screen.
.TP
.I --sync
Use synchronous X calls.
.TP
.I --name NAME
Set Audacious's program name (for use by the window manager).
.TP
.I --class CLASS
Set Audacious's program class (for use by the window manager).
.TP
.I --gtk-module MODULE
Load a GTK+ module manually.
.TP
.I --g-fatal-warnings
Treat all warnings as fatal errors.
.PP
.B Session management:
.TP
.I --sm-client-disable
Do not connect to the session manager.
.TP
.I --sm-client-id ID
Set session management ID.
.TP
.I --sm-client-state-file FILE
Load saved configuration from FILE.
.SH KEYBINDINGS
.ta 24
z Previous song
.br
x Play
.br
c, Space Pause
.br
v Stop
.br
b Next song
.br
Right arrow Seek forward 5 seconds
.br
Left arrow Seek backward 5 seconds
.br
Control + z Go to beginning of playlist
.br
Escape Scroll to current song
.br
Control + a Select all songs in playlist
.br
Shift + Control + a Cancel selection
.br
+ (plus) Increase volume 5 percent
.br
- (minus) Decrease volume 5 percent
.br
s Toggle shuffle
.br
r Toggle repeat
.br
Control + n Toggle advancing in playlist
.br
Control + m Toggle stopping after current song
.br
Control + e Show elapsed time
.br
Control + r Show time remaining
.br
Alt + e Show/hide playlist
.br
Alt + g Show/hide equalizer
.br
Control + o Toggle windows always on top
.br
Control + s Toggle windows on all workspaces
.br
Control + w Toggle rolling up main window
.br
Control + Alt + w Toggle rolling up equalizer
.br
Shift + Control + w Toggle rolling up playlist
.br
i Display Song Information dialog
.br
Control + j Display Jump to Time dialog
.br
j Display Jump to Song dialog
.br
Control + f Display Search dialog
.br
l Display Open dialog
.br
f Display Add dialog
.br
Control + l Display Open Internet Address dialog
.br
Control + h Display Add Internet Address dialog
.br
Control + p Display Preferences dialog
.SH FILES
.TP
~/.config/audacious/config
User's Audacious configuration.
.TP
~/.config/audacious/playlist.xspf
Default playlist usually loaded on startup.
.TP
~/.config/audacious/gtkrc
User's set of Audacious-specific GTK+ config settings. Options such as widget
color and fonts sizes can be set here.
.TP
~/.local/share/audacious/Skins, @datarootdir@/audacious/Skins
Default location(s) where Audacious should look for skin files.
.TP
~/.local/share/audacious/Plugins
Location of user-installed plugins.
.SH ENVIRONMENT
.TP 12
.B SKINSDIR
Colon separated list of paths where Audacious should look for skin files.
.TP
.B TARCMD
Tar command supporting GNU tar style decompression. Used for
unpacking gzip and bzip2 compressed skins. Default is \fItar\fP.
.TP
.B UNZIPCMD
Command for decompressing zip files (skins). Default is \fIunzip\fP.
.SH "SEE ALSO"
.BR audtool (1)
.SH WEBSITE
.I http://audacious-media-player.org
|