update docs for mail_sender and smtp_server
[disorder] / doc / disorder_config.5.in
1 .\"
2 .\" Copyright (C) 2004, 2005, 2006, 2007 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 disorder_config 5
20 .SH NAME
21 pkgconfdir/config - DisOrder jukebox configuration
22 .SH DESCRIPTION
23 The purpose of DisOrder is to organize and play digital audio files, under the
24 control of multiple users. \fIpkgconfdir/config\fR is the primary
25 configuration file but this man page currently documents all of its various
26 configuration files.
27 .SS Tracks
28 DisOrder can be configured with multiple collections of tracks, indexing them
29 by their filename, and picking players on the basis of filename patterns (for
30 instance, "*.mp3").
31 .PP
32 Although the model is of filenames, it is not inherent that there are
33 corresponding real files - merely that they can be interpreted by the chosen
34 player. See \fBdisorder\fR(3) for more details about this.
35 .PP
36 Each track can have a set of preferences associated with it. These are simple
37 key-value pairs; they can be used for anything you like, but a number of keys
38 have specific meanings. See \fBdisorder\fR(1) for more details about these.
39 .SS "Track Names"
40 Track names are derived from filenames under the control of regular
41 expressions, rather than attempting to interpret format-specific embedded name
42 information. They can be overridden by setting preferences.
43 .PP
44 Names for display are distinguished from names for sorting, so with the right
45 underlying filenames an album can be displayed in its original order even if
46 the displayed track titles are not lexically sorted.
47 .SS "Server State"
48 A collection of global preferences define various bits of server state: whether
49 random play is enabled, what tags to check for when picking at random, etc.
50 .SS "Users And Access Control"
51 DisOrder distinguishes between multiple users. This is for access control and
52 reporting, not to provide different views of the world: i.e. preferences and so
53 on are global.
54 .PP
55 Each user has an associated set of rights which contorl which commands they may
56 execute. Normally you would give all users most rights, and expect them to
57 cooperate (they are after all presumed to be in a shared sound environment).
58 .PP
59 The full set of rights are:
60 .TP
61 .B read
62 User can perform read-only operations
63 .TP
64 .B play
65 User can add tracks to the queue
66 .TP
67 .B "move any"
68 User can move any track
69 .TP
70 .B "move mine"
71 User can move their own tracks
72 .TP
73 .B "move random"
74 User can move randomly chosen tracks
75 .TP
76 .B "remove any"
77 User can remove any track
78 .TP
79 .B "remove mine"
80 User can remove their own tracks
81 .TP
82 .B "remove random"
83 User can remove randomly chosen tracks
84 .TP
85 .B "scratch any"
86 User can scratch any track
87 .TP
88 .B "scratch mine"
89 User can scratch their own tracks
90 .TP
91 .B "scratch random"
92 User can scratch randomly chosen tracks
93 .TP
94 .B volume
95 User can change the volume
96 .TP
97 .B admin
98 User can perform admin operations
99 .TP
100 .B rescan
101 User can initiate a rescan
102 .TP
103 .B register
104 User can register new users. Normally only the
105 .B guest
106 user would have this right.
107 .TP
108 .B userinfo
109 User can edit their own userinfo
110 .TP
111 .B prefs
112 User can modify track preferences
113 .TP
114 .B "global prefs"
115 User can modify global preferences
116 .TP
117 .B pause
118 User can pause/resume
119 .PP
120 Access control is entirely used-based. If you configure DisOrder to listen for
121 TCP/IP connections then it will accept a connection from anywhere provided the
122 right password is available. Passwords are never transmitted over TCP/IP
123 connections in clear, but everything else is. The expected model is that
124 host-based access control is imposed at the network layer.
125 .SS "Web Interface"
126 The web interface is controlled by a collection of template files, one for each
127 kind of page, and a collection of option files. These are split up and
128 separate from the main configuration file to make it more convenient to
129 override specific bits.
130 .PP
131 The web interface connects to the DisOrder server like any other user, though
132 it is given a special privilege to "become" any other user. (Thus, any process
133 with the same UID as the web interface is very powerful as far as DisOrder
134 goes. This model will be changed in a future version.)
135 .PP
136 Access control to the web interface is (currently) separate from DisOrder's own
137 access control (HTTP authentication is required) but uses the same user
138 namespace.
139 .SS "Searching And Tags"
140 Search strings contain a list of search terms separated by spaces. A search
141 term can either be a single word or a tag, prefixed with "tag:".
142 .PP
143 Search words are compared without regard to letter case or accents; thus, all
144 of the following will be considered to be equal to one another:
145 .PP
146 .nf
147 LATIN CAPITAL LETTER E
148 LATIN SMALL LETTER E
149 LATIN CAPITAL LETTER E WITH GRAVE
150 LATIN SMALL LETTER E WITH GRAVE
151 LATIN CAPITAL LETTER E plus COMBINING GRAVE ACCENT
152 LATIN SMALL LETTER E plus COMBINING GRAVE ACCENT
153 .fi
154 .PP
155 The same rules apply to tags but in addition leading and trailing whitespace is
156 disregarded and all whitespace sequences are treated as equal when they appear
157 as internal whitespace.
158 .PP
159 Where several tags are listed, for instance the tags preference for a track,
160 the tags are separated by commas. Therefore tags may not contain commas.
161 .SH "CONFIGURATION FILE"
162 .SS "General Syntax"
163 Lines are split into fields separated by whitespace (space, tab, line
164 feed, carriage return, form feed). Comments are started by the number
165 sign ("#").
166 .PP
167 Fields may be unquoted (in which case they may not contain spaces and
168 may not start with a quotation mark or apostrophe) or quoted by either
169 quotation marks or apostrophes. Inside quoted fields every character
170 stands for itself, except that a backslash can only appear as part of
171 one of the following escape sequences:
172 .TP
173 .B \e\e
174 Backslash
175 .TP
176 .B \e"
177 Quotation mark
178 .\" "
179 .TP
180 .B \e'
181 Apostrophe
182 .TP
183 .B \en
184 Line feed
185 .PP
186 No other escape sequences are allowed.
187 .PP
188 Within any line the first field is a configuration command and any
189 further fields are parameters. Lines with no fields are ignored.
190 .PP
191 After editing the config file use \fBdisorder reconfigure\fR to make
192 it re-read it. If there is anything wrong with it the daemon will
193 record a log message and ignore the new config file. (You should fix
194 it before next terminating and restarting the daemon, as it cannot
195 start up without a valid config file.)
196 .SS "Configuration Files"
197 Configuration files are read in the following order:
198 .TP
199 .I pkgconfdir/config
200 .TP
201 .I pkgconfdir/config.private
202 Should be readable only by the jukebox group. Not really useful any more and
203 may be abolished in future.
204 .TP
205 .I pkgconfdir/config.\fRUSER
206 Per-user system-controlled client configuration. Optional but if it
207 exists must be readable only by the relevant user. Would normally
208 contain a \fBpassword\fR directive.
209 .TP
210 .I ~\fRUSER\fI/.disorder/passwd
211 Per-user client configuration. Optional but if it exists must be
212 readable only by the relevant user. Would normally contain a
213 \fBpassword\fR directive.
214 .SS "Global Configuration"
215 .TP
216 .B home \fIDIRECTORY\fR
217 The home directory for state files. Defaults to
218 .IR pkgstatedir .
219 The server will create this directory on startup if it does not exist.
220 .TP
221 .B plugins \fIPATH\fR
222 Adds a directory to the plugin path. (This is also used by the web
223 interface.)
224 .IP
225 Plugins are opened the first time they are required and never after,
226 so after changing a plugin you must restart the server before it is
227 guaranteed to take effect.
228 .IP
229 If
230 .B plugins
231 is used without arguments the plugin path is cleared.
232 .SS "Server Configuration"
233 .TP
234 .B alias \fIPATTERN\fR
235 Defines the pattern use construct virtual filenames from \fBtrackname_\fR
236 preferences.
237 .IP
238 Most characters stand for themselves, the exception being \fB{\fR which is used
239 to insert a track name part in the form \fB{\fIname\fB}\fR or
240 \fB{/\fIname\fB}\fR.
241 .IP
242 The difference is that the first form just inserts the name part while the
243 second prefixes it with a \fB/\fR if it is nonempty.
244 .IP
245 The pattern should not attempt to include the collection root, which is
246 automatically included, but should include the proper extension.
247 .IP
248 The default is \fB{/artist}{/album}{/title}{ext}\fR.
249 .TP
250 .B authorization_algorithm \fIALGORITHM\fR
251 Defines the algorithm used to authenticate clients. The valid options
252 are sha1 (the default), sha256, sha384 and sha512. See
253 .BR disorder_protocol (5)
254 for more details.
255 .TP
256 .B broadcast \fIADDRESS\fR \fIPORT\fR
257 Transmit sound data to \fIADDRESS\fR using UDP port \fIPORT\fR. This implies
258 \fBspeaker_backend network\fR.
259 .IP
260 See also \fBmulticast_loop\fR and \fBmulticast_ttl\fR.
261 .TP
262 .B broadcast_from \fIADDRESS\fR \fIPORT\fR
263 Sets the (local) source address used by \fBbroadcast\fR.
264 .TP
265 .B channel \fICHANNEL\fR
266 The mixer channel that the volume control should use. Valid names depend on
267 your operating system and hardware, but some standard ones that might be useful
268 are:
269 .RS
270 .TP 8
271 .B pcm
272 Output level for the audio device. This is probably what you want and is the
273 default.
274 .TP
275 .B speaker
276 Output level for the PC speaker, if that is connected to the sound card.
277 .TP
278 .B pcm2
279 Output level for alternative codec device.
280 .TP
281 .B vol
282 Master output level. The OSS documentation recommends against using this, as
283 it affects all output devices.
284 .RE
285 .IP
286 You can also specify channels by number, if you know the right value. NB that
287 volume setting only works on OSS systems (including ALSA, via emulation).
288 .TP
289 .B collection \fIMODULE\fR \fIENCODING\fR \fIROOT\fR
290 Define a collection of tracks.
291 .IP
292 \fIMODULE\fR defines which plugin module should be used for this
293 collection. Use the supplied \fBfs\fR module for tracks that exists
294 as ordinary files in the filesystem.
295 .IP
296 \fIENCODING\fR defines the encoding of filenames in this collection.
297 For \fBfs\fR this would be the encoding you use for filenames.
298 Examples might be \fBiso-8859-1\fR or \fButf-8\fR.
299 .IP
300 \fIROOT\fR is the root in the filesystem of the filenames and is
301 passed to the plugin module.
302 .TP
303 .B default_rights \fIRIGHTS\fR
304 Defines the set of rights given to new users. The argument is a
305 comma-separated list of rights. For the possible values see
306 .B "Users And Access Control"
307 above.
308 .IP
309 The default is to allow everything except \fBadmin\fR and \fBregister\fR
310 (modified in legacy configurations by the obsolete \fBrestrict\fR directive).
311 .TP
312 .B device \fINAME\fR
313 ALSA device to play raw-format audio. Default is \fBdefault\fR, i.e. to use
314 the whatever the ALSA configured default is.
315 .TP
316 .B gap \fISECONDS\fR
317 Specifies the number of seconds to leave between tracks. The default
318 is 2.
319 .TP
320 .B history \fIINTEGER\fR
321 Specifies the number of recently played tracks to remember (including
322 failed tracks and scratches).
323 .TP
324 .B listen \fR[\fIHOST\fR] \fISERVICE\fR
325 Listen for connections on the address specified by \fIHOST\fR and port
326 specified by \fISERVICE\fR. If \fIHOST\fR is omitted then listens on all
327 local addresses.
328 .IP
329 Normally the server only listens on a UNIX domain socket.
330 .TP
331 .B lock yes\fR|\fBno
332 Determines whether the server locks against concurrent operation. Default is
333 \fByes\fR. There is no good reason to set this to \fBno\fR and the option will
334 probably be removed in a future version.
335 .TP
336 .B mixer \fIPATH\fR
337 The path to the mixer device, if you want access to the volume control,
338 e.g. \fB/dev/mixer\fR (the default).
339 .TP
340 .B multicast_loop yes\fR|\fBno
341 Determines whether multicast packets are loop backed to the sending host. The
342 default is \fByes\fR. This only applies if
343 \fBspeaker_backend\fR is set to \fBnetwork\fR and \fBbroadcast\fR is actually a
344 multicast address.
345 .TP
346 .B multicast_ttl \fIHOPS\fR
347 Set the maximum number of hops to send multicast packets. This only applies if
348 \fBspeaker_backend\fR is set to \fBnetwork\fR and \fBbroadcast\fR is actually a
349 multicast address. The default is 1.
350 .TP
351 .B namepart \fIPART\fR \fIREGEXP\fR \fISUBST\fR [\fICONTEXT\fR [\fIREFLAGS\fR]]
352 Determines how to extract trackname part \fIPART\fR from a
353 track name (with the collection root part removed).
354 Used in \fB@recent@\fR, \fB@playing@\fR and \fB@search@\fR.
355 .IP
356 Track names can be different in different contexts. For instance the sort
357 string might include an initial track number, but this would be stripped for
358 the display string. \fICONTEXT\fR should be a glob pattern matching the
359 contexts in which this directive will be used.
360 .IP
361 Valid contexts are \fBsort\fR and \fBdisplay\fR.
362 .IP
363 All the \fBnamepart\fR directives are considered in order. The
364 first directive for the right part, that matches the desired context,
365 and with a \fIREGEXP\fR that
366 matches the track is used, and the value chosen is constructed from
367 \fISUBST\fR according to the substitution rules below.
368 .IP
369 Note that searches use the raw track name and \fBtrackname_\fR preferences but
370 not (currently) the results of \fBnamepart\fR, so generating words via this option
371 that aren't in the original track name will lead to confusing results.
372 .IP
373 If you supply no \fBnamepart\fR directives at all then a default set will be
374 supplied automatically. But if you supply even one then you must supply all of
375 them. The defaults are equivalent to:
376 .PP
377 .nf
378 namepart title "/([0-9]+ *[-:] *)?([^/]+)\\.[a-zA-Z0-9]+$" $2 display
379 namepart title "/([^/]+)\\.[a-zA-Z0-9]+$" $1 sort
380 namepart album "/([^/]+)/[^/]+$" $1 *
381 namepart artist "/([^/]+)/[^/]+/[^/]+$" $1 *
382 namepart ext "(\\.[a-zA-Z0-9]+)$" $1 *
383 .fi
384 .TP
385 .B nice_rescan \fIPRIORITY\fR
386 Set the recan subprocess priority. The default is 10.
387 .IP
388 (Note that higher values mean the process gets less CPU time; UNIX priority
389 values are backwards.)
390 .TP
391 .B nice_server \fIPRIORITY\fR
392 Set the server priority. This is applied to the server at startup time (and
393 not when you reload configuration). The server does not use much CPU itself
394 but this value is inherited by programs it executes. If you have limited CPU
395 then it might help to set this to a small negative value. The default is 0.
396 .TP
397 .B nice_speaker \fIPRIORITY\fR
398 Set the speaker process priority. This is applied to the speaker process at
399 startup time (and not when you reload the configuration). The speaker process
400 is not massively CPU intensive by today's standards but depends on reasonably
401 timely scheduling. If you have limited CPU then it might help to set this to a
402 small negative value. The default is 0.
403 .TP
404 .B noticed_history
405 The maximum days that a track can survive in the database of newly added
406 tracks. The default is 31.
407 .TP
408 .B player \fIPATTERN\fR \fIMODULE\fR [\fIOPTIONS.. [\fB--\fR]] \fIARGS\fR...
409 Specifies the player for files matching the glob \fIPATTERN\fR. \fIMODULE\fR
410 specifies which plugin module to use.
411 .IP
412 The following options are supported:
413 .RS
414 .TP
415 .B --wait-for-device\fR[\fB=\fIDEVICE\fR]
416 Waits (for up to a couple of seconds) for the default, or specified, libao
417 device to become openable.
418 .TP
419 .B --
420 Defines the end of the list of options. Needed if the first argument to the
421 plugin starts with a "-".
422 .RE
423 .IP
424 The following are the standard modules:
425 .RS
426 .TP
427 .B exec \fICOMMAND\fR \fIARGS\fR...
428 The command is executed via \fBexecvp\fR(3), not via the shell.
429 The \fBPATH\fR environment variable is searched for the executable if it is not
430 an absolute path.
431 The command is expected to know how to open its own sound device.
432 .TP
433 .B execraw \fICOMMAND\fR \fIARGS\fR...
434 Identical to the \fBexec\fR except that the player is expected to use the
435 DisOrder raw player protocol.
436 .BR disorder-decode (8)
437 can decode several common audio file formats to this format. If your favourite
438 format is not supported, but you have a player which uses libao, there is also
439 a libao driver which supports this format; see below for more information about
440 this.
441 .TP
442 .B shell \fR[\fISHELL\fR] \fICOMMAND\fR
443 The command is executed using the shell. If \fISHELL\fR is specified then that
444 is used, otherwise \fBsh\fR will be used. In either case the \fBPATH\fR
445 environment variable is searched for the shell executable if it is not an
446 absolute path. The track name is stored in the environment variable
447 \fBTRACK\fR.
448 .IP
449 Be careful of the interaction between the configuration file quoting rules and
450 the shell quoting rules.
451 .RE
452 .IP
453 If multiple player commands match a track then the first match is used.
454 .IP
455 For the server to be able to calculate track lengths, there should be a
456 .B tracklength
457 command corresponding to each
458 .B player
459 command.
460 .IP
461 If
462 .B player
463 is used without arguments, the list of players is cleared.
464 .TP
465 .B prefsync \fISECONDS\fR
466 The interval at which the preferences log file will be synchronised. Defaults
467 to 3600, i.e. one hour.
468 .TP
469 .B queue_pad \fICOUNT\fR
470 The target size of the queue. If random play is enabled then randomly picked
471 tracks will be added until the queue is at least this big. The default is 10.
472 .TP
473 .B sample_format \fIBITS\fB/\fIRATE\fB/\fICHANNELS
474 Describes the sample format expected by the \fBspeaker_command\fR (below). The
475 components of the format specification are as follows:
476 .RS
477 .TP 10
478 .I BITS
479 The number of bits per sample. Optionally, may be suffixed by \fBb\fR or
480 \fBl\fR for big-endian and little-endian words. If neither is used the native
481 byte order is assumed.
482 .TP
483 .I RATE
484 The number of samples per second.
485 .TP
486 .I CHANNELS
487 The number of channels.
488 .PP
489 The default is
490 .BR 16/44100/2 .
491 .PP
492 With the
493 .B network
494 backend the sample format is forced to
495 .B 16b/44100/2
496 and with the
497 .B coreaudio
498 backend it is forced to
499 .BR 16/44100/2 ,
500 in both cases regardless of what is specified in the configuration file.
501 .RE
502 .TP
503 .B signal \fINAME\fR
504 Defines the signal to be sent to track player process groups when tracks are
505 scratched. The default is \fBSIGKILL\fR.
506 .IP
507 Signals are specified by their full C name, i.e. \fBSIGINT\fR and not \fBINT\fR
508 or \fBInterrupted\fR or whatever.
509 .TP
510 .B speaker_backend \fINAME\fR
511 Selects the backend use by the speaker process. The following options are
512 available:
513 .RS
514 .TP
515 .B alsa
516 Use the ALSA API. This is only available on Linux systems, on which it is the
517 default.
518 .TP
519 .B coreaudio
520 Use Apple Core Audio. This only available on OS X systems, on which it is the
521 default.
522 .TP
523 .B oss
524 Use the OSS (/dev/dsp) API. Not available on all platforms.
525 .TP
526 .B command
527 Execute a command. This is the default if
528 .B speaker_command
529 is specified, or if no native is available.
530 .TP
531 .B network
532 Transmit audio over the network. This is the default if
533 \fBbroadcast\fR is specified. You can use
534 .BR disorder-playrtp (1)
535 to receive and play the resulting stream on Linux and OS X.
536 .RE
537 .TP
538 .B sox_generation \fB0\fR|\fB1
539 Determines whether calls to \fBsox\fR(1) should use \fB-b\fR, \fB-x\fR, etc (if
540 the generation is 0) or \fB-\fIbits\fR, \fB-L\fR etc (if it is 1). See the
541 documentation for your installed copy of \fBsox\fR to determine which you need.
542 The default is 0.
543 .TP
544 .B speaker_command \fICOMMAND
545 Causes the speaker subprocess to pipe audio data into shell command
546 \fICOMMAND\fR, rather than writing to a local sound card. The sample format is
547 determine by
548 .B sample_format
549 above.
550 .IP
551 Note that if the sample format is wrong then
552 .BR sox (1)
553 is invoked to translate it. If
554 .B sox
555 is not installed then this will not work.
556 .TP
557 .B scratch \fIPATH\fR
558 Specifies a scratch. When a track is scratched, a scratch track is
559 played at random.
560 Scratches are played using the same logic as other tracks.
561 .IP
562 At least for the time being, path names of scratches must be encoded using
563 UTF-8 (which means that ASCII will do).
564 .IP
565 If \fBscratch\fR is used without arguments then the list of scratches is
566 cleared.
567 .TP
568 .B stopword \fIWORD\fR ...
569 Specifies one or more stopwords that should not take part in searches
570 over track names.
571 .IP
572 If \fBstopword\fR is used without arguments then the list of stopwords is
573 cleared.
574 .IP
575 There is a default set of stopwords built in, but this option can be used to
576 augment or replace that list.
577 .TP
578 .B tracklength \fIPATTERN\fR \fIMODULE\fR
579 Specifies the module used to calculate the length of files matching
580 \fIPATTERN\fR. \fIMODULE\fR specifies which plugin module to use.
581 .IP
582 If \fBtracklength\fR is used without arguments then the list of modules is
583 cleared.
584 .TP
585 .B user \fIUSER\fR
586 Specifies the user to run as. Only makes sense if invoked as root (or
587 the target user).
588 .SS "Client Configuration"
589 .TP
590 .B connect \fIHOST SERVICE\fR
591 Connect to the address specified by \fIHOST\fR and port specified by
592 \fISERVICE\fR.
593 .SS "Web Interface Configuration"
594 .TP
595 .B mail_sender \fIADDRESS\fR
596 The email address that appears in the From: field of any mail messages sent by
597 the web interface. This must be set if you have online registration enabled.
598 .TP
599 .B refresh \fISECONDS\fR
600 Specifies the maximum refresh period in seconds. Default 15.
601 .TP
602 .B short_display \fICHARACTERS\fR
603 Defines the maximum number of characters to include in a \fBshort\fR name
604 part. Default 30.
605 .TP
606 .B smtp_server \fIHOSTNAME\fR
607 The hostname (or address) of the SMTP server to use for sending mail. The
608 default is 127.0.0.1.
609 .TP
610 .B templates \fIPATH\fR ...
611 Specifies the directory containing templates used by the web
612 interface. If a template appears in more than one template directory
613 then the one in the earliest directory specified is chosen.
614 .IP
615 See below for further details.
616 .IP
617 If \fBtemplates\fR is used without arguments then the template path is cleared.
618 .TP
619 .B transform \fITYPE\fR \fIREGEXP\fR \fISUBST\fR [\fICONTEXT\fR [\fIREFLAGS\fR]]
620 Determines how names are sorted and displayed in track choice displays.
621 .IP
622 \fITYPE\fR is the type of transformation; usually \fBtrack\fR or
623 \fBdir\fR but you can define your own.
624 .IP
625 \fICONTEXT\fR is a glob pattern matching the context. Standard contexts are
626 \fBsort\fR (which determines how directory names are sorted) and \fBdisplay\fR
627 (which determines how they are displayed). Again, you can define your
628 own.
629 .IP
630 All the \fBtransform\fR directives are considered in order. If
631 the \fITYPE\fR, \fIREGEXP\fR and the \fICONTEXT\fR match
632 then a new track name is constructed from
633 \fISUBST\fR according to the substitution rules below. If several
634 match then each is executed in order.
635 .IP
636 If you supply no \fBtransform\fR directives at all then a default set will be
637 supplied automatically. But if you supply even one then you must supply all of
638 them. The defaults are:
639 .PP
640 .nf
641 transform track "^.*/([0-9]+ *[-:] *)?([^/]+)\\.[a-zA-Z0-9]+$" $2 display
642 transform track "^.*/([^/]+)\\.[a-zA-Z0-9]+$" $1 sort
643 transform dir "^.*/([^/]+)$" $1 *
644 transform dir "^(the) ([^/]*)" "$2 $1" sort i
645 transform dir "[[:punct:]]" "" sort g
646 .fi
647 .TP
648 .B url \fIURL\fR
649 Specifies the URL of the web interface. This URL will be used in
650 generated web pages. The default is inferred at runtime, so this option no
651 longer needs to be specified.
652 .IP
653 This must be the full URL, e.g. \fBhttp://myhost/cgi-bin/jukebox\fR and not
654 \fB/cgi-bin/jukebox\fR.
655 .SS "Authentication Configuration"
656 These options would normally be used in \fI~\fRUSER\fI/.disorder/passwd\fR or
657 \fIpkgconfdir/config.\fRUSER.
658 .TP
659 .B password \fIPASSWORD\fR
660 Specify password.
661 .TP
662 .B username \fIUSERNAME\fR
663 Specify username. The default is taken from the environment variable
664 \fBLOGNAME\fR.
665 .SH "GLOBAL PREFERENCES"
666 These are the values set with \fBset-global\fR.
667 .TP
668 .B required-tags
669 If this is set an nonempty then randomly played tracks will always have at
670 least one of the listed tags.
671 .TP
672 .B prohibited-tags
673 If this is set an nonempty then randomly played tracks will never have any of
674 the listed tags.
675 .TP
676 .B playing
677 If unset or \fByes\fR then play is enabled. Otherwise it is disabled. Use
678 \fBdisable\fR rather than setting it directly.
679 .TP
680 .B random-play
681 If unset or \fByes\fR then random play is enabled. Otherwise it is disabled.
682 Use \fBdisable\fR rather than setting it directly.
683 .PP
684 Global preferences starting '_' are read-only (in the sense that you cannot
685 modify them; the server may modify them as part of its normal operation). They
686 are:
687 .TP
688 .B _dbversion
689 The database version string. This is used by DisOrder to detect when it must
690 modify the database after an upgrade.
691 .SH "LIBAO DRIVER"
692 .SS "Raw Protocol Players"
693 Raw protocol players are expected to use the \fBdisorder\fR libao driver.
694 Programs that use libao generally have command line options to select the
695 driver and pass options to it.
696 .SS "Driver Options"
697 The known driver options are:
698 .TP
699 .B fd
700 The file descriptor to write to. If this is not specified then the driver
701 looks like the environment variable \fBDISORDER_RAW_FD\fR. If that is not set
702 then the default is 1 (i.e. standard output).
703 .TP
704 .B fragile
705 If this is set to a nonzero value then the driver will call \fB_exit\fR(2) if a
706 write to the output file descriptor fails. This is a workaround for buggy
707 players such as \fBogg123\fR that ignore write errors.
708 .SH "WEB TEMPLATES"
709 When \fBdisorder.cgi\fR wants to generate a page for an action it searches the
710 directories specified with \fBtemplates\fR for a matching file. It is
711 suggested that you leave the distributed templates unchanged and put
712 any customisations in an earlier entry in the template path.
713 .PP
714 The supplied templates are:
715 .TP
716 .B about.html
717 Display information about DisOrder.
718 .TP
719 .B choose.html
720 Navigates through the track database to choose a track to play. The
721 \fBdir\fR argument gives the directory to look in; if it is missing
722 then the root directory is used.
723 .TP
724 .B choosealpha.html
725 Provides a front end to \fBchoose.html\fR which allows subsets of the top level
726 directories to be selected by initial letter.
727 .TP
728 .B new.html
729 Lists newly added tracks.
730 .TP
731 .B playing.html
732 The "front page", which usually shows the currently playing tracks and
733 the queue.
734 Gets an HTTP \fBRefresh\fR header.
735 .IP
736 If the \fBmgmt\fR CGI argument is set to \fBtrue\fR then we include extra
737 buttons for moving tracks up and down in the queue. There is some logic in
738 \fBdisorder.cgi\fR to ensure that \fBmgmt=true\fR is preserved across refreshes
739 and redirects back into itself, but URLs embedded in web pages must include it
740 explicitly.
741 .TP
742 .B prefs.html
743 Views preferences. If the \fBfile\fR, \fBname\fR and \fBvalue\fR arguments are
744 all set then that preference is modified; if \fBfile\fR and \fBname\fR are set
745 but not \fBvalue\fR then the preference is deleted.
746 .TP
747 .B recent.html
748 Lists recently played tracks.
749 .TP
750 .B search.html
751 Presents search results.
752 .TP
753 .B volume.html
754 Primitive volume control.
755 .PP
756 Additionally, other standard files are included by these:
757 .TP
758 .B credits.html
759 Included at the end of the main content \fB<DIV>\fR element.
760 .TP
761 .B topbar.html
762 Included at the start of the \fB<BODY>\fR element.
763 .TP
764 .B topbarend.html
765 Included at the end of the \fB<BODY>\fR element.
766 .TP
767 .B stdhead.html
768 Included in the \fB<HEAD>\fR element.
769 .TP
770 .B stylesheet.html
771 Contains the default DisOrder stylesheet. You can override this by editing the
772 CSS or by replacing it all with a \fB<LINK>\fR to an external stylesheet.
773 .PP
774 Templates are ASCII files containing HTML documents, with an expansion
775 syntax to enable data supplied by the implementation to be inserted.
776 .PP
777 If you want to use characters outside the ASCII range, use either the
778 appropriate HTML entity, e.g. \fB&eacute;\fR, or an SGML numeric
779 character reference, e.g. \fB&#253;\fR. Use \fB&#64;\fR to insert a
780 literal \fB@\fR without falling foul of the expansion syntax.
781 .SS "Expansion Syntax"
782 Expansions are surrounded by at ("@") symbols take the form of a keyword
783 followed by zero or more arguments. Arguments may either be quoted by curly
784 brackets ("{" and "}") or separated by colons (":"). Both kinds may be mixed
785 in a single expansion, though doing so seems likely to cause confusion.
786 The descriptions below contain suggested forms for each
787 expansion.
788 .PP
789 Leading and trailing whitespace in unquoted arguments is ignored, as is
790 whitespace (including newlines) following a close bracket ("}").
791 .PP
792 Arguments are recursively expanded before being interpreted, except for
793 \fITEMPLATE\fR arguments. These are expanded (possibly more than once) to
794 produce the final expansion.
795 (More than once means the same argument being expanded more than once
796 for different tracks or whatever, not the result of the first
797 expansion itself being re-expanded.)
798 .PP
799 Strings constructed by expansions (i.e. not literally copied from the template
800 text) are SGML-quoted: any character which does not stand for itself in #PCDATA
801 or a quoted attribute value is replaced by the appropriate numeric character
802 reference.
803 .PP
804 The exception to this is that such strings are \fInot\fR quoted when they are
805 generated in the expansion of a parameter.
806 .PP
807 In the descriptions below, the current track means the one set by
808 \fB@playing@\fR, \fB@recent@\fR or \fB@queue@\fR, not the one that is playing.
809 If none of these expansions are in force then there is no current track.
810 \fIBOOL\fR should always be either \fBtrue\fR or \fBfalse\fR.
811 .SS "Expansions"
812 The following expansion keywords are defined:
813 .TP
814 .B @#{\fICOMMENT\fB}@
815 Ignored.
816 .TP
817 .B @action@
818 The current action. This reports
819 .B manage
820 if the action is really
821 .B playing
822 but
823 .B mgmt=true
824 was set.
825 .TP
826 .B @and{\fIBOOL\fB}{\fIBOOL\fB}\fR...\fB@
827 If there are no arguments, or all the arguments are \fBtrue\fB, then expands to
828 \fBtrue\fR, otherwise to \fBfalse\fR.
829 .TP
830 .B @arg:\fINAME\fB@
831 Expands to the value of CGI argument \fINAME\fR.
832 .TP
833 .B @basename@
834 The basename of the current directory component, in \fB@navigate@\fR.
835 .TP
836 .B @basename{\fIPATH\fB}@
837 The base name part of \fIPATH\fR.
838 .TP
839 .B @choose{\fIWHAT\fB}{\fITEMPLATE\fB}@
840 Expands \fITEMPLATE\fR repeatedly for each file or directory under
841 \fB@arg:directory@\fR.
842 \fIWHAT\fR should be either \fBfile\fR or \fBdirectory\fR.
843 Use \fB@file@\fR to get the display name or filename of the file or
844 directory.
845 Usually used in \fBchoose.html\fR.
846 .TP
847 .B @dirname@
848 The directory of the current directory component, in \fB@navigate@\fR.
849 .TP
850 .B @dirname{\fIPATH\fB}@
851 The directory part of \fIPATH\fR.
852 .TP
853 .B @enabled@
854 Expands to \fBtrue\fR if play is currently enabled, otherwise to \fBfalse\fR.
855 .TP
856 .B @eq{\fIA\fB}{\fIB\fB}
857 Expands to \fBtrue\fR if \fIA\fR and \fIB\fR are identical, otherwise to
858 \fBfalse\fR.
859 .TP
860 .B @file@
861 Expands to the filename of the current file or directory, inside the template
862 argument to \fBchoose\fR.
863 .TP
864 .B @files{\fITEMPLATE\fB}
865 Expands \fITEMPLATE\fR once for each file indicated by the \fBdirectory\fR CGI
866 arg if it is present, or otherwise for the list of files counted by \fBfiles\fR
867 with names \fB0_file\fR, \fB1_file\fR etc.
868 .TP
869 .B @fullname@
870 The full path of the current directory component, in \fB@navigate@\fR.
871 .TP
872 .B @id@
873 The ID of the current track.
874 .TP
875 .B @if{\fIBOOL\fB}{\fITRUEPART\fB}{\fIFALSEPART\fB}@
876 If \fIBOOL\fR expands to \fBtrue\fR then expands to \fITRUEPART\fR, otherwise
877 to \fIFALSEPART\fR (which may be omitted).
878 .TP
879 .B @include:\fIPATH\fR@
880 Include the named file as if it were a template file. If \fIPATH\fR
881 starts with a \fB/\fR then it is used as-is; otherwise, ".html" is
882 appended and the template path is searched.
883 .TP
884 .B @index@
885 Expands to the index of the current file in \fB@queue@\fR, \fB@recent@\fR or
886 \fB@files@\fR.
887 .TP
888 .B @isdirectories@
889 Expands to \fBtrue\fR if there are any directories in \fB@arg:directory@\fR,
890 otherwise to \fBfalse\fR.
891 .TP
892 .B @isfiles@
893 Expands to \fBtrue\fR if there are any files in \fB@arg:directory@\fR,
894 otherwise to \fBfalse\fR.
895 .TP
896 .B @isfirst@
897 Expands to \fBtrue\fR if this is the first repetition of a \fITEMPLATE\fR
898 argument in a loop (\fB@queue\fR or similar), otherwise to \fBfalse\fR.
899 .TP
900 .B @islast@
901 Expands to \fBtrue\fR if this is the last repetition of a \fITEMPLATE\fR in a
902 loop, otherwise to \fBfalse\fR.
903 .TP
904 .B @isnew@
905 Expands to \fBtrue\fR if the newly added tracks list has any tracks in it,
906 otherwise to \fBfalse\fR.
907 .TP
908 .B @isplaying@
909 Expands to \fBtrue\fR if a track is playing, otherwise to \fBfalse\fR.
910 .TP
911 .B @isqueue@
912 Expands to \fBtrue\fR if there are any tracks in the queue, otherwise to
913 \fBfalse\fR.
914 .TP
915 .B @isrecent@
916 Expands to \fBtrue\fR if the recently played list has any tracks in it,
917 otherwise to \fBfalse\fR.
918 .TP
919 .B @label:\fINAME\fR\fB@
920 Expands to the value of label \fINAME\fR. See the shipped \fIoptions.labels\fR
921 file for full documentation of the labels used by the standard templates.
922 .TP
923 .B @length@
924 Expands to the length of the current track.
925 .TP
926 .B @movable@
927 Expands to \fBtrue\fR if the current track is movable, otherwise to
928 \fBfalse\fR.
929 .TP
930 .B @navigate{\fIDIRECTORY\fB}{\fITEMPLATE\fB}
931 Expands \fITEMPLATE\fR for each component of \fIDIRECTORY\fR in turn.
932 Use \fB@dirname\fR and \fB@basename@\fR to get the components of the path to
933 each component.
934 Usually used in \fBchoose.html\fR.
935 .TP
936 .B @ne{\fIA\fB}{\fIB\fB}
937 Expands to \fBtrue\fR if \fIA\fR and \fIB\fR differ, otherwise to \fBfalse\fR.
938 .TP
939 .B @new{\fITEMPLATE\fB}
940 Expands \fITEMPLATE\fR for each track in the newly added tracks list, starting
941 with the most recent. Used in \fBnew.html\fR.
942 .TP
943 .B @nfiles@
944 Expands to the number of files from \fB@files\fR (above).
945 .TP
946 .B @nonce@
947 Expands to a string including the time and process ID, intended to be
948 unique across invocations.
949 .TP
950 .B @not{\fIBOOL\fB}@
951 Expands to \fBfalse\fR if \fIBOOL\fR is \fBtrue\fR, otherwise to
952 \fBfalse\fR.
953 .TP
954 .B @or{\fIBOOL\fB}{\fIBOOL\fB}\fR...\fB@
955 If at least one argument is \fBtrue\fB, then expands to \fBtrue\fR, otherwise
956 to \fBfalse\fR.
957 .TP
958 .B @parity@
959 Expands to \fBeven\fR or \fBodd\fR depending on whether the current track is at
960 an even or odd position in \fB@queue@\fR, \fB@recent@\fR or \fB@files@\fR.
961 .TP
962 .B @part{\fICONTEXT\fB}{\fIPART\fB}@
963 Expands to track name part \fIPART\fR using context \fICONTEXT\fR for the
964 current track. The context may be omitted and defaults
965 to \fBdisplay\fR.
966 .IP
967 The special context \fBshort\fR is equivalent to \fBdisplay\fR but limited to
968 the \fBshort_display\fR limit.
969 .TP
970 .B @part{\fICONTEXT\fB}{\fIPART\fB}{\fITRACK\fB}@
971 Expands to track name part \fIPART\fR using context \fICONTEXT\fR for
972 \fITRACK\fR. In this usage the context may not be omitted.
973 .IP
974 The special context \fBshort\fR is equivalent to \fBdisplay\fR but limited to
975 the \fBshort_display\fR limit.
976 .TP
977 .B @paused@
978 Expands to \fBtrue\fR if the current track is paused, else \fBfalse\fR.
979 .TP
980 .B @playing{\fITEMPLATE\fB}@
981 Expands \fITEMPLATE\fR using the playing track as the current track.
982 .TP
983 .B @pref{\fITRACK\fB}{\fIKEY\fB}@
984 Expand to the track preference, or the empty string if it is not set.
985 .TP
986 .B @prefname@
987 Expands to the name of the current preference, in the template
988 argument of \fB@prefs@\fR.
989 .TP
990 .B @prefs{\fIFILE\fB}{\fITEMPLATE\fB}@
991 Expands \fITEMPLATE\fR repeatedly, for each preference of track
992 \fIFILE\fR.
993 Use \fB@prefname@\fR and \fB@prefvalue@\fR to get the name and value.
994 .TP
995 .B @prefvalue@
996 Expands to the value of the current preference, in the template
997 argument of \fB@prefs@\fR.
998 .TP
999 .B @queue{\fITEMPLATE\fB}@
1000 Expands \fITEMPLATE\fR repeatedly using the each track on the queue in turn as
1001 the current track. The track at the head of the queue comes first.
1002 .TP
1003 .B @random-enabled@
1004 Expands to \fBtrue\fR if random play is currently enabled, otherwise to
1005 \fBfalse\fR.
1006 .TP
1007 .B @recent{\fITEMPLATE\fB}@
1008 Expands \fITEMPLATE\fR repeatedly using the each recently played track in turn
1009 as the current track. The most recently played track comes first.
1010 .TP
1011 .B @removable@
1012 Expands to \fBtrue\fR if the current track is removable, otherwise to
1013 \fBfalse\fR.
1014 .TP
1015 .B @resolve{\fITRACK\fB}@
1016 Resolve aliases for \fITRACK\fR and expands to the result.
1017 .TP
1018 .B @right{\fIRIGHT\fB}@
1019 Exapnds to \fBtrue\fR if the user has right \fIRIGHT\fR, otherwise to
1020 \fBfalse\fR.
1021 .TP
1022 .B @right{\fIRIGHT\fB}{\fITRUEPART\fB}{\fIFALSEPART\fB}@
1023 Expands to \fITRUEPART\fR if the user right \fIRIGHT\fR, otherwise to
1024 \fIFALSEPART\fR (which may be omitted).
1025 .TP
1026 .B @scratchable@
1027 Expands to \fBtrue\fR if the currently playing track is scratchable, otherwise
1028 to \fBfalse\fR.
1029 .TP
1030 .B @search{\fIPART\fB}\fR[\fB{\fICONTEXT\fB}\fR]\fB{\fITEMPLATE\fB}@
1031 Expands \fITEMPLATE\fR once for each group of search results that have
1032 a common value of track part \fIPART\fR.
1033 The groups are sorted by the value of the part.
1034 .IP
1035 .B @part@
1036 and
1037 .B @file@
1038 within the template will apply to one of the tracks in the group.
1039 .IP
1040 If \fICONTEXT\fR is specified it should be either \fBsort\fR or \fBdisplay\fR,
1041 and determines the context for \fIPART\fR. The default is \fBsort\fR. Usually
1042 you want \fBdisplay\fR for everything except the title and \fBsort\fR for the
1043 title. If you use \fBsort\fR for artist and album then you are likely to get
1044 strange effects.
1045 .TP
1046 .B @server-version@
1047 Expands to the server's version string.
1048 .TP
1049 .B @shell{\fICOMMAND\fB}@
1050 Expands to the output of \fICOMMAND\fR executed via the shell. \fBsh\fR is
1051 searched for using \fBPATH\fR. If the command fails then this is logged but
1052 otherwise ignored.
1053 .TP
1054 .B @state@
1055 In \fB@queue@\fR and \fB@recent@\fR, expands to the state of the current
1056 track. Otherwise the empty string. Known states are:
1057 .RS
1058 .TP 12
1059 .B failed
1060 The player terminated with nonzero status, but not because the track was
1061 scratched.
1062 .TP
1063 .B isscratch
1064 A scratch, in the queue.
1065 .TP
1066 .B no_player
1067 No player could be found.
1068 .TP
1069 .B ok
1070 Played successfully.
1071 .TP
1072 .B random
1073 A randomly chosen track, in the queue.
1074 .TP
1075 .B scratched
1076 This track was scratched.
1077 .TP
1078 .B unplayed
1079 An explicitly queued track, in the queue.
1080 .RE
1081 .IP
1082 Some additional states only apply to playing tracks, so will never be seen in
1083 the queue or recently-played list:
1084 .RS
1085 .TP 12
1086 .B paused
1087 The track has been paused.
1088 .TP
1089 .B quitting
1090 Interrupted because the server is shutting down.
1091 .TP
1092 .B started
1093 This track is currently playing.
1094 .RE
1095 .TP
1096 .B @stats@
1097 Expands to the server statistics.
1098 .TP
1099 .B @thisurl@
1100 Expands to the URL of the current page. Typically used in
1101 .B back
1102 arguments. If there is a
1103 .B nonce
1104 argument then it is changed to a fresh value.
1105 .TP
1106 .B @track@
1107 The current track.
1108 .TP
1109 .B @trackstate{\fIPATH\fB}@
1110 Expands to the current track state: \fBplaying\fR if the track is actually
1111 playing now, \fBqueued\fR if it is queued or the empty string otherwise.
1112 .TP
1113 .B @transform{\fIPATH\fB}{\fITYPE\fB}{\fICONTEXT\fB}@
1114 Transform a path according to \fBtransform\fR (see above).
1115 \fIPATH\fR should be a raw filename (of a track or directory).
1116 \fITYPE\fR should be the transform type (e.g. \fItrack\fR or \fIdir\fR).
1117 \fICONTEXT\fR should be the context, and can be omitted (the default
1118 is \fBdisplay\fR).
1119 .TP
1120 .B @url@
1121 Expands to the canonical URL as defined in \fIpkgconfdir/config\fR.
1122 .TP
1123 .B @urlquote{\fISTRING\fB}@
1124 URL-quote \fISTRING\fR.
1125 .TP
1126 .B @user@
1127 The current username. This will be "guest" if nobody is logged in.
1128 .TP
1129 .B @version@
1130 Expands to \fBdisorder.cgi\fR's version string.
1131 .TP
1132 .B @volume:\fISPEAKER\fB@
1133 The volume on the left or right speaker. \fISPEAKER\fR must be \fBleft\fR or
1134 \fBright\fR.
1135 .TP
1136 .B @when@
1137 When the current track was played (or when it is expected to be played, if it
1138 has not been played yet)
1139 .TP
1140 .B @who@
1141 Who submitted the current track.
1142 .SH "WEB OPTIONS"
1143 This is a file called \fIoptions\fR, searched for in the same manner
1144 as templates. It includes numerous options for the control of the web
1145 interface. The general syntax is the same as the main configuration
1146 file, except that it should be encoded using UTF-8 (though this might
1147 change to the current locale's character encoding; stick to ASCII to
1148 be safe).
1149 .PP
1150 The shipped \fIoptions\fR file includes four standard options files.
1151 In order, they are:
1152 .TP
1153 .I options.labels
1154 The default labels file. You wouldn't normally edit this directly - instead
1155 supply your own commands in \fIoptions.user\fR. Have a look at the shipped
1156 version of the file for documentation of labels used by the standard templates.
1157 .TP
1158 .I options.user
1159 A user options file. Here you should put any overrides for the default
1160 labels and any extra labels required by your modified templates.
1161 .PP
1162 Valid directives are:
1163 .TP
1164 .B columns \fINAME\fR \fIHEADING\fR...
1165 Defines the columns used in \fB@playing@\fR and \fB@recent@\fB. \fINAME\fR
1166 must be either \fBplaying\fR, \fBrecent\fR or \fBsearch\fR.
1167 \fIHEADING\fR... is a list of
1168 heading names. If a column is defined more than once then the last definitions
1169 is used.
1170 .IP
1171 The heading names \fBbutton\fR, \fBlength\fR, \fBwhen\fR and \fBwho\fR
1172 are built in.
1173 .TP
1174 .B include \fIPATH\fR
1175 Includes another file. If \fIPATH\fR starts with a \fB/\fR then it is
1176 taken as is, otherwise it is searched for in the template path.
1177 .TP
1178 .B label \fINAME\fR \fIVALUE\fR
1179 Define a label. If a label is defined more than once then the last definition
1180 is used.
1181 .SS Labels
1182 Some labels are defined inside \fBdisorder.cgi\fR and others by the
1183 default templates. You can define your own labels and use them inside
1184 a template.
1185 .PP
1186 When an undefined label is expanded, if it has a dot in its name then
1187 the part after the final dot is used as its value. Otherwise the
1188 whole name is used as the value.
1189 .PP
1190 Labels are no longer documented here, see the shipped \fIoptions.labels\fR file
1191 instead.
1192 .SH "REGEXP SUBSTITUTION RULES"
1193 Regexps are PCRE regexps, as defined in \fBpcrepattern\fR(3). The
1194 only option used is \fBPCRE_UTF8\fR. Remember that the configuration
1195 file syntax means you have to escape backslashes and quotes inside
1196 quoted strings.
1197 .PP
1198 In a \fISUBST\fR string the following sequences are interpreted
1199 specially:
1200 .TP
1201 .B $1 \fR... \fB$9
1202 These expand to the first to ninth bracketed subexpression.
1203 .TP
1204 .B $&
1205 This expands to the matched part of the subject string.
1206 .TP
1207 .B $$
1208 This expands to a single \fB$\fR symbol.
1209 .PP
1210 All other pairs starting with \fB$\fR are undefined (and might be used
1211 for something else in the future, so don't rely on the current
1212 behaviour.)
1213 .PP
1214 If \fBi\fR is present in \fIREFLAGS\fR then the match is case-independent. If
1215 \fBg\fR is present then all matches are replaced, otherwise only the first
1216 match is replaced.
1217 .SH "ACTIONS"
1218 What the web interface actually does is terminated by the \fBaction\fR CGI
1219 argument. The values listed below are supported.
1220 .PP
1221 Except as specified, all actions redirect back to the \fBplaying.html\fR
1222 template unless the \fBback\fR argument is present, in which case the URL it
1223 gives is used instead.
1224 .PP
1225 Redirection to \fBplaying.html\fR preserves \fBmgmt=true\fR if it is present.
1226 .TP 8
1227 .B "move"
1228 Move track \fBid\fR by offset \fBdelta\fR.
1229 .TP
1230 .B "play"
1231 Play track \fBfile\fR, or if that is missing then play all the tracks in
1232 \fBdirectory\fR.
1233 .TP
1234 .B "playing"
1235 Don't change any state, but instead compute a suitable refresh time and include
1236 that in an HTTP header. Expands the \fBplaying.html\fR template rather than
1237 redirecting.
1238 .IP
1239 This is the default if \fBaction\fR is missing.
1240 .TP
1241 .B "random-disable"
1242 Disables random play.
1243 .TP
1244 .B "random-enable"
1245 Enables random play.
1246 .TP
1247 .B "disable"
1248 Disables play completely.
1249 .TP
1250 .B "enable"
1251 Enables play.
1252 .TP
1253 .B "pause"
1254 Pauses the current track.
1255 .TP
1256 .B "remove"
1257 Remove track \fBid\fR.
1258 .TP
1259 .B "resume"
1260 Resumes play after a pause.
1261 .TP
1262 .B "scratch"
1263 Scratch the playing track. If \fBid\fR is present it must match the playing
1264 track.
1265 .TP
1266 .B "volume"
1267 Change the volume by \fBdelta\fR, or if that is missing then set it to the
1268 values of \fBleft\fR and \fBright\fR. Expands to the \fBvolume.html\fR template
1269 rather than redirecting.
1270 .TP
1271 .B "prefs"
1272 Adjust preferences from the \fBprefs.html\fR template (which it then expands
1273 rather than redirecting).
1274 .IP
1275 If
1276 .B parts
1277 is set then the cooked interface is assumed. The value of
1278 .B parts
1279 is used to determine which trackname preferences are set. By default the
1280 .B display
1281 context is adjusted but this can be overridden with the
1282 .B context
1283 argument. Also the
1284 .B random
1285 argument is checked; if it is set then random play is enabled for that track,
1286 otherwise it is disabled.
1287 .IP
1288 Otherwise if the
1289 .B name
1290 and
1291 .B value
1292 arguments are set then they are used to set a single preference.
1293 .IP
1294 Otherwise if just the
1295 .B name
1296 argument is set then that preference is deleted.
1297 .IP
1298 It is recommended that links to the \fBprefs\fR action use \fB@resolve@\fR to
1299 enure that the real track name is always used. Otherwise if the preferences
1300 page is used to adjust a trackname_ preference, the alias may change, leading
1301 to the URL going stale.
1302 .TP
1303 .B "error"
1304 This action is generated automatically when an error occurs connecting to the
1305 server. The \fBerror\fR label is set to an indication of what the error is.
1306 .SH "TRACK NAME PARTS"
1307 The traditional track name parts are \fBartist\fR, \fBalbum\fR and \fBtitle\fR,
1308 with the obvious intended meaning. These are controlled by configuration and
1309 by \fBtrackname_\fR preferences.
1310 .PP
1311 In addition there are two built-in parts, \fBpath\fR which is the whole path
1312 name and \fBext\fR which is the filename extension, including the initial dot
1313 (or the empty string if there is not extension).
1314 .SH "SEE ALSO"
1315 \fBdisorder\fR(1), \fBsox\fR(1), \fBdisorderd\fR(8), \fBdisorder-dump\fR(8),
1316 \fBpcrepattern\fR(3)
1317 .\" Local Variables:
1318 .\" mode:nroff
1319 .\" fill-column:79
1320 .\" End: