# HG changeset patch # User Matti Hamalainen # Date 1210448869 -10800 # Node ID 04da24c63467803b361358ab33fc40298c4deb05 # Parent 9fb29ee322d3d409f80d3c8c675419bb36f62cd5# Parent b0def426de6808a75e0a5b3235f83ab2a0089eaf Automated merge with ssh://hg.atheme.org//hg/audacious diff -r b0def426de68 -r 04da24c63467 TODO --- a/TODO Sat May 10 13:47:55 2008 -0500 +++ b/TODO Sat May 10 22:47:49 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 --