GNOME Bugzilla – Bug 606733
can't play jamendo songs in rhythmbox
Last modified: 2010-03-27 09:43:04 UTC
this bug has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox/+bug/505046 reproducible with latest rhythmbox from git repository. Steps to reproduce the issue: 1- Enable Jamendo and select it on the left side pane. 2- Rhythmbox loads the Jamendo song list 3- Click on any song available there 4- Rhythmbox said it's loading the song, the cover art for the song is also loaded. Expected results: the song starts to play Actual results: no song is played, rhythmbox stay just there waiting. perhaps is this a problem of the jamendo server?
Jamendo appear to have made themselves an infinite redirect loop. http://api.jamendo.com/get2/stream/track/redirect/?id=381897&streamencoding=ogg2 redirects to: http://stream10.jamendo.com/stream/381897/ogg2/04%20-%20Cui%20Bono%20-%20Be%20Alive.ogg?u=0&h=456ebfcd59 which redirects back to: http://api.jamendo.com/get2/stream/track/redirect/?id=381897&streamencoding=ogg2
Thanks a lot for the clarification Jonathan!.
*** Bug 607033 has been marked as a duplicate of this bug. ***
FROM Ponch Kaorma on Ubuntu Launchpad platform: if you take off the "&streamencoding=ogg2" part and paste into browser it works fine, it will give an mp3 file. So it's only for ogg files that it's messed up. Changing the configuration in jamendo plugin from downloading ogg to mp3 doesn't change anything... This is both plugin and jamendo problem. The plugin does not change to mp3, and jamendo needs to fix ogg downloads...