comparison TODO @ 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
comparison
equal deleted inserted replaced
4535:2cfd5d48d787 4537:9fb29ee322d3
1 Long-term "TODO" 1 Long-term "TODO"
2 ================ 2 ================
3 - URIs with "?" are stripped (the subtune support uses that), which is bad,
4 because some (a lot) of real-world URLs use 'GET' arguments. this breaks
5 probing, but current input probing is confusing (and possibly broken anyway)
6 and should be refactored.
7
8
3 - mime-types support: 9 - mime-types support:
4 * there is already code for mime support, but I think it may not be 10 * there is already code for mime support, but I think it may not be
5 sufficient as it is designed for input plugins only -- 11 sufficient as it is designed for input plugins only --
6 also playlist containers etc. need this (IMHO) 12 also playlist containers etc. need this (IMHO)
7 13