chiark / gitweb /
Playlist errors should not be transients of the main window
[disorder] / BUGS
CommitLineData
5aff007d
RK
1* Bug Tracking System
2
3http://code.google.com/p/disorder/issues/list
4
460b9539 5* Compilation Bugs
6
7The configure script make pointless checks for C++ and Fortran compilers. This
8is a bug in Libtool not in DisOrder. See: http://bugs.debian.org/221873
9
10* Server Bugs
11
12* Other Problems
13
14** Wrongly Specified Character Encoding
15
16A problem was reported where DisOrder was misconfigured to believe a UTF-8
17filesystem was actually an ISO-8859-1 filesystem. When it was reconfigured
18correctly, the old (mangled) filenames remain in the database.
19
20This is not a bug as such, it is a configuration error. However recovering
21from it can be painful if many filenames are involved. If this mistake is
22widespread then it may be worth adding support for automatic recovery, but for
23now the easiest answer is to stop the server, remove the databases and start
24again.
25
26** Poor Sound Quality
27
28Poor sound quality may be a result of (hitherto unknown!) bugs in DisOrder, or
29may be a problem with other software or hardware. Specific combinations that
30have produced problems in the past are listed here.
31
32*** Stutter with VIA 82C686
33
34Hardware: "VT82C686 AC97 Audio Controller"
35Software: Linux via82cxxx_audio driver
36Symptom: Stuttering playback with raw format play.
37Solution: Use snd-via82xx driver instead (from ALSA).
38
39ALSA drivers can be found in Linux 2.6.x; for 2.4.x they must be built
40separately.
41
5aff007d
RK
42I would that some instances of this chipset appear to work incredibly badly
43even with ALSA.
44
460b9539 45Local Variables:
46mode:outline
47fill-column:79
48End: