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