Mercurial > audlegacy
annotate audtool.1.in @ 2132:aec6570f056f trunk
[svn] - run update-po
- update welsh translation (419 messages translated, 100% translation coverage)
author | nenolod |
---|---|
date | Fri, 15 Dec 2006 18:11:42 -0800 |
parents | 727807ecf74a |
children | 5c33790c5a26 |
rev | line source |
---|---|
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
1 .TH AUDTOOL 1 "November 2006" "Version @VERSION@" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
2 .SH NAME |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
3 .B audtool |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
4 - a small tool to modify behavior of a running audacious instance. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
5 .SH SYNOPSIS |
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
6 .B audtool |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
7 [\-\-[[handler [parameters]] |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
8 .SH DESCRIPTION |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
9 .B audtool |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
10 is designed to send commands to a running audacious. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
11 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
12 It can handle various things like jumping to the next track in playlist |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
13 or returning the current playing track title, as well as other status |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
14 information. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
15 .SH OPTIONS |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
16 .B "Now playing information:" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
17 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
18 .I --current-song |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
19 Returns current song title. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
20 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
21 .I --current-song-filename |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
22 Returns current song filename. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
23 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
24 .I --current-song-length |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
25 Returns current song length. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
26 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
27 .I --current-song-length-seconds |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
28 Returns current song length in seconds. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
29 .TP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
30 .I --current-song-length-frames |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
31 Returns current song length in frames. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
32 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
33 .I --current-song-output-length |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
34 Returns current song output length. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
35 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
36 .I --current-song-output-length-seconds |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
37 Returns current song output length in seconds. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
38 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
39 .I --current-song-output-length-frames |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
40 Returns current song output length in frames. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
41 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
42 .I --current-song-bitrate |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
43 Returns current song bitrate in bits per second. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
44 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
45 .I --current-song-bitrate-kbps |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
46 Returns current song bitrate in kilobits per second. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
47 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
48 .I --current-song-frequency |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
49 Returns current song frequency in hertz. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
50 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
51 .I --current-song-frequency-khz |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
52 Returns current song frequency in kilohertz. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
53 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
54 .I --current-song-channels |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
55 Returns current song channels. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
56 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
57 .B "Playlist manipulation:" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
58 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
59 .I --playlist-advance |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
60 Go to the next song in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
61 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
62 .I --playlist-reverse |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
63 Go to the previous song in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
64 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
65 .I --playlist-addurl <uri> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
66 Adds a uri to the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
67 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
68 .I --playlist-delete <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
69 Deletes the song at <position> from the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
70 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
71 .I --playlist-length |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
72 Returns the total length of the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
73 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
74 .I --playlist-song <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
75 Returns the title of the song at <position> in the playlist. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
76 .TP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
77 .I --playlist-song-filename <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
78 Returns the filename of the song at <position> in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
79 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
80 .I --playlist-song-length <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
81 Returns the length of the song at <position> in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
82 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
83 .I --playlist-song-length-seconds <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
84 Returns the length of the song at <position> in the playlist in seconds. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
85 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
86 .I --playlist-song-length-frames <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
87 Returns the length of the song at <position> in the playlist in frames. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
88 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
89 .I --playlist-display |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
90 Returns the entire playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
91 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
92 .I --playlist-position |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
93 Returns the current position in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
94 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
95 .I --playlist-jump <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
96 Jumps to <position> in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
97 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
98 .I --playlist-clear |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
99 Clears the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
100 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
101 .I --playlist-repeat-status |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
102 Returns the status of playlist repeat. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
103 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
104 .I --playlist-repeat-toggle |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
105 Toggles playlist repeat. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
106 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
107 .I --playlist-shuffle-status |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
108 Returns the status of playlist shuffle. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
109 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
110 .I --playlist-shuffle-toggle |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
111 Toggles playlist shuffle. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
112 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
113 .B Playqueue manipulation: |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
114 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
115 .I --playqueue-add <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
116 Adds the song at <position> in the playlist to the playqueue. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
117 .TP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
118 .I --playqueue-remove <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
119 Removes the song at <position> in the playlist from the playqueue. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
120 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
121 .I --playqueue-is-queued <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
122 Returns OK if the song at <postion> in the playtlist is queued. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
123 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
124 .I --playqueue-get-position <position> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
125 Returns the playqueue position of the song at <position> in the playlist. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
126 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
127 .I --playqueue-get-qposition <qposition> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
128 Returns the playlist position of the song at <qposition> in the playqueue. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
129 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
130 .I --playqueue-length |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
131 Returns the length of the playqueue. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
132 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
133 .I --playqueue-display |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
134 Returns a list of currently\-queued songs. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
135 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
136 .I --playqueue-clear |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
137 Clears the playqueue. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
138 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
139 .B "Playback manipulation:" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
140 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
141 .I --playback-play |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
142 Starts/unpauses song playback. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
143 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
144 .I --playback-pause |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
145 (Un)pauses song playback. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
146 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
147 .I --playback-playpause |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
148 Plays/(un)pauses song playback. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
149 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
150 .I --playback-stop |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
151 Stops song playback. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
152 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
153 .I --playback-playing |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
154 Returns OK if audacious is playing. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
155 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
156 .I --playback-paused |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
157 Returns OK if audacious is paused. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
158 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
159 .I --playback-stopped |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
160 Returns OK if audacious is stopped. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
161 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
162 .I --playback-status |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
163 Returns the playback status. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
164 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
165 .B "Volume control:" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
166 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
167 .I --get-volume |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
168 Returns the current volume level in percent. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
169 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
170 .I --set-volume <level> |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
171 Sets the current volume level in percent. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
172 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
173 .B "Miscellaneous:" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
174 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
175 .I --preferences |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
176 Shows/hides the preferences window. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
177 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
178 .I --jumptofile |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
179 Shows the jump to file window. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
180 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
181 .I --shutdown |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
182 Shuts down audacious. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
183 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
184 .B "Help system:" |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
185 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
186 .I --list-handlers |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
187 Shows handlers list. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
188 .TP |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
189 .I --help |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
190 Shows handlers list. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
191 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
192 Handlers may be prefixed with `\-\-' (GNU\-style long\-options) or not, your choice. |
1879
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
193 .SH BUGS |
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
194 There are no known bugs in audtool at this time; if you find any please |
104fe1a701b9
[svn] - add audtool(1) manpage; mostly written by Kiyoshi Aman.
nenolod
parents:
diff
changeset
|
195 report them to <bugs+audtool@atheme.org>. |
1930
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
196 .SH AUTHORS |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
197 .B audtool |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
198 was written by George Averill <nhjm@nhjm.net> and William |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
199 Pitcock <nenolod@atheme.org>. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
200 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
201 This manual page was written by Adam Cecile <gandalf@le-vert.net> and |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
202 Kiyoshi Aman <kiyoshi@atheme.org>. Some additional tweaks were done by |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
203 William Pitcock <nenolod@atheme.org>. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
204 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
205 Permission is granted to copy, distribute and/or modify this document |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
206 under the terms of the GNU General Public License, Version 2 or any |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
207 later version published by the Free Software Foundation. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
208 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
209 The complete text of the GNU General Public License is available in the |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
210 sourcecode of Audacious, and is typically included with binary packages |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
211 as well. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
212 .PP |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
213 If installed with an operating system, see your Operating System's |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
214 documentation for licensing details. |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
215 .SH SEE ALSO |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
216 .B Homepage: |
727807ecf74a
[svn] - merge debian's manpage with ours, and improve overall spelling and grammar
nenolod
parents:
1880
diff
changeset
|
217 http://audacious-media-player.org/ |