After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 548044 - Internet radio doesn't support HTTP authentication
Internet radio doesn't support HTTP authentication
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Internet Radio
git master
Other Linux
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
: 547777 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-08-16 17:40 UTC by Eric Butler
Modified: 2008-09-09 23:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rough patch (1.17 KB, patch)
2008-08-16 17:41 UTC, Eric Butler
needs-work Details | Review

Description Eric Butler 2008-08-16 17:40:49 UTC
Hi!

PlaylistParser doesn't support HTTP authentication. This means that although gstreamer can play URLs containing a user/password, banshee never makes it that far.

I have a rough patch that fixes the problem.
Comment 1 Eric Butler 2008-08-16 17:41:47 UTC
Created attachment 116750 [details] [review]
rough patch
Comment 2 Eric Butler 2008-08-16 17:44:16 UTC
One more note: 

Due to bug #548040, if you currently try to play an internet radio station it will appear as if nothing is happening.
Comment 3 Bertrand Lorentz 2008-08-17 17:46:11 UTC
Thanks for the patch !

It has several code formatting issues (indentation, spacing), please have a look at the HACKING file for the details.

In the future, please also do a search before filing a new bug. There was already a bug open about this issue, and duplicates are not fun ! :)

I'm going to mark the other as a duplicate, because this one has a patch.
Comment 4 Bertrand Lorentz 2008-08-17 17:49:05 UTC
*** Bug 547777 has been marked as a duplicate of this bug. ***
Comment 5 Gabriel Burt 2008-09-09 23:32:28 UTC
I fixed the formatting and committed this.  Thanks Eric!