Version: 1.0.1 (using KDE KDE 3.2.2) Installed from: Compiled From Sources OS: Linux When using a password protected stream, such as the ones from di.fm, amarok hangs. This is due to the fact that title streaming is not supported for password protected streams. The server sends a response code of 401 (unauthorized) back to amarok, and amarok doesn't know what to do with it. amarok must send user name and password with base64 encoding for this to work.
Created attachment 6510 [details] adds base64 encoding of user name and password Providing a patch (works for password protected streams and regular streams)
Comment on attachment 6510 [details] adds base64 encoding of user name and password Providing a patch for titleproxy.cpp
Thanks for patch. Committed to HEAD.