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