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