Mercurial > audlegacy
changeset 4537:9fb29ee322d3
Added a note about problems with certain URIs.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 10 May 2008 22:45:04 +0300 |
parents | 2cfd5d48d787 |
children | 04da24c63467 |
files | TODO |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Sat May 10 21:30:24 2008 +0300 +++ b/TODO Sat May 10 22:45:04 2008 +0300 @@ -1,5 +1,11 @@ Long-term "TODO" ================ +- 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) + and should be refactored. + + - mime-types support: * there is already code for mime support, but I think it may not be sufficient as it is designed for input plugins only --