chiark / gitweb /
Fixes to eclient following Ross's attempts to use it:
[disorder] / CHANGES
... / ...
CommitLineData
1* Changes up to version 2.1
2
3** Server
4
5Users are now stored in the database rather than a configuration file.
6
7The server now has a built-in list of stopwords and players, so only
8additions to these need be mentioned in the configuration file.
9
10The default inter-track gap is now 0s.
11
12How sound is played is now controlled via the new 'api' configuration
13command. This also controls how the volume is set, which now works with
14ALSA as well as OSS.
15
16** Web Interface
17
18The web interface now uses cookies to remember user identity, and allows
19online registration of new users. Also it is no longer necessary to
20manually specify the URL of the web interface (but you can override it
21if you don't like the value it figures out).
22
23It is possibe to allow users to register via the web interface.
24
25The web interface's browser support has been improved. It has been
26tested with Firefox 2, Safari 3, Konqueror 3, Internet Explorer 7 and
27Opera 9.
28
29* Changes up to version 2.0
30
31** General
32
33Tracks can now have tags associated with them. See tags in disorder(1)
34or the preferences documentation for the web interface or Disobedience.
35
36The search facility knows how to limit results by tag (see search
37documentation for any interface) as well as by word search. It is
38possible to limit random play by tag (see required-tags and
39prohibited-tags in disorder_config(5)).
40
41Unicode support is improved. Case-folding and word breaking now follows
42the rules given in the Unicode standard (with a bit of tailoring in the
43latte case).
44
45** Disobedience
46
47There is a new client, 'Disobedience', that depends on the GTK+ library.
48Feedback on the interface would be very welcome.
49
50** Web Interface
51
52The "New" screen display tracks recently added to the database. From
53here they can be played or their preferences changed.
54
55Long track names are truncated so they fit better on the screen. Hover
56for the full name.
57
58** Network Play
59
60DisOrder can broadcast audio over a network, allowing it to be played on
61multiple client machines. See README.streams for details.
62
63** Server
64
65Slow file lookups are cached in the server. This should help
66installations with large collections and/or slow platforms.
67
68The 'enabled' and 'random_enabled' configuration options are now gone.
69Instead the state survives from one run of the server to the next.
70'disable now' is gone as well - if you want to emulate it disable
71playing and then scratch the current track.
72
73The 'pick' plugin has been abolished. All the logic formerly done there
74is now built into the server, where it can be done much more
75efficiently.
76
77'tracklength' plugins must be explicitly specified.
78
79A bug where removing a collection (from the configuration) could cause a
80crash when random play was enabled has been fixed.
81
82A new configuration option 'queue_pad' allows the number of random
83tracks kept on the queue to be controlled.
84
85There is a new utility disorder-decode which can decode OGG, MP3, WAV
86and FLAC. The example config file uses it.
87
88Database statistics are computed in a subprocess so that the main server
89(and all clients) are not blocked for the duration.
90
91** disorderfm
92
93There is a new command line tool called 'disorderfm' which is designed
94for filename translation on (for instance) digital audio repositories.
95It is not yet feature-complete. See its man page for additional
96details.
97
98** Build And Configuration
99
100You can control which components are built with new --with options. See
101README.
102
103options.transform and the 'transform' web option have gone, replaced
104with a 'transform' configuration command. Both this and 'namepart' are
105now optional.
106
107** Thanks
108
109Ross Younger, Colin Watson, Michael Stevens and Mark Wooding all
110contributed in some way to this release.
111
112* Changes up to version 1.5.1
113
114** Web Interface
115
116Correct regexp for non-alpha tracks.
117
118* Changes up to version 1.5
119
120** Web Interface
121
122Regexp-based filtering of tracks (for instance as used by the initial
123'Choose' page) now does the regexp matching in the server, limiting the
124amount of data transferred to the web interface only to be discarded.
125
126** Client
127
128Regexp-base filtering of tracks is now available to the command line
129client.
130
131** Server
132
133New server_nice, speaker_nice and rescan_nice configuration options
134allow independent control of process priorities.
135
136Scratches are now attributed to the user who requested them.
137
138Bugs fixed:
139 A file descriptor was leaked for each track played.
140 The amount of a track played so far was not reported.
141 The speaker process could crash on underrun.
142 The server would crash if you paused a non-pause capable track.
143 Regexp matching in the file and directory list commands was not
144 reliable.
145 Handling of variable-argument commands in the client was broken.
146
147* Changes up to version 1.4
148
149** General
150
151Raw format players are now supported. See README.upgrades and
152README.raw for details. This allows pausing and eliminating the
153inter-track gap.
154
155Pausing is also supported with suitably modified standalone player
156plugins, though none of the supplied ones are capable of this.
157
158When random play is enabled the randomly picked track now appears in the
159queue, and can be moved around the queue, removed from it, etc.
160
161** Web Interface
162
163Switches (random play, pause, ...) are now presented as a
164fixed-appearance switch with an adjacent state indicator.
165
166The 'Manage' screen has new buttons to move tracks to the head or tail
167of the queue.
168
169You can now edit the preferences for all the tracks in an album in a
170single screen, rather than having to visit each separately. For the
171time being the raw preferences editing has gone; it can be reintroduced
172on some form if there is demand. (You can still edit raw preferences
173from the command line.)
174
175Labels are now documented in options.labels rather than
176disorder_config(5).
177
178** Server
179
180If you tried to start up on any empty database with random play enabled
181the server would exit with an error.
182
183The server no longer risks failing if you strace its player
184subprocesses.
185
186It was possible for the server to hang when a 'reconfigure' command was
187issued. This should no longer be the case.
188
189The default signal to forcibly terminate players is now SIGKILL.
190
191** Plugins
192
193Plugins must now declare a type word. This allows them to document
194whether they are a standalone player or a raw-format player, and whether
195they support pausing. They can also arrange to get setup and cleanup
196calls in the main server. See disorder(3) for more details.
197
198* Changes up to version 1.3
199
200** Dependencies
201
202Berkeley DB 4.2 is no longer supported. Use 4.3.
203
204** Client
205
206There is a new 'authorize' command to simplify the addition of local
207users. Please report successes as well as failures.
208
209There is a new 'resolve' command to return the real track name behind an
210alias.
211
212The 'rescan' command no longer takes an argument.
213
214** Server
215
216The track database code has been largely rewritten to improve
217maintainability.
218
219There is a new 'lock' directive. By default the server uses a lockfile
220to prevent multiple copies of itself running simultaneously; this can be
221inhibited e.g. if you are using a filesystem that does not support
222locking and are confident you can prevent concurrent running yourself.
223
224Aliases for track names, constructed from trackname_display_
225preferences, now appear in the virtual filesystem.
226
227The server now executes a subprocess for the rescan operation. It also
228runs a separate deadlock manager.
229
230Standard output and standard error from subprocesses are now logged.
231This is handy if you need to figure out why a player failed unexpectedly
232but might lead to huge log files if you have needlessly verbose players.
233
234** Web Interface
235
236Enable/disable buttons are now colored to reflect current state.
237
238Entering numeric volume values (rather than clicking on the arrows) now
239works.
240
241Connection errors are reported more gracefuly.
242
243** Plugins
244
245Scanner plugins are now always invoked in a subprocess.
246
247disorder_track_count() and disorder_track_getn() are no longer
248available. Instead use disorder_track_random().
249
250Plugins are now opened with RTLD_NOW, so link errors are detected
251immediately.
252
253** Tools
254
255disorder-dump now insists on the input/output file being a named regular
256file, rather than using stdin or stdout.
257
258** Other
259
260Some missing files have been added, and some notes added regarding
261getting text encoding right.
262
263* Changes up to version 1.2
264
265See README.upgrades when upgrading to this version.
266
267** Bugs Fixed
268
269Avoid accumulating overlarge recently played list.
270
271When the server was stopped, the currently playing track would not be
272added to the recently played list. This has been fixed.
273
274Reloading the 'volume' page no longer repeats the last volume-changing
275action.
276
277The search facility now works properly for multiple hits within a single
278artist or album.
279
280** Server
281
282New namepart directive replaces web interface's trackname-part. There
283are associated changes to the protocol and clients.
284
285The number of database queries per candidate match required when
286searching has been reduced.
287
288The operator can control the signal used to scratch playing tracks. The
289default has been changed to SIGINT from SIGKILL.
290
291The 'log' command now provides a formalised event log, rather than raw
292access to the server's ordinary log output.
293
294** Web Interface Changes
295
296*** Choosing Tracks
297
298When picking a track the client now stays on the same screen rather than
299redirecting back to the 'Playing' screen. So that the user gets
300feedback from their action, playing and queued tracks are now marked as
301such in the track picking screen.
302
303It is possible to revert to the old behaviour by removing the back=
304argument from the choose.html and search.html templates (and optionally
305the trackstate lines).
306
307*** Search
308
309Non-ASCII characters are now properly supported in search terms.
310
311*** Syntax
312
313The template syntax has been changed slightly to ignore whitespace in
314certain places.
315
316*** Miscellaneous
317
318Some formerly textual buttons are now replaced by images (with ALT text
319reflecting the old value). The stylesheet is now a .css file (installed
320in the same place as the images) rather than being embedded into every
321template.
322
323Artist and album names in the playing and recently-played lists are now
324links to the corresponding directory.
325
326More functions are now available from the 'manage' screen.
327
328The menus are now (by default) across the top of the screen instead of
329down the side. Set the 'menu' label to 'sidebar' to restore the old
330appearance. 'Volume' is not present in this new menu, use 'Manage'
331instead (or edit the template).
332
333** tkdisorder
334
335tkdisorder now displays artist, album and title in the queue and
336recently played widgets, rather than just the title (as formerly).
337
338* Changes up to version 1.1
339
340** Bugs Fixed
341
342Corrected various problems with UTF-8 parsing.
343
344In the web interface, "The Beatles" (etc) are now grouped under 'B' not
345'T' when grouping tracks by initial letter.
346
347** Server
348
349The list of recently played tracks is now preserved across server
350restarts.
351
352Track IDs are more compact.
353
354Versions of libdb before 4.2 are no longer supported. 4.2 and 4.3 both
355work now. 4.2 support will be removed in some future release.
356
357Prehistoric backwards-compatibility logic removed. Only affects people
358upgrading from long before 1.0 (who should upgrade to 1.0 and then to
3591.1.)
360
361** Command Line
362
363Tracks can be moved in the queue from the command line.
364
365'disorder queue' now reports track IDs.
366
367$pkgdatadir/completion.bash provides tab completion over commands and
368options.
369
370** Web Interface
371
372New 'cooked' preferences interface saves users having to know arcane
373details of trackname preferences and so on. Non-ASCII characters are
374now properly supported in this context.
375
376CGI arguments to the web interface are now checked for UTF-8 compliance.
377
378Local Variables:
379mode:outline
380fill-column:72
381End: