Bug 172545 - Unable to play music addit to playlist from Jamendo.com
Summary: Unable to play music addit to playlist from Jamendo.com
Status: RESOLVED NOT A BUG
Alias: None
Product: amarok
Classification: Applications
Component: Internet Services (show other bugs)
Version: 2.0-SVN
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords: needs_verification
Depends on:
Blocks:
 
Reported: 2008-10-10 21:28 UTC by Sergei Andreev
Modified: 2009-12-09 11:28 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot (241.45 KB, image/png)
2008-10-10 21:29 UTC, Sergei Andreev
Details
debug.log (108.72 KB, application/octet-stream)
2008-10-31 20:59 UTC, Sergei Andreev
Details
debug.log (97.99 KB, application/octet-stream)
2008-10-31 23:47 UTC, Sergei Andreev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Andreev 2008-10-10 21:28:43 UTC
Version:           1.92.2 (using 4.1.2 (KDE 4.1.2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-21-generic

I've searched through Jamendo service and found an artist I want to listen.
Adding him to my playlist and pressing Play - nothing happens.
Comment 1 Sergei Andreev 2008-10-10 21:29:25 UTC
Created attachment 27801 [details]
screenshot
Comment 2 Sergei Andreev 2008-10-10 21:30:49 UTC
Downloading via torrent - works.
Comment 3 Mark Kretschmann 2008-10-11 07:43:38 UTC
Please attach a debug log.
Comment 4 Sergei Andreev 2008-10-17 09:02:07 UTC
>Please attach a debug log. 

Well, what do you meen? It does not crashing.
Comment 5 Edward Hades 2008-10-17 09:08:14 UTC
Run Amarok like this: "amarok 2> debug.log"
Then attach the resulting debug.log

(In reply to comment #4)
> >Please attach a debug log. 
> 
> Well, what do you meen? It does not crashing.
> 

Comment 6 Sergei Andreev 2008-10-31 20:59:58 UTC
Created attachment 28256 [details]
debug.log

By the way, starting Amarok2 from terminal is crashing kded4
Comment 7 Nikolaj Hald Nielsen 2008-10-31 23:31:00 UTC
I cannot reproduce this issue. Can anyone else?

Looking at the debug log, it seems that the correct url for each track is passed to phonon for playback:

amarok: BEGIN: void Playlist::Model::play(int) 
amarok:    Will play row 2 
amarok: BEGIN: void EngineController::play(const Meta::TrackPtr&, uint) 
amarok: BEGIN: void EngineController::playUrl(const KUrl&, uint) 
amarok: BEGIN: void EngineController::slotStopFadeout() 
amarok: END__: void EngineController::slotStopFadeout() - Took 4.4e-05s 
amarok:       [EngineController] URL:  "http://www.jamendo.com/get/track/id/track/audio/redirect/9832/?aue=ogg2" 
amarok: BEGIN: void EngineController::slotNewTrackPlaying(const Phonon::MediaSource&) 

Does your system have support for playing ogg files?

Comment 8 Sergei Andreev 2008-10-31 23:47:15 UTC
Created attachment 28257 [details]
debug.log

Yes, you are right - amarok2 refuses to play oggs.
Smplayer and amarok1.4 steel can do this.

Maybe the problem is with gstreamer backend?
I can't test it with xine-backend because it does not work for me yet - I have to install alsa 1.0.18
Comment 9 Seb Ruiz 2008-10-31 23:51:19 UTC
Yes, the phonon-gstreamer backend is buggy and we highly advise not using it. Sorry for the inconvenience, but this is out of our hands.
Comment 10 Jens Bache-Wiig 2009-02-26 16:30:02 UTC
This works fine with gstreamer from KDE/trunk and most likely boils down to a configuration problem with GStreamer.