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