Version: Amarok 2 (using KDE 4.1.3) OS: Linux Installed from: Ubuntu Packages For the script I'm writing I need to get the current position in the playing track in milliseconds, seconds are not precise enough. Please add a function like this to Amarok 2 if this is possible.
In 2.1 we're going to make all functions use milliseconds instead of seconds.
Upgrading to "bug" from wish. Noone ever looks at wishes anyway.
SVN commit 952507 by seb: Track position can be retrieved in milliseconds with the trackPositionMs() method. BUG: 177073 M +1 -0 ChangeLog M +6 -0 src/EngineController.cpp M +3 -0 src/EngineController.h M +5 -0 src/scriptengine/AmarokEngineScript.cpp M +1 -1 src/scriptengine/AmarokEngineScript.h WebSVN link: http://websvn.kde.org/?view=rev&revision=952507