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