Mercurial > audlegacy
annotate man/audacious.1.in @ 3120:3262bf0b8831 trunk
Moving gtk_widget_grab_default() below gtk_container_add() to avoid this
GTK warning: "gtkwidget.c: widget not within a GtkWindow"
author | Christian Birchinger <joker@netswarm.net> |
---|---|
date | Fri, 20 Jul 2007 06:27:12 +0200 |
parents | 7ddfc7b76b90 |
children | 3892982283b2 |
rev | line source |
---|---|
2323 | 1 .TH AUDACIOUS "1" "24 October 2005" "Version @PACKAGE_VERSION@" "Audacious Manual Pages" |
2 .SH NAME | |
3 Audacious \- an audio player for X. | |
4 .SH SYNOPSIS | |
5 .B audacious | |
2725
2f638e729d9e
[svn] Remove documentation about XMMS controlsocket compatibility. This code
nenolod
parents:
2699
diff
changeset
|
6 [\-h] [\-\-help] [\-r] |
2323 | 7 [\-\-rew] [\-p] [\-\-play] [\-u] [\-\-pause] [\-s] [\-\-stop] [\-f] |
8 [\-\-fwd] [\-e] [\-\-enqueue] [\-m] [\-\-show\-main\-window] [\-v] | |
9 [\-\-version] [\-\-headless] [\fIfilename\fP]... | |
10 .SH DESCRIPTION | |
11 \fIAudacious\fP is a media player, based on Beep Media Player, | |
12 which is in turn based on the X Multimedia System. | |
13 It is used to play audio and other kinds of media files. By default | |
14 Audacious can play MPEG audio, Ogg Vorbis, RIFF wav, most module formats, | |
15 and a few other formats. Audacious can be extended through plugins to play | |
16 a number of other audio and video formats. | |
17 .SH OPTIONS | |
18 Audacious accepts the following options: | |
19 .TP | |
20 .B \-h, \-\-help | |
21 Show summary of options. | |
22 .TP | |
23 .B \-r, \-\-rew | |
24 Skip backwards in playlist. | |
25 .TP | |
26 .B \-p, \-\-play | |
27 Start playing current playlist. | |
28 .TP | |
29 .B \-u, \-\-pause | |
30 Pause current song. | |
31 .TP | |
32 .B \-s, \-\-stop | |
33 Stop current song. | |
34 .TP | |
35 .B \-t, \-\-play\-pause | |
36 Pause if playing, play otherwise. | |
37 .TP | |
38 .B \-f, \-\-fwd | |
39 Skip forward in playlist. | |
40 .TP | |
41 .B \-e, \-\-enqueue | |
42 Don't clear the playlist. | |
43 .TP | |
44 .B \-m, \-\-show\-main\-window | |
45 Show the main window. | |
46 .TP | |
47 .B \-v, \-\-version | |
48 Print version number and exit. | |
49 .TP | |
50 .B \-H, \-\-headless | |
51 Starts Audacious in headless mode. | |
52 .SH SKINS | |
53 Audacious supports Winamp Classic style skins. Skins may be stored in either | |
54 archived (\fI.zip\fP, \fI.wsz\fP, \fI.tgz\fP, \fI.tar.gz\fP, | |
55 or \fI.tar.bz2\fP) or unarchived format. Audacious looks for skinfiles in | |
2761 | 56 @datarootdir@/audacious/Skins, ~/.local/share/audacious/Skins, and locations specified by the |
2323 | 57 \fBSKINSDIR\fP variable. |
58 .SH KEYBINDINGS | |
59 Global keybindings for Audacious: | |
60 | |
61 .in +2 | |
62 .ta \w'Shift + Control + w 'u | |
63 z Previous song | |
64 .br | |
65 x Play | |
66 .br | |
67 c Pause | |
68 .br | |
69 v Stop | |
70 .br | |
71 b Next song | |
72 .br | |
73 l Play file | |
74 .br | |
75 j Jump to file | |
76 .br | |
77 r Toggle Repeat | |
78 .br | |
79 s Toggle Shuffle | |
80 .br | |
81 Shift + l Play directory | |
82 .br | |
83 Control + l Play location | |
84 .br | |
85 Control + p Preferences dialog | |
86 .br | |
87 Control + v Visualization plugin dialog | |
88 .br | |
89 Control + r Time remaining | |
90 .br | |
91 Control + a Always on top | |
92 .br | |
93 Control + w Winshade mode | |
94 .br | |
95 Control + d Doublesize mode | |
96 .br | |
97 Control + e Easy move | |
98 .br | |
99 Control + j Jump to time | |
100 .br | |
101 Control + z Start of list | |
102 .br | |
103 Control + n No Playlist Advance | |
104 .br | |
105 Control + 3 File info dialog | |
106 .br | |
107 Control + Alt + w Toggle Equalizer winshade mode | |
108 .br | |
109 Shift + Control + w Playlist winshade mode | |
110 .br | |
111 Alt + w Hide/show mainwindow | |
112 .br | |
113 Alt + e Hide/show playlistwindow | |
114 .br | |
115 Alt + g Hide/show Equalizer | |
116 .br | |
117 Alt + s Skin selecting window | |
118 .in -2 | |
119 | |
120 Main window specific: | |
121 | |
122 .in +2 | |
123 .br | |
124 Arrow key up Volume up 2% | |
125 .br | |
126 Arrow key down Volume down 2% | |
127 .br | |
128 Arrow key right Skip 5 seconds forward in song | |
129 .br | |
130 Arrow key left Skip 5 seconds back in song | |
131 .in -2 | |
132 | |
133 Playlist window specific: | |
134 | |
135 .in +2 | |
136 .br | |
137 Arrow key up Up one step in playlist | |
138 .br | |
139 Arrow key down Down one step in playlist | |
140 .br | |
141 Delete Remove selected songs from playlist | |
142 .br | |
143 Page Up Move one page up | |
144 .br | |
145 Page Down Move one page down | |
146 .br | |
147 Home First page in playlist | |
148 .br | |
149 End Last page in playlist | |
150 .br | |
151 Enter Play selected song | |
152 .br | |
153 Insert Add file dialog | |
154 .br | |
155 Shift + Insert Add directory dialog | |
156 .br | |
157 Alt + Insert Add url dialog | |
158 .in -2 | |
159 | |
160 Equalizer shade mode specific: | |
161 | |
162 .in +2 | |
163 .br | |
164 Arrow key up Volume up 2% | |
165 .br | |
166 Arrow key down Volume down 2% | |
167 .br | |
168 Arrow key right Balance 4% to right | |
169 .br | |
170 Arrow key left Balance 4% to left | |
171 .in -2 | |
172 .SH HEADLESS OPERATION | |
173 Audacious supports a headless operation mode, where Audacious does not use | |
174 X11 and instead operates as a daemon. You should note that you cannot switch | |
175 between daemonized mode and X11 mode, and that if you wish to switch back | |
176 and forth, that you need to do so when starting the program. | |
177 | |
178 When using Audacious in headless mode, you will need a client. Clients | |
179 compatible with Audacious are listed on the Audacious website. | |
180 .SH FILES | |
2462 | 181 .TP |
182 ~/.config/audacious/config | |
2323 | 183 User's Audacious configuration. |
184 .TP | |
2462 | 185 ~/.config/audacious/playlist.xspf |
2323 | 186 Default playlist usually loaded on startup. |
187 .TP | |
2462 | 188 ~/.config/audacious/gtkrc |
2323 | 189 User's set of Audacious-specific GTK config settings. Options such as widget |
190 color and fonts sizes can be set here. | |
191 .TP | |
2699 | 192 ~/.local/share/audacious/Skins, @datarootdir@/audacious/Skins |
2323 | 193 Default location(s) where Audacious should look for skinfiles. |
194 .TP | |
2685
fc3bb92994dd
[svn] XDG path fixes in documentation, submitted by nine on irc.atheme.org
chainsaw
parents:
2462
diff
changeset
|
195 ~/.local/share/audacious/Plugins |
fc3bb92994dd
[svn] XDG path fixes in documentation, submitted by nine on irc.atheme.org
chainsaw
parents:
2462
diff
changeset
|
196 Location of user-installed plugins. |
2323 | 197 .SH ENVIRONMENT |
198 .TP 12 | |
199 .B SKINSDIR | |
200 Colon separated list of paths where Audacious should look for skinfiles. | |
201 .TP | |
202 .B TARCMD | |
203 Tar command supporting GNU tar style decompression. Used for | |
204 unpacking gzip and bzip2 compressed skins. Default is \fItar\fP. | |
205 .TP | |
206 .B UNZIPCMD | |
207 Command for decompressing zip files (skins). Default is \fIunzip\fP. | |
208 .SH OTHER INFO | |
209 The webpage for Audacious is at http://www.audacious-media-player.org. | |
210 Here you can find info about Audacious, download the latest version, | |
211 plugins, and skins. |