Bug 84207 - Add support for metadata in password protected streams
Summary: Add support for metadata in password protected streams
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.0.1
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 11:40 UTC by wef
Modified: 2006-06-11 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
adds base64 encoding of user name and password (400 bytes, patch)
2004-06-29 11:43 UTC, wef
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wef 2004-06-29 11:40:43 UTC
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.
Comment 1 wef 2004-06-29 11:43:05 UTC
Created attachment 6510 [details]
adds base64 encoding of user name and password

Providing a patch (works for password protected streams and regular streams)
Comment 2 wef 2004-06-29 11:44:15 UTC
Comment on attachment 6510 [details]
adds base64 encoding of user name and password

Providing a patch for titleproxy.cpp
Comment 3 Mark Kretschmann 2004-06-29 18:57:08 UTC
Thanks for patch. Committed to HEAD.