Version: (using Devel) OS: OS X Installed from: Compiled sources I did a new install of the package from here - http://server.c-otto.de/kde/Amarok2_Beta_intel.dmg I am running OS X Leopard 10.5.5. On the first run, I added my Music folder to the Amarok collection and played a song. The Track Progress bar was blank and unresponsive. After that track was over, I played another track, and then the progress bar worked fine.
Please tell us the Amarok version you used.
Amarok Version 2.0-SVN Using KDE 4.1.2 (KDE 4.1.2) Build Date - November 19 2008 This is from the About dialog. BTW, I also mentioned the source from where I downloaded the package. It is the latest post on the Amarok Dev Blog.
I installed RC1 today, and it still has this bug. And it is not just for the 1st track played, it is there for almost all tracks. In fact, the track progress bar doesn't seem to be working at all.
Now its confirmed, the track progress bar doesn't work for a track that is played manually or forcefully (as in by double clicking on it) but works when a track is played automatically, as in a progression in a playlist.
I cannot reproduce this issue with Linux / Phonon xine. Must be a OSX specific problem. Can any of you OSX guys reproduce it?
confirmed.
applies to linux too. resuming a stopped track or doubleclicking on the current playing in the playlist shows the same behaviour
I can confirm this when amarok resume the first track on startup. Of course, you need "Resume playback on start" enabled.
in SliderWidget.cpp, Amarok::TimeSlider::setSliderValue( int value ) maximum() is zero so QStyle::sliderPositionFromValue( minimum(), maximum(), value, width() ); returns 0 i just wasn't able to set a breakpoint on accessing maximum in slider.cpp (?) void Slider::setMaximum(int max) or void Slider::setRange(int min, int max), is a breakpint impossible for a static_cast() ? when this bug gets fixed i would be interested in how it was tracked down ;)
@Simon: I cannot reproduce any of your observations, with KDE 4.1.3, xine Phonon, Amarok SVN.
@Mikko: I cannot reproduce your observation either.
I can reproduce it every time I start Amarok. I have kde from trunk and phonon-xine
Created attachment 29148 [details] screenshot of the problem
@Mikko: Well I surely believe you. If you look at the difference between our setups, I'm using KDE 4.1.3, and you're using trunk. So it could be a Phonon regression/change at work.
I can't reproduce this bug neither. Running Amarok 2.0-SVN, build of today, KDE-nightly build of today (==KDE trunk). Tried to reproduce 3 times!
i`m running kde 4.1.2, phonon 4.2.0 with the phonon-qt7 engine. i also have qt's phonon installed which is what phonon-qt7 builds against.
same here! using OSX 10.5.5 on a macbook pro most time i cant see the progress bar, only sometimes it works but i cant find out when it shows and when not
(In reply to comment #17) > same here! > using OSX 10.5.5 on a macbook pro > most time i cant see the progress bar, only sometimes it works but i cant find > out when it shows and when not > If you allow a track to play through once, it will show up. If you click any buttons, it will not show up.
SVN commit 899127 by nhnielsen: Fix progress slider not showing when skipping last.fm streams. This may or may not affect a number of other progress bar related bugs, please check. CCBUG: 175760 CCBUG: 176446 M +32 -8 ProgressSlider.cpp M +2 -0 ProgressSlider.h WebSVN link: http://websvn.kde.org/?view=rev&revision=899127
worksforme!
Closing as FIXED based on Simon's comment.
Still not working on Mac OS X for me with the latest build.
works fine here too, on linux :)
@Apoorv: on OSX it's probably a backend issue (Phonon) more than an Amarok issue.
Hmm, I see. But even then, the problem isn't resolved. The bug was never meant for Linux or Windows, it was always a Mac OS X _ONLY_ problem. Shouldn't it be be left open?
This be fixed matey's. Check 2.0.1.1 and see.