# HG changeset patch # User Matti Hamalainen # Date 1212606350 -10800 # Node ID fba10959a74302cc8f2798b47b4d22f3c841e679 # Parent 93b9364bd7315623633f9635367ece66c77e9975 Note about equalizer problems. diff -r 93b9364bd731 -r fba10959a743 TODO --- a/TODO Wed Jun 04 19:24:47 2008 +0300 +++ b/TODO Wed Jun 04 22:05:50 2008 +0300 @@ -1,5 +1,11 @@ Long-term "TODO" ================ +- the equalizer should be fixed .. in more than one way: + * equalizer was broken by asphyx's libSAD + * lots of things are hardcoded, like number of EQ bands. this should + be changed. + + - URIs with "?" are stripped (the subtune support uses that), which is bad, because some (a lot) of real-world URLs use 'GET' arguments. this breaks probing, but current input probing is confusing (and possibly broken anyway)