chiark / gitweb /
Merge config aliasing bug fix.
[disorder] / doc / disobedience.1.in
1 .\"
2 .\" Copyright (C) 2004-2008 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 3 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,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU 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, see <http://www.gnu.org/licenses/>.
16 .\"
17 .TH disobedience 1
18 .SH NAME
19 disobedience \- GUI client for DisOrder jukebox
20 .SH SYNOPSIS
21 .B disobedience
22 .RI [ OPTIONS ]
23 .SH DESCRIPTION
24 .B disobedience
25 is a graphical client for DisOrder.
26 .SH "WINDOWS AND ICONS"
27 .SS "Server Menu"
28 This has the following options:
29 .TP
30 .B Login
31 Brings up the \fBLogin Details Window\fR; see below.
32 .TP
33 .B "Manage Users"
34 Brings up the \fBUser Management Window\fR; see below.
35 .TP
36 .B Quit
37 Terminates the program.
38 .SS "Edit Menu"
39 This has the following options:
40 .TP
41 .B "Select All Tracks"
42 Select all tracks.
43 .TP
44 .B "Deselect All Tracks"
45 Deselect all tracks.
46 .TP
47 .B Properties
48 Edit the details of the selected tracks.
49 See
50 .B "Properties Window"
51 below.
52 .SS "Control Menu"
53 This has the following options:
54 .TP
55 .B Scratch
56 Interrupts the currently playing track.
57 .TP
58 .B Playing
59 Pause and resume the current track.
60 .TP
61 .B "Random play"
62 Enable and disable random play.
63 Does not take effect until the currently playing track finishes.
64 .TP
65 .B "Network player"
66 Enables or disables network play.
67 See
68 .B "NETWORK PLAY"
69 below.
70 .SS "Help Menu"
71 This has only one option, "About DisOrder", which pops up a box giving the
72 name, author and version number of the software.
73 .SS "Controls"
74 .TP
75 .B "Pause button"
76 The pause button can be used to pause and resume tracks.
77 This button shows either a pause symbol (two vertical bars) or a resume symbol
78 (a right-pointing arrow).
79 .TP
80 .B "Scratch button"
81 The scratch button, a red cross, can be used to interrupt the currently playing
82 track.
83 .TP
84 .B "Random play button"
85 The random play button can be used to enable and disable random play.
86 It does not take effect until the currently playing track finishes.
87 When the button is green, random play is enabled.
88 When it is grey, random play is disabled.
89 .TP
90 .B "Play button"
91 The play button controls whether tracks will be played at all.
92 As above it does not take effect until the currently playing track finishes.
93 When the button is green, play is enabled.
94 When it is grey, play is disabled.
95 .TP
96 .B "Network play button"
97 The network play buttons enables or disables network play.
98 See
99 .B "NETWORK PLAY"
100 below.
101 When the button is green, network play is enabled.
102 When it is grey, network play is disabled.
103 .TP
104 .B "Volume slider"
105 The volume slider indicates the current volume level and can be used to adjust
106 it.
107 0 is silent and 10 is maximum volume.
108 .TP
109 .B "Balance slider"
110 The balance slider indicates the current balance and can be used to adjust it.
111 -1 means only the left speaker, 0 means both speakers at equal volume and +1
112 means the only the right speaker.
113 .SS "Queue Tab"
114 This displays the currently playing track and the queue.
115 The currently playing track is at the top, and can be distinguished by
116 the constantly updating timer.
117 Queued tracks appear below it.
118 .PP
119 The left button can be use to select and deselect tracks.
120 On its own it just selects the pointed track and deselects everything else.
121 With CTRL it flips the state of the pointed track without affecting anything
122 else.
123 With SHIFT it selects every track from the last click to the current position
124 and deselects everything else.
125 With both CTRL and SHIFT it selects everything from the last click to the
126 current position without deselecting anything.
127 .PP
128 Tracks can be moved within the queue by dragging them to a new position with
129 the left button.
130 .PP
131 The right button pops up a menu.
132 This has the following options:
133 .TP
134 .B Properties
135 Edit the details of the selected tracks.
136 See
137 .B "Properties Window"
138 below.
139 .TP
140 .B "Select All Tracks"
141 Select all tracks.
142 .TP
143 .B "Deselect All Tracks"
144 Deselect all tracks.
145 .TP
146 .B Scratch
147 Interrupt the currently playing track.
148 (Note that this appears even if you right click over a queued track rather
149 than the currently playing track.)
150 .TP
151 .B "Remove track from queue"
152 Remove the selected tracks from the queue.
153 .TP
154 .B "Adopt track"
155 Sets the submitter of a randomly picked track to you.
156 .SS "Recent Tab"
157 This displays recently played tracks, the most recent at the top.
158 .PP
159 The left button functions as above, except that drag-and-drop rearrangement
160 is not possible.
161 The right button pops up a menu with the following options:
162 .TP
163 .B Properties
164 Edit the details of the selected tracks.
165 See
166 .B "Properties Window"
167 below.
168 .TP
169 .B "Play track"
170 Play the select track(s);
171 .TP
172 .B "Select All Tracks"
173 Select all tracks.
174 .TP
175 .B "Deselect All Tracks"
176 Deselect all tracks.
177 .SS "Choose Tab"
178 This displays all the tracks known to the server in a tree structure.
179 .PP
180 Directories are represented with an arrow to their left.
181 This can be clicked to reveal or hide the contents of the directory.
182 The top level "directories" break up tracks by their first letter.
183 .PP
184 Playable files are represented by their name.
185 If they are playing or in the queue then a notes icon appears next to them.
186 .PP
187 Left clicking on a file will select it.
188 As with the queue tab you can use SHIFT and CTRL to select multiple files.
189 .PP
190 The text box at the bottom is a search form.
191 If you enter search terms here then tracks containing all those words will be
192 highlighted.
193 You can also limit the results to tracks with particular tags, by including
194 \fBtag:\fITAG\fR for each tag.
195 .PP
196 To start a new search just edit the contents of the search box.
197 The cancel button to its right clears the current search.
198 The up and down arrows will scroll the window to make the previous or next
199 search result visible.
200 .PP
201 Right clicking over a track will pop up a menu with the following options:
202 .TP
203 .B Play
204 Play selected tracks.
205 .TP
206 .B Properties
207 Edit properties of selected tracks.
208 See
209 .B "Properties Window"
210 below.
211 .PP
212 A middle click on a track will add it to the queue.
213 .PP
214 Right clicking over a directory will pop up a menu with the following options:
215 .TP
216 .B "Play all tracks"
217 Play all the tracks in the directory, in the order they appear on screen.
218 .TP
219 .B "Track properties"
220 Edit properties of all tracks in the directory.
221 .TP
222 .B "Select children"
223 Select all the tracks in the directory (and deselect everything else).
224 .TP
225 .B "Deselect all tracks"
226 Deselect everything.
227 .SS "Added Tab"
228 This displays a list of tracks recently added to the server's database.
229 The most recently added track is at the top.
230 .PP
231 Left clicking a track will select it.
232 CTRL and SHIFT work as above to select muliple files.
233 .PP
234 Right clicking over a track will pop up a menu with the following options:
235 .TP
236 .B "Track properties"
237 Edit properties of selected tracks.
238 See
239 .B "Properties Window"
240 below.
241 .TP
242 .B "Play track"
243 Play selected tracks.
244 .TP
245 .B "Select All Tracks"
246 Select all tracks.
247 .TP
248 .B "Deselect All Tracks"
249 Deselect all tracks.
250 .SS "Login Details Window"
251 The login details window allows you to edit the connection details and
252 authorization information used by Disobedience.
253 .PP
254 At the top is a 'remote' switch.
255 If this is enabled then you can use the \fBHostname\fR and \fBService\fR
256 fields to connect to a remote server.
257 If it is disabled then then Disobedience will connect to a local server
258 instead.
259 .PP
260 Below this are four text entry fields:
261 .TP
262 .B Hostname
263 The host to connect to.
264 .TP
265 .B Service
266 The service name or port number to connect to.
267 .TP
268 .B "User name"
269 The user name to log in as.
270 .TP
271 .B Password
272 The password to use when logging in.
273 Note that this is NOT your login password but is your password to the
274 DisOrder server.
275 .PP
276 It has two buttons:
277 .TP
278 .B Login
279 This button attempts to (re-)connect to the server with the currently displayed
280 settings.
281 The settings are saved in
282 .IR $HOME/.disorder/passwd .
283 on success.
284 .TP
285 .B Close
286 This button closes the window, discarding any unsaved changes.
287 .SS "Properties Window"
288 This window contains details of one or more tracks and allows them to be
289 edited.
290 .PP
291 The Artist, Album and Title fields determine how the tracks appear in
292 the queue and recently played tabs.
293 .PP
294 The Tags field determine which tags apply to the track.
295 Tags are separated by commas and can contain any printing characters except
296 comma.
297 .PP
298 The Weight field determines the track weight.  Tracks with higher weights are
299 proportionately more likely to be picked at random.  The default weight is
300 90000, and the maximum weight is 2147483647.
301 .PP
302 The Random checkbox determines whether the track will be picked at random.
303 Random play is enabled for every track by default, but it can be turned off
304 here.
305 .PP
306 The double-headed arrow to the right of each preference will propagate its
307 value to all the other tracks in the window.
308 For instance, this can be used to efficiently correct the artist or album
309 fields, or bulk-disable random play for many tracks.
310 .PP
311 Press "OK" to confirm all changes and close the window, "Apply" to confirm
312 changes but keep the window open and "Cancel" to close the window and discard
313 all changes.
314 .SS "User Management Window"
315 This window is primarily of interest to adminstrators, and will not be
316 available to users without admin rights.  The left hand side is a list of all
317 users; the right hand side contains the editable details of the currently
318 selected user.
319 .PP
320 When you select any user you can edit their email address or change their
321 password.  It is also possible to edit the individual user rights.  Click on
322 the "Apply" button to commit any changes you make.
323 .PP
324 The "Add" button creates a new user.  You must enter at least a username.
325 Default rights are setting according to local configuration, \fInot\fR server
326 configuration (but this may be changed in the future).  As above, click on
327 "Apply" to actually create the new user.
328 .PP
329 The "Delete" button deletes the selected user.  This operation cannot be
330 undone.
331 .SH "KEYBOARD SHORTCUTS"
332 .TP
333 .B CTRL+A
334 Select all tracks (queue/recent)
335 .TP
336 .B CTRL+L
337 Brings up the \fBLogin Details Window\fR.
338 .TP
339 .B CTRL+Q
340 Quit.
341 .SH "NETWORK PLAY"
342 Network play uses a background
343 .BR disorder\-playrtp (1)
344 process.
345 If you quit Disobedience the player will continue playing and can be
346 disabled from a later run of Disobedience.
347 .PP
348 The player will log to
349 .I ~/.disorder/HOSTNAME\-rtp.log
350 so look there if it does not seem to be working.
351 .PP
352 You can stop it without running Disobedience by the command
353 .BR "killall disorder\-playrtp" .
354 .SH OPTIONS
355 .TP
356 .B \-\-config \fIPATH\fR, \fB\-c \fIPATH
357 Set the configuration file.
358 The default is
359 .IR pkgconfdir/config .
360 .TP
361 .B \-\-debug\fR, \fB\-d
362 Enable debugging.
363 .TP
364 .B \-\-help\fR, \fB\-h
365 Display a usage message.
366 .TP
367 .B \-\-version\fR, \fB\-V
368 Display version number.
369 .SS "GTK+ Options"
370 Additional options are supported by the GTK+ library.
371 Refer to GTK+ documentation for further information.
372 Under X11 they include:
373 .TP
374 .B \-\-display \fIDISPLAY\fR
375 The X display to use.
376 .TP
377 .B \-\-screen \fISCREEN\fR
378 The screen number to use.
379 .\" If know enough to use it you know enough to find it
380 .\" .TP
381 .\" .B \-\-sync
382 .\" Make all X requests synchronously.
383 .SH CONFIGURATION
384 If you are using
385 .B disobedience
386 on the same host as the server then no additional configuration should be
387 required.
388 .PP
389 If it is running on a different host then the easiest way to set it up is to
390 use the login details window in Disobedience.
391 Enter the connection details, use Login to connect to the server, and then
392 use Save to store them for future sessions.
393 .PP
394 The other clients read their configuration from the same location so after
395 setting up with Disobedience, tools such as
396 .BR disorder (1)
397 should work as well.
398 .SH BUGS
399 There is no particular provision for multiple users of the same computer
400 sharing a single \fBdisorder\-playrtp\fR process.
401 This shouldn't be too much of a problem in practice but something could
402 perhaps be done given demand.
403 .PP
404 Try to do remote user management when the server is configured to refuse this
405 produces rather horrible error behavior.
406 .PP
407 Only one track can be dragged at a time.
408 .PP
409 Resizing columns doesn't work very well.
410 This is a GTK+ bug.
411 .SH FILES
412 .TP
413 .I ~/.disorder/HOSTNAME\-rtp
414 Socket for communication with RTP player.
415 .TP
416 .I ~/.disorder/HOSTNAME\-rtp.log
417 Log file for RTP player.
418 .SH "SEE ALSO"
419 .BR disorder\-playrtp (1),
420 .BR disorder_config (5)
421 .PP
422 .B http://www.greenend.org.uk/rjk/disorder/
423 .br
424 - DisOrder home page
425 .PP
426 .B http://www.gtk.org/api/2.6/gtk/gtk\-x11.html
427 .br
428 - Using GTK+ on the X Window System
429 .\" Local Variables:
430 .\" mode:nroff
431 .\" fill-column:79
432 .\" End: