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