chiark / gitweb /
Update login window docs
[disorder] / doc / tkdisorder.1
1 .\"
2 .\" Copyright (C) 2005 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 tkdisorder 1
20 .SH NAME
21 tkdisorder \- DisOrder jukebox client
22 .SH SYNOPSIS
23 .B tkdisorder
24 .RI [ OPTIONS ]
25 .SH DESCRIPTION
26 .B tkdisorder
27 is a simple graphical client for DisOrder.
28 It is not finished and no further
29 development is planned.
30 Use \fBdisobedience\fR(1) instead.
31 .PP
32 The main window is divided into two.
33 The top half contains the name
34 of the current track and a progress bar indicating how far through
35 playing it is.
36 It also contains three buttons:
37 .TP
38 .B Quit
39 Terminates tkdisorder.
40 .TP
41 .B Scratch
42 Terminates the current track.
43 .TP
44 .B Recent
45 Pops up a window listing recently played tracks, most recent at the
46 top.
47 .PP
48 The bottom half of the window lists the current queue, with the next
49 track to be played at the top.
50 .SH OPTIONS
51 .TP
52 .B \-\-help\fR, \fB\-h
53 Display a usage message.
54 .TP
55 .B \-\-version\fR, \fB\-V
56 Display version number.
57 .SH "SEE ALSO"
58 \fBdisorder\fR(1), \fBdisobedience\fR(1), \fBdisorder_config\fR(5)
59 .PP
60 "\fBpydoc disorder\fR" for the Python API documentation.
61 .\" Local Variables:
62 .\" mode:nroff
63 .\" fill-column:79
64 .\" End: