chiark / gitweb /
Documentation tweaks
[disorder] / doc / disorder_protocol.5.in
... / ...
CommitLineData
1.\"
2.\" Copyright (C) 2004-2008 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_protocol 5
20.SH NAME
21disorder_protocol \- DisOrder communication protocol
22.SH DESCRIPTION
23The DisOrder client and server communicate via the protocol described
24in this man page.
25.PP
26The protocol is liable to change without notice.
27You are recommended to check the implementation before believing this document.
28.SH "GENERAL SYNTAX"
29Everything is encoded using UTF-8.
30See
31.B "CHARACTER ENCODING"
32below for more detail on character encoding issues.
33.PP
34Commands and responses consist of a line perhaps followed (depending on the
35command or response) by a body.
36.PP
37The line syntax is the same as described in \fBdisorder_config\fR(5) except
38that comments are prohibited.
39.PP
40Bodies borrow their syntax from RFC821; they consist of zero or more ordinary
41lines, with any initial full stop doubled up, and are terminated by a line
42consisting of a full stop and a line feed.
43.SH COMMANDS
44Commands always have a command name as the first field of the line; responses
45always have a 3-digit response code as the first field.
46See below for more details about this field.
47.PP
48All commands require the connection to have been already authenticated unless
49stated otherwise.
50If not stated otherwise, the \fBread\fR right is sufficient to execute
51the command.
52.PP
53Neither commands nor responses have a body unless stated otherwise.
54.TP
55.B adduser \fIUSERNAME PASSWORD \fR[\fIRIGHTS\fR]
56Create a new user with the given username and password.
57The new user's rights list can be specified; if it is not
58then the \fBdefault_rights\fR setting applies instead.
59Requires the \fBadmin\fR right, and only works on local
60connections.
61.TP
62.B allfiles \fIDIRECTORY\fR [\fIREGEXP\fR]
63List all the files and directories in \fIDIRECTORY\fR in a response body.
64If \fIREGEXP\fR is present only matching files and directories are returned.
65.TP
66.B confirm \fICONFIRMATION
67Confirm user registration.
68\fICONFIRMATION\fR is as returned from \fBregister\fR below.
69This command can be used without logging in.
70.TP
71.B cookie \fICOOKIE
72Log a user back in using a cookie created with \fBmake\-cookie\fR.
73The response contains the username.
74.TP
75.B deluser \fIUSERNAME
76Delete the named user.
77Requires the \fBadmin\fR right, and only works on local connections.
78.TP
79.B dirs \fIDIRECTORY\fR [\fIREGEXP\fR]
80List all the directories in \fIDIRECTORY\fR in a response body.
81If \fIREGEXP\fR is present only matching directories are returned.
82.TP
83.B disable \fR[\fBnow\fR]
84Disable further playing.
85If the optional \fBnow\fR argument is present then the current track
86is stopped.
87Requires the \fBglobal prefs\fR right.
88.TP
89.B edituser \fIUSERNAME PROPERTY VALUE
90Set a user property.
91With the \fBadmin\fR right any username and property may be specified.
92Otherwise the \fBuserinfo\fR right is required and only the
93\fBemail\fR and \fBpassword\fR properties may be set.
94.IP
95User properties are syntax-checked before setting. For instance \fBemail\fR
96must contain an "@" sign or you will get an error. (Setting an empty value for
97\fBemail\fR is allowed and removes the property.)
98.TP
99.B enable
100Re-enable further playing, and is the opposite of \fBdisable\fR.
101Requires the \fBglobal prefs\fR right.
102.TP
103.B enabled
104Report whether playing is enabled.
105The second field of the response line will be \fByes\fR or \fBno\fR.
106.TP
107.B exists \fITRACK\fR
108Report whether the named track exists.
109The second field of the response line will be \fByes\fR or \fBno\fR.
110.TP
111.B files \fIDIRECTORY\fR [\fIREGEXP\fR]
112List all the files in \fIDIRECTORY\fR in a response body.
113If \fIREGEXP\fR is present only matching files are returned.
114.TP
115.B get \fITRACK\fR \fIPREF\fR
116Getsa preference value.
117On success the second field of the response line will have the value.
118.IP
119If the track or preference do not exist then the response code is 555.
120.TP
121.B get\-global \fIKEY\fR
122Get a global preference.
123.IP
124If the preference does not exist then the response code is 555.
125.TP
126.B length \fITRACK\fR
127Get the length of the track in seconds.
128On success the second field of the response line will have the value.
129.TP
130.B log
131Send event log messages in a response body.
132The command will never terminate.
133Any further data sent to the server will be discarded (explicitly;
134i.e. it will not accumulate in a buffer somewhere).
135.IP
136See \fBEVENT LOG\fR below for more details.
137.TP
138.B make\-cookie
139Returns an opaque string that can be used by the \fBcookie\fR command to log
140this user back in on another connection (until the cookie expires).
141.TP
142.B move \fITRACK\fR \fIDELTA\fR
143Move a track in the queue.
144The track may be identified by ID (preferred) or name (which might cause
145confusion if it's there twice).
146\fIDELTA\fR should be an negative or positive integer and indicates how
147many steps towards the head of the queue the track should be moved.
148.IP
149Requires one of the \fBmove mine\fR, \fBmove random\fR or \fBmove any\fR rights
150depending on how the track came to be added to the queue.
151.TP
152.B moveafter \fITARGET\fR \fIID\fR ...
153Move all the tracks in the \fIID\fR list after ID \fITARGET\fR.
154If \fITARGET\fR is the empty string then the listed tracks are put
155at the head of the queue.
156If \fITARGET\fR is listed in the ID list then the tracks are moved
157to just after the first non-listed track before it, or to the head if there is
158no such track.
159.IP
160Requires one of the \fBmove mine\fR, \fBmove random\fR or \fBmove any\fR rights
161depending on how the tracks came to be added to the queue.
162.TP
163.B new \fR[\fIMAX\fR]
164Send the most recently added \fIMAX\fR tracks in a response body.
165If the argument is ommitted, the \fBnew_max\fR most recent tracks are
166listed (see \fBdisorder_config\fR(5)).
167.TP
168.B nop
169Do nothing.
170Used by
171.BR disobedience (1)
172as a keepalive measure.
173This command does not require authentication.
174.TP
175.B part \fITRACK\fR \fICONTEXT\fI \fIPART\fR
176Get a track name part.
177Returns an empty string if a name part cannot be constructed.
178.IP
179.I CONTEXT
180is one of
181.B sort
182or
183.B display
184and
185.I PART
186is usually one of
187.BR artist ,
188.B album
189or
190.BR title .
191.TP
192.B pause
193Pause the current track.
194Requires the \fBpause\fR right.
195.TP
196.B play \fITRACK\fR
197Add a track to the queue.
198The response contains the queue ID of the track.
199Requires the \fBplay\fR right.
200.TP
201.B playing
202Report what track is playing.
203.IP
204If the response is \fB252\fR then the rest of the response line consists of
205track information (see below).
206.IP
207If the response is \fB259\fR then nothing is playing.
208.TP
209.B prefs \fBTRACK\fR
210Send back the preferences for \fITRACK\fR in a response body.
211Each line of the response has the usual line syntax, the first field being the
212name of the pref and the second the value.
213.TP
214.B queue
215Send back the current queue in a response body, one track to a line, the track
216at the head of the queue (i.e. next to be be played) first.
217See below for the track information syntax.
218.TP
219.B random\-disable
220Disable random play (but don't stop the current track).
221Requires the \fBglobal prefs\fR right.
222.TP
223.B random\-enable
224Enable random play.
225Requires the \fBglobal prefs\fR right.
226.TP
227.B random\-enabled
228Report whether random play is enabled.
229The second field of the response line will be \fByes\fR or \fBno\fR.
230.TP
231.B recent
232Send back the current recently-played list in a response body, one track to a
233line, the track most recently played last.
234See below for the track information syntax.
235.TP
236.B reconfigure
237Request that DisOrder reconfigure itself.
238Requires the \fBadmin\fR right.
239.TP
240.B register \fIUSERNAME PASSWORD EMAIL
241Register a new user.
242Requires the \fBregister\fR right.
243The result contains a confirmation string; the user will be be able
244to log in until this has been presented back to the server via the
245\fBconfirm\fR command.
246.TP
247.B reminder \fIUSERNAME\fR
248Send a password reminder to user \fIUSERNAME\fR.
249If the user has no valid email address, or no password, or a
250reminder has been sent too recently, then no reminder will be sent.
251.TP
252.B remove \fIID\fR
253Remove the track identified by \fIID\fR.
254Requires one of the \fBremove mine\fR, \fBremove random\fR or
255\fBremove any\fR rights depending on how the
256track came to be added to the queue.
257.TP
258.B rescan
259Rescan all roots for new or obsolete tracks.
260Requires the \fBrescan\fR right.
261.TP
262.B resolve \fITRACK\fR
263Resolve a track name, i.e. if this is an alias then return the real track name.
264.TP
265.B resume
266Resume the current track after a \fBpause\fR command.
267Requires the \fBpause\fR right.
268.TP
269.B revoke \fBcookie\fR
270Revoke a cookie previously created with \fBmake\-cookie\fR.
271It will not be possible to use this cookie in the future.
272.TP
273.B rtp\-address
274Report the RTP broadcast (or multicast) address, in the form \fIADDRESS
275PORT\fR.
276This command does not require authentication.
277.TP
278.B scratch \fR[\fIID\fR]
279Remove the track identified by \fIID\fR, or the currently playing track if no
280\fIID\fR is specified.
281Requires one of the \fBscratch mine\fR, \fBscratch random\fR or
282\fBscratch any\fR rights depending on how the track came to be
283added to the queue.
284.TP
285.B search \fITERMS\fR
286Search for tracks matching the search terms.
287The results are put in a response body, one to a line.
288.IP
289The search string is split in the usual way, with quoting supported, into a
290list of terms.
291Only tracks matching all terms are included in the results.
292.IP
293Any terms of the form \fBtag:\fITAG\fR limits the search to tracks with that
294tag.
295.IP
296All other terms are interpreted as individual words which must be present in
297the track name.
298.IP
299Spaces in terms don't currently make sense, but may one day be interpreted to
300allow searching for phrases.
301.TP
302.B \fBset\fR \fITRACK\fR \fIPREF\fR \fIVALUE\fR
303Set a preference.
304Requires the \fBprefs\fR right.
305.TP
306.B set\-global \fIKEY\fR \fIVALUE\fR
307Set a global preference.
308Requires the \fBglobal prefs\fR right.
309.TP
310.B stats
311Send server statistics in plain text in a response body.
312.TP
313.B \fBtags\fR
314Send the list of currently known tags in a response body.
315.TP
316.B \fBunset\fR \fITRACK\fR \fIPREF\fR
317Unset a preference.
318Requires the \fBprefs\fR right.
319.TP
320.B \fBunset\-global\fR \fIKEY\fR
321Unset a global preference.
322Requires the \fBglobal prefs\fR right.
323.TP
324.B user \fIUSERNAME\fR \fIRESPONSE\fR
325Authenticate as user \fIUSERNAME\fR.
326See
327.B AUTHENTICATION
328below.
329.TP
330.B userinfo \fIUSERNAME PROPERTY
331Get a user property.
332.TP
333.B users
334Send the list of currently known users in a response body.
335.TP
336.B version
337Send back a response with the server version as the second field.
338.TP
339.B volume \fR[\fILEFT\fR [\fIRIGHT\fR]]
340Get or set the volume.
341.IP
342With zero parameters just gets the volume and reports the left and right sides
343as the 2nd and 3rd fields of the response.
344.IP
345With one parameter sets both sides to the same value.
346With two parameters sets each side independently.
347Setting the volume requires the \fBvolume\fR right.
348.SH RESPONSES
349Responses are three-digit codes.
350The first digit distinguishes errors from succesful responses:
351.TP
352.B 2
353Operation succeeded.
354.TP
355.B 5
356Operation failed.
357.PP
358The second digit breaks down the origin of the response:
359.TP
360.B 0
361Generic responses not specific to the handling of the command.
362Mostly this is parse errors.
363.TP
364.B 1
36551x errors indicate that the user had insufficient rights for the command.
366.TP
367.B 3
368Authentication responses.
369.TP
370.B 5
371Responses specific to the handling of the command.
372.PP
373The third digit provides extra information about the response:
374.TP
375.B 0
376Text part is just commentary.
377.TP
378.B 1
379Text part is a constant result e.g. \fBversion\fR.
380.TP
381.B 2
382Text part is a potentially variable result.
383.TP
384.B 3
385Text part is just commentary; a dot-stuffed body follows.
386.TP
387.B 4
388Text part is just commentary; an indefinite dot-stuffed body follows.
389(Used for \fBlog\fR.)
390.TP
391.B 5
392Used with "normal" errors, for instance a preference not being found.
393The text part is commentary.
394.TP
395.B 9
396The text part is just commentary (but would normally be a response for this
397command) e.g. \fBplaying\fR.
398.PP
399Result strings (not bodies) intended for machine parsing (i.e. xx1 and xx2
400responses) are quoted.
401.SH AUTHENTICATION
402When a connection is made the server sends a \fB231\fR response before any
403command is received.
404This contains a protocol generation, an algorithm name and a
405challenge encoded in hex, all separated by whitespace.
406.PP
407The current protocol generation is \fB2\fR.
408.PP
409The possible algorithms are (currently) \fBsha1\fR, \fBsha256\fR, \fBsha384\fR
410and \fBsha512\fR.
411\fBSHA1\fR etc work as synonyms.
412.PP
413The \fBuser\fR response consists of the selected hash of the user's password
414concatenated with the challenge, encoded in hex.
415.SH "TRACK INFORMATION"
416Track information is encoded in a line (i.e. using the usual line syntax) as
417pairs of fields.
418The first is a name, the second a value.
419The names have the following meanings:
420.TP 12
421.B expected
422The time the track is expected to be played at.
423.TP
424.B id
425A string uniquely identifying this queue entry.
426.TP
427.B played
428The time the track was played at.
429.TP
430.B scratched
431The user that scratched the track.
432.TP
433.B state
434The current track state.
435Valid states are:
436.RS
437.TP 12
438.B failed
439The player failed (exited with nonzero status but wasn't scratched).
440.TP
441.B isscratch
442The track is actually a scratch.
443.TP
444.B no_player
445No player could be found for the track.
446.TP
447.B ok
448The track was played without any problems.
449.TP
450.B scratched
451The track was scratched.
452.TP
453.B started
454The track is currently playing.
455.TP
456.B unplayed
457In the queue, hasn't been played yet.
458.TP
459.B quitting
460The track was terminated because the server is shutting down.
461.RE
462.TP
463.B submitter
464The user that submitted the track.
465.TP
466.B track
467The filename of the track.
468.TP
469.B when
470The time the track was added to the queue.
471.TP
472.B wstat
473The wait status of the player in decimal.
474.SH NOTES
475Times are decimal integers using the server's \fBtime_t\fR.
476.PP
477For file listings, the regexp applies to the basename of the returned file, not
478the whole filename, and letter case is ignored.
479\fBpcrepattern\fR(3) describes the regexp syntax.
480.PP
481Filenames are in UTF-8 even if the collection they come from uses some other
482encoding - if you want to access the real file (in such cases as the filenames
483actually correspond to a real file) you'll have to convert to whatever the
484right encoding is.
485.SH "EVENT LOG"
486The event log consists of lines starting with a hexadecimal timestamp and a
487keyword followed by (optionally) parameters.
488The parameters are quoted in the usual DisOrder way.
489Currently the following keywords are used:
490.TP
491.B completed \fITRACK\fR
492Completed playing \fITRACK\fR
493.TP
494.B failed \fITRACK\fR \fIERROR\fR
495Completed playing \fITRACK\fR with an error status
496.TP
497.B moved \fIUSERNAME\fR
498User \fIUSERNAME\fR moved some track(s).
499Further details aren't included any more.
500.TP
501.B playing \fITRACK\fR [\fIUSERNAME\fR]
502Started playing \fITRACK\fR.
503.TP
504.B queue \fIQUEUE-ENTRY\fR...
505Added \fITRACK\fR to the queue.
506.TP
507.B recent_added \fIQUEUE-ENTRY\fR...
508Added \fIID\fR to the recently played list.
509.TP
510.B recent_removed \fIID\fR
511Removed \fIID\fR from the recently played list.
512.TP
513.B removed \fIID\fR [\fIUSERNAME\fR]
514Queue entry \fIID\fR was removed.
515This is used both for explicit removal (when \fIUSERNAME\fR is present)
516and when playing a track (when it is absent).
517.TP
518.B rescanned
519A rescan completed.
520.TP
521.B scratched \fITRACK\fR \fIUSERNAME\fR
522\fITRACK\fR was scratched by \fIUSERNAME\fR.
523.TP
524.B state \fIKEYWORD\fR
525Some state change occurred.
526The current set of keywords is:
527.RS
528.TP
529.B completed
530The current track completed successfully.
531.TP
532.B disable_play
533Playing was disabled.
534.TP
535.B disable_random
536Random play was disabled.
537.TP
538.B enable_play
539Playing was enabled.
540.TP
541.B enable_random
542Random play was enabled.
543.TP
544.B failed
545The current track failed.
546.TP
547.B pause
548The current track was paused.
549.TP
550.B playing
551A track started playing.
552.TP
553.B resume
554The current track was resumed.
555.TP
556.B scratched
557The current track was scratched.
558.PP
559To simplify client implementation, \fBstate\fR commands reflecting the current
560state are sent at the start of the log.
561.RE
562.TP
563.B volume \fILEFT\fR \fIRIGHT\fR
564The volume changed.
565.PP
566.IR QUEUE-ENTRY ...
567is as defined in
568.B "TRACK INFORMATION"
569above.
570.SH "CHARACTER ENCODING"
571All data sent by both server and client is encoded using UTF-8.
572Moreover it must be valid UTF-8, i.e. non-minimal sequences are not
573permitted, nor are surrogates, nor are code points outside the
574Unicode code space.
575.PP
576There are no particular normalization requirements on either side of the
577protocol.
578The server currently converts internally to NFC, the client must
579normalize the responses returned if it needs some normalized form for further
580processing.
581.PP
582The various characters which divide up lines may not be followed by combining
583characters.
584For instance all of the following are prohibited:
585.TP
586.B o
587LINE FEED followed by a combining character.
588For example the sequence LINE FEED, COMBINING GRAVE ACCENT is never permitted.
589.TP
590.B o
591APOSTROPHE or QUOTATION MARK followed by a combining character when used to
592delimit fields.
593For instance a line starting APOSTROPHE, COMBINING CEDILLA is prohibited.
594.IP
595Note that such sequences are not prohibited when the quote character cannot be
596interpreted as a field delimiter.
597For instance APOSTROPHE, REVERSE SOLIDUS, APOSTROPHE, COMBINING CEDILLA,
598APOSTROPHE would be permitted.
599.TP
600.B o
601REVERSE SOLIDUS (BACKSLASH) followed by a combining character in a quoted
602string when it is the first character of an escape sequence.
603For instance a line starting APOSTROPHE, REVERSE SOLIDUS, COMBINING TILDE
604is prohibited.
605.IP
606As above such sequences are not prohibited when the character is not being used
607to start an escape sequence.
608For instance APOSTROPHE, REVERSE SOLIDUS, REVERSE SOLIDS, COMBINING TILDE,
609APOSTROPHE is permitted.
610.TP
611.B o
612Any of the field-splitting whitespace characters followed by a combining
613character when not part of a quoted field.
614For instance a line starting COLON, SPACE, COMBINING CANDRABINDU is prohibited.
615.IP
616As above non-delimiter uses are fine.
617.TP
618.B o
619The FULL STOP characters used to quote or delimit a body.
620.PP
621Furthermore none of these characters are permitted to appear in the context of
622a canonical decomposition (i.e. they must still be present when converted to
623NFC).
624In practice however this is not an issue in Unicode 5.0.
625.PP
626These rules are consistent with the observation that the split() function is
627essentially a naive ASCII parser.
628The implication is not that these sequences never actually appear in
629the protocol, merely that the server is not required to honor them in
630any useful way nor be consistent between versions: in current
631versions the result will be lines and fields that start with combining
632characters and are not necessarily split where you expect, but future versions
633may remove them, reject them or ignore some or all of the delimiters that have
634following combining characters, and no notice will be given of any change.
635.SH "SEE ALSO"
636\fBdisorder\fR(1),
637\fBtime\fR(2),
638\fBdisorder\fR(3),
639\fBpcrepattern\fR(3)
640\fBdisorder_config\fR(5),
641\fBdisorderd\fR(8),
642\fButf8\fR(7)
643.\" Local Variables:
644.\" mode:nroff
645.\" fill-column:79
646.\" End: