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