chiark / gitweb /
Play catchup with Apple dscl's API churn
[disorder] / doc / disorder.1.in
CommitLineData
460b9539 1.\"
a55c70c7 2.\" Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
460b9539 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 disorder 1
20.SH NAME
21disorder \- DisOrder jukebox client
22.SH SYNOPSIS
23.B disorder
24.RI [ OPTIONS ]
0d350ff0 25.RB [ \-\- ]
460b9539 26.RI [ COMMANDS ...]
460b9539 27.SH DESCRIPTION
460b9539 28.B disorder
29is used to query the \fBdisorderd\fR(8) daemon from the command line.
30It may be used to request tracks, scratch tracks, query the current
31state, etc, and by an administrator to shutdown or reconfigure the
32daemon.
33.PP
34If no commands are specified then \fBdisorder\fR connects to the
c0c23a60
RK
35daemon and then immediately disconnects.
36This can be used to test whether the daemon is running.
37Otherwise, it executes the commands specified.
460b9539 38.SH OPTIONS
39.TP
0d350ff0 40.B \-\-config \fIPATH\fR, \fB\-c \fIPATH
c0c23a60
RK
41Set the configuration file.
42The default is
460b9539 43.IR pkgconfdir/config .
44.TP
0d350ff0 45.B \-\-debug\fR, \fB\-d
460b9539 46Enable debugging.
47.TP
0d350ff0 48.B \-\-help\fR, \fB\-h
460b9539 49Display a usage message.
50.TP
0d350ff0 51.B \-\-version\fR, \fB\-V
460b9539 52Display version number.
53.TP
0d350ff0 54.B \-\-help\-commands\fR, \fB\-H
460b9539 55List all known commands.
56.SH COMMANDS
57.TP
0f55e905 58.B adduser \fIUSER PASSWORD\fR [\fIRIGHTS\fR]
c0c23a60
RK
59Create a new user.
60If \fIRIGHTS\fR is not specified then the \fBdefault_rights\fR
61setting from the server's configuration file applies.
0f55e905
RK
62.TP
63.B authorize \fIUSER\fR [\fIRIGHTS\fR]
c0c23a60
RK
64Create \fIUSER\fR with a random password.
65\fIUSER\fR must be a UNIX login user (not just any old string).
66If \fIRIGHTS\fR is not specified then the \fBdefault_rights\fR
67setting from the server's configuration file applies.
e86021e4 68.IP
5b14453f
RK
69\fI~USER/.disorder/passwd\fR is created with the password in it, so the new
70user should be able to log in immediately.
71.IP
72If writing the \fIpasswd\fR file fails then the user will already have been
c0c23a60
RK
73created in DisOrder's user database.
74Use \fBdisorder deluser\fR to remove them before trying again.
e86021e4 75.TP
a55c70c7
RK
76.B deluser \fIUSER\fR
77Delete a user.
78.TP
460b9539 79.B dirs \fIDIRECTORY\fR [\fB~\fIREGEXP\fR]
80List all the directories in \fIDIRECTORY\fR.
81.IP
c0c23a60
RK
82An optional regexp may be specified, marked with an initial \fB~\fR.
83Only directories with a basename matching the regexp will be returned.
460b9539 84.TP
85.B disable
0f55e905 86Disable playing after the current track finishes.
460b9539 87.TP
a55c70c7
RK
88.B edituser \fIUSER PROPERTY VALUE
89Set some property of a user.
90.TP
460b9539 91.B enable
92(Re-)enable playing.
93.TP
94.B files \fIDIRECTORY\fR [\fB~\fIREGEXP\fR]
95List all the files in \fIDIRECTORY\fR.
96.IP
c0c23a60
RK
97An optional regexp may be specified, marked with an initial \fB~\fR.
98Only files with a basename matching the regexp will be returned.
460b9539 99.TP
100.B get \fITRACK\fR \fIKEY\fR
101Display the preference \fIKEY\fR for \fITRACK\fR.
102.TP
0d350ff0 103.B get\-global \fIKEY\fR
460b9539 104Get a global preference.
105.TP
0d350ff0 106.B get\-volume
0f55e905 107Display the current volume settings.
460b9539 108.TP
109.B length \fITRACK\fR
0f55e905 110Display the length of \fITRACK\fR in seconds.
460b9539 111.TP
112.B log
0f55e905 113Write event log messages to standard output, until the server is terminated.
460b9539 114See \fBdisorder_protocol\fR (5) for details of the output syntax.
115.TP
116.B move \fITRACK\fR \fIDELTA\fR
117Move
118.I TRACK
119by
120.I DELTA
c0c23a60
RK
121within the queue.
122Positive values move towards the head of the queue, negative
460b9539 123values towards the tail.
124.IP
125Note that if you specify a negative value then the
0d350ff0 126.B \-\-
460b9539 127option separate (before all commands) becomes mandatory, as otherwise the
128negative value is misinterpreted an an option.
129.TP
130.B part \fITRACK\fR \fICONTEXT\fI \fIPART\fR
131Get a track name part.
132.IP
c0c23a60
RK
133\fICONTEXT\fR should be either \fBsort\fR or \fBdisplay\fR.
134\fBpart\fR is the part of the name desired, typically \fBartist\fR,
135\fBalbum\fR or \fBtitle\fR.
460b9539 136.TP
137.B pause
c0c23a60
RK
138Pause the current track.
139(Note that not all players support pausing.)
460b9539 140.TP
141.B play \fITRACKS\fR...
142Add \fITRACKS\fR to the end of the queue.
143.TP
144.B playing
145Report the currently playing track.
146.TP
147.B prefs \fITRACK\fR
148Display all the preferences for \fITRACK\fR.
149.TP
150.B queue
c0c23a60
RK
151List the current queue.
152The first entry in the list is the next track to play.
460b9539 153.TP
0d350ff0 154.B random\-disable
460b9539 155Disable random play.
156.TP
0d350ff0 157.B random\-enable
460b9539 158Enable random play.
159.TP
160.B recent
c0c23a60
RK
161List recently played tracks.
162The first entry is the oldest track, the last entry is the most
163recently played one.
460b9539 164.TP
e86021e4
RK
165.B reconfigure
166Make the daemon reload its configuration file.
167.TP
460b9539 168.B remove \fITRACK\fR
169Remove a track from the queue.
170.TP
e86021e4 171.B rescan
c0c23a60
RK
172Rescan the filesystem for new tracks.
173There is an automatic daily rescan but if you've just added some tracks
174and want them to show up immediately, use this command.
e86021e4 175.TP
460b9539 176.B resolve \fITRACK\fR
177Resolve aliases for \fITRACK\fR and print out the real track name.
178.TP
179.B resume
180Resume the current track after a pause.
181.TP
0d350ff0 182.B rtp\-address
ca831831
RK
183Report the RTP brodcast address used by the server (if any).
184.TP
460b9539 185.B scratch
186Scratch the currently playing track.
187.TP
0d350ff0 188.B scratch\-id \fIID\fR
460b9539 189Scratch the currently playing track, provided it has the given ID.
190.TP
191.B search \fITERMS\fR
c0c23a60
RK
192Search for tracks containing all of the listed terms.
193The terms are separated by spaces and form a single argument,
194so must be quoted, for example:
460b9539 195.IP
196.B "disorder search 'bowie china'"
197.IP
198You can limit the search to tracks with a particular tag, too, using the
c0c23a60
RK
199\fBtag:\fR modifier.
200For example:
460b9539 201.IP
ca831831 202.B "disorder search 'love tag:depressing'"
460b9539 203.TP
204.B set \fITRACK\fR \fIKEY\fR \fIVALUE\fR
205Set the preference \fIKEY\fR for \fITRACK\fR to \fIVALUE\fR.
206.TP
0d350ff0 207.B set\-global \fIKEY\fR \fIVALUE\fR
460b9539 208Set a global preference.
209.TP
0d350ff0 210.B set\-volume \fBLEFT\fR \fBRIGHT\fR
0f55e905
RK
211Set the volume.
212.TP
0d350ff0 213.B setup\-guest \fR[\fB\-\-no\-online\-registration\fR]
c0c23a60
RK
214Create the "guest" user for use by the web interface.
215This user will have no password and will only have the "read" and
216"register" rights, the latter allowing new users to automatically
217register themselves via the web interface.
0f55e905 218.IP
0d350ff0 219With the option \fB\-\-no-online\-registration\fR, the "register" right is
0f55e905 220suppressed and users must be manually created by an administrator.
f1592969 221.IP
222If online registration is desired then \fBmail_sender\fR must be set in the
c0c23a60
RK
223configuration file.
224See \fBdisorder_config\fR(5).
460b9539 225.TP
e86021e4
RK
226.B shutdown
227Shut down the daemon.
228.TP
460b9539 229.B stats
230List server statistics.
231.TP
232.B tags
233List known tags.
234.TP
235.B unset \fITRACK\fR \fIKEY\fR
236Unset the preference \fIKEY\fR for \fITRACK\fR.
237.TP
0d350ff0 238.B unset\-global \fIKEY\fR
460b9539 239Unset the global preference \fIKEY\fR.
240.TP
dfb27dd6
RK
241.B userinfo \fIUSER PROPERTY
242Get some property of a user.
243.TP
a55c70c7
RK
244.B users
245List known users.
246.TP
460b9539 247.B version
248Report the daemon's version number.
249.PP
250For
251.B move
252and
253.BR remove ,
c0c23a60
RK
254tracks may be specified by name or by ID.
255If you use the name and a track appears twice in the queue it is
256undefined which is affected.
460b9539 257.SH PREFERENCES
c0c23a60
RK
258Currently the following preferences are supported.
259Some are expected to be set by users, others updated automatically by plugins.
460b9539 260.TP
261.B pick_at_random
262If this preference is present and set to "0" then the track will not
c0c23a60
RK
263be picked for random play.
264Otherwise it may be.
460b9539 265.TP
266.B played
c0c23a60
RK
267A decimal integer giving the number times the track was played.
268This includes tracks that are scratched or were picked at random.
460b9539 269.TP
270.B played_time
271The last time the track was played, as a \fBtime_t\fR converted to a
272decimal integer.
273.TP
274.B scratched
275The number of times the track has been scratched.
276.TP
277.B requested
278A decimal integer giving the number of times the track was requested.
279(Tracks that are removed before being played are not counted.)
280.TP
281.B tags
c0c23a60
RK
282Tags that apply to this track, separated by commas.
283Tags can contain any printing character except comma.
284Leading and trailing spaces are not significant but internal spaces are.
460b9539 285.IP
286Using the
0d350ff0 287.B required\-tags
460b9539 288and
0d350ff0 289.B prohibited\-tags
460b9539 290global preferences, it is possible to limit the tracks that will be selected at
291random.
292.TP
293.B trackname_\fICONTEXT\fB_\fIPART\fR
294These preferences can be used to override the filename parsing rules
c0c23a60
RK
295to find a track name part.
296For backwards compatibility, \fBtrackname_\fIPART\fR will be used
297if the full version is not present.
460b9539 298.TP
299.B unscratched
300The number of times the track has been played to completion without
301being scratched.
460b9539 302.SH NOTES
303.B disorder
c0c23a60
RK
304is locale-aware.
305If you do not set the locale correctly then it may not handle non-ASCII
306data properly.
460b9539 307.PP
e86021e4 308The client determines which user to attempt to authenticate as by examining the
c0c23a60
RK
309current UID.
310This can be overridden in a per-user configuration file, see
e86021e4
RK
311\fBdisorder_config\fR(5).
312.PP
313See \fBdisorder_protocol\fR(5) for the rights required to run each command.
314(For instance, \fBshutdown\fR requires the \fBadmin\fR right, which most users
315would not normally have.)
460b9539 316.PP
317This program is not intended to run in a setuid environment.
318.PP
319The regexp syntax used by the \fBfiles\fR and \fBdirs\fR commands use the
c0c23a60
RK
320syntax described in \fBpcrepattern\fR(3).
321Matching is case-independent.
322It is strongly recommended that you quote regexps, since they often
323contain characters treated specially by the shell.
324For example:
460b9539 325.PP
326.B "disorder dirs /Music ~'^(?!the [^t])t'"
327.SH TROUBLESHOOTING
328If you cannot play a track, or it does not appear in the database even after a
329rescan, check the following things:
330.TP
331.B .
332Are there any error messages in the system log? The server logs to
333\fBLOG_DAEMON\fR, which typically ends up in
334.I /var/log/daemon.log
335or
336.IR /var/log/messages ,
337though this depends on local configuration.
338.TP
339.B .
340Is the track in a known format? Have a look at
341.I pkgconfdir/config
c0c23a60
RK
342for the formats recognized by the local installation.
343The filename matching is case-sensitive.
460b9539 344.TP
345.B .
346Do permissions on the track allow the server to read it?
347.TP
348.B .
349Do the permissions on the containing directories allow the server to read and
350execute them?
351.PP
352The user the server runs as is determined by the \fBuser\fR directive in the
c0c23a60
RK
353configuration file.
354The README recommends using \fBjukebox\fR for this purpose but it could
355be different locally.
460b9539 356.SH ENVIRONMENT
357.TP
358.B LOGNAME
359The default username.
360.TP
361.B HOME
362The user's home directory.
363.TP
364.B LC_ALL\fR, \fBLANG\fR, etc
c0c23a60
RK
365Current locale.
366See \fBlocale\fR(7).
460b9539 367.SH FILES
368.TP
369.I pkgconfdir/config
c0c23a60
RK
370Global configuration file.
371See \fBdisorder_config\fR(5).
460b9539 372.TP
373.I ~/.disorder/passwd
374Per-user password file
375.TP
376.I pkgstatedir/socket
377Communication socket for \fBdisorder\fR(1).
378.SH "SEE ALSO"
379\fBdisorderd\fR(8), \fBdisorder_config\fR(5), \fBsyslog\fR(3), \fBtime\fR(2),
380\fBpcrepattern\fR(3), \fBdisobedience\fR(1)
381.PP
382"\fBpydoc disorder\fR" for the Python API documentation.
383.\" Local Variables:
384.\" mode:nroff
385.\" fill-column:79
386.\" End: