chiark / gitweb /
login details box for disobedience. a bit unfriendly but does work.
[disorder] / doc / disobedience.1.in
1 .\"
2 .\" Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\"
9 .\" This program is distributed in the hope that it will be useful, but
10 .\" WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 .\" General Public License for more details.
13 .\"
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program; if not, write to the Free Software
16 .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17 .\" USA
18 .\"
19 .TH disobedience 1
20 .SH NAME
21 disobedience \- GUI client for DisOrder jukebox
22 .SH SYNOPSIS
23 .B disobedience
24 .RI [ OPTIONS ]
25 .SH DESCRIPTION
26 .B disobedience
27 is a graphical client for DisOrder.
28 .SH "WINDOWS AND ICONS"
29 .SS "File Menu"
30 This only has one option, "Quit", which terminates the program.
31 .SS "Edit Menu"
32 This has the following options:
33 .TP
34 .B "Select All"
35 Select all tracks in whichever of the Queue or Recent tabs are showing.
36 .TP
37 .B Properties
38 Edit the details of the selected tracks.  See
39 .B "Properties Window"
40 below.
41 .SS "Help Menu"
42 This has only one option, "About DisOrder", which pops up a box giving the
43 name, author and version number of the software.
44 .SS "Controls"
45 .TP
46 .B "Pause button"
47 The pause button can be used to pause and resume tracks.
48 .TP
49 .B "Scratch button"
50 The scratch button, a red cross, can be used to interrupt the currently playing
51 track.
52 .TP
53 .B "Random play button"
54 The random play button can be used to enable and disable random play.  It does
55 not take effect until the currently playing track finishes.
56 .TP
57 .B "Play button"
58 The play button controls whether tracks will be played at all.  As above it
59 does not take effect until the currently playing track finishes.
60 .TP
61 .B "Volume slider"
62 The volume slider indicates the current volume level and can be used to adjust
63 it.  0 is silent and 10 is maximum volume.
64 .TP
65 .B "Balance slider"
66 The balance slider indicates the current balance and can be used to adjust it.
67 -1 means only the left speaker, 0 means both speakers at equal volume and +1
68 means the only the right speaker.
69 .SS "Queue Tab"
70 This displays the currently playing track and the queue.  The currently playing
71 track is at the top and has a green background.  Queued tracks appear below it
72 and have alternating red and white backgrounds.
73 .PP
74 The left button can be use to select and deselect tracks.  On its own it just
75 selects the pointed track and deselects everything else.  With CTRL it flips
76 the state of the pointed track without affecting anything else.  With SHIFT it
77 selects every track from the last click to the current position and deselects
78 everything else.  With both CTRL and SHIFT it selects everything from the last
79 click to the current position without deselecting anything.
80 .PP
81 The right button pops up a menu.  This has the following options:
82 .TP
83 .B Properties
84 Edit the details of the selected tracks.  See
85 .B "Properties Window"
86 below.
87 .TP
88 .B "Select All"
89 Select all tracks.
90 .TP
91 .B Scratch
92 Interrupt the currently playing track.  (Note that this appears even if you
93 right click over a queued track rather than the currently playing track.)
94 .TP
95 .B Remove
96 Remove the selected tracks from the queue.
97 .SS "Recent Tab"
98 This displays recently played tracks, the most recent at the top.
99 .PP
100 The left button functions as above.  The right button pops up a menu with the
101 following options:
102 .TP
103 .B Properties
104 Edit the details of the selected tracks.  See
105 .B "Properties Window"
106 below.
107 .TP
108 .B "Select All"
109 Select all tracks.
110 .SS "Choose Tab"
111 This displays all the tracks known to the server in a tree structure.
112 .PP
113 Directories are represented with an arrow to their left.  This can be clicked
114 to reveal or hide the contents of the directory.  The top level "directories"
115 break up tracks by their first letter.
116 .PP
117 Playable files are represented by their name.  If they are playing or in the
118 queue then a notes icon appears next to them.
119 .PP
120 Left clicking on a file will select it.  As with the queue tab you can use
121 SHIFT and CTRL to select multiple files.
122 .PP
123 The text box at the top is a search form.  If you enter search terms here then
124 tracks containing all those words will be highlighted.  You can also
125 limit the results to tracks with particular tags, by including \fBtag:\fITAG\fR
126 for each tag.
127 .PP
128 To start a new search just edit the contents of the search box.  The cancel
129 button to its right clears the current search.  The up and down arrows will
130 scroll the window to make the previous or next search result visible.
131 .PP
132 Right clicking over a track will pop up a menu with the following options:
133 .TP
134 .B Play
135 Play selected tracks.
136 .TP
137 .B Properties
138 Edit properties of selected tracks.  See
139 .B "Properties Window"
140 below.
141 .PP
142 A middle click on a track will add it to the queue.
143 .PP
144 Right clicking over a directory will pop up a menu with the following options:
145 .TP
146 .B "Play all tracks"
147 Play all the tracks in the directory, in the order they appear on screen.
148 .TP
149 .B "Track properties"
150 Edit properties of all tracks in the directory.
151 .TP
152 .B "Select all tracks"
153 Select all the tracks in the directory (and deselect everything else).
154 .PP
155 Note that these options do not apply recursively - only the tracks in the
156 relevant directory are affected, not those in its subdirectories.
157 .SS "Added Tab"
158 This displays a list of tracks recently added to the server's database.  The
159 most recently added track is at the top.
160 .PP
161 Left clicking a track will select it.  CTRL and SHIFT work as above to select
162 muliple files.
163 .PP
164 Right clicking over a track will pop up a menu with the following options:
165 .TP
166 .B "Track properties"
167 Edit properties of selected tracks.  See
168 .B "Properties Window"
169 below.
170 .TP
171 .B "Play track"
172 Play selected tracks.
173 .TP
174 .B "Select All Tracks"
175 Select all tracks.
176 .SS "Properties Window"
177 This window contains details of one or more tracks and allows them to be
178 edited.
179 .PP
180 The Artist, Album and Title fields determine how the tracks appear in
181 the queue and recently played tabs.
182 .PP
183 The Tags field determine which tags apply to the track.  Tags are separated by
184 commas and can contain any printing characters except comma.
185 .PP
186 The Random checkbox determines whether the track will be picked at random.
187 Random play is enabled for every track by default, but it can be turned off
188 here.
189 .PP
190 The double-headed arrow to the right of each preference will propagate its
191 value to all the other tracks in the window.  For instance, this can be used to
192 efficiently correct the artist or album fields, or bulk-disable random play for
193 many tracks.
194 .PP
195 Press "OK" to confirm all changes and close the window, "Apply" to confirm
196 changes but keep the window open and "Cancel" to close the window and discard
197 all changes.
198 .SH "KEYBOARD SHORTCUTS"
199 .TP
200 .B CTRL+A
201 Select all tracks (queue/recent)
202 .TP
203 .B CTRL+Q
204 Quit.
205 .SH OPTIONS
206 .TP
207 .B --config \fIPATH\fR, \fB-c \fIPATH
208 Set the configuration file.  The default is
209 .IR pkgconfdir/config .
210 .TP
211 .B --debug\fR, \fB-d
212 Enable debugging.
213 .TP
214 .B --help\fR, \fB-h
215 Display a usage message.
216 .TP
217 .B --version\fR, \fB-V
218 Display version number.
219 .SS "GTK+ Options"
220 Additional options are supported by the GTK+ library.  Refer to GTK+
221 documentation for further information.  Under X11 they include:
222 .TP
223 .B --display \fIDISPLAY\fR
224 The X display to use.
225 .TP
226 .B --screen \fISCREEN\fR
227 The screen number to use.
228 .\" If know enough to use it you know enough to find it
229 .\" .TP
230 .\" .B --sync
231 .\" Make all X requests synchronously.
232 .SH "GTK+ RESOURCES"
233 You can override these resources in order to customize the appearance of
234 Disobedience.
235 .\" TODO example that actually works.
236 .SS "Widget Names"
237 .TP
238 .B disobedience.*.choose
239 This is the panel containing the track choice tree.
240 .TP
241 .B disobedience.*.queue
242 This is the panel displaying the queue.
243 .TP
244 .B disobedience.*.choose
245 This is the panel listing recently played tracks.
246 .TP
247 .B disobedience.*.row-playing
248 This is the row listing the currently playing track.
249 .TP
250 .B disobedience.*.row-odd
251 This an odd-numbered row in the queue or recently played track list.
252 .TP
253 .B disobedience.*.row-even
254 This an even-numbered row in the queue or recently played track list.
255 .SH CONFIGURATION
256 If you are using
257 .B disobedience
258 on the same host as the server then no additional configuration should be
259 required.
260 .PP
261 If it is running on a different host then the server will need a
262 .B listen
263 directive in its configuration and the clien a matching
264 .B connect
265 directive.  Also the client will need user passwords, either in
266 .IR pkgconfdir/config. USER
267 or
268 .IR ~ USER /.disorder.passwd .
269 .PP
270 You might use commands such as the following to set up a standalone instance of
271 Disobedience:
272 .PP
273 .RS
274 .nf
275 cd
276 mkdir .disorder
277 echo password <your password> > .disorder/passwd
278 echo connect <hostname> <port> >> .disorder/passwd
279 chmod 600 .disorder/passwd
280 .fi
281 .RE
282 .SH "SEE ALSO"
283 .BR disorder_config (5)
284 .PP
285 .B http://www.greenend.org.uk/rjk/disorder/
286 .br
287 - DisOrder home page
288 .PP
289 .B http://www.gtk.org/api/2.6/gtk/gtk-x11.html
290 .br
291 - Using GTK+ on the X Window System
292 .\" Local Variables:
293 .\" mode:nroff
294 .\" fill-column:79
295 .\" End: