Bug 177073

Summary: Missing function in Amarok 2.0 to get the current track position in milliseconds
Product: [Applications] amarok Reporter: De_Dood <timdgcb>
Component: Tools/Script ManagerAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: normal CC: dmeltzer.devel
Priority: NOR    
Version: 2.0-rc   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description De_Dood 2008-12-06 17:55:54 UTC
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.
Comment 1 Dan Meltzer 2008-12-06 17:57:12 UTC
In 2.1 we're going to make all functions use milliseconds instead of seconds.
Comment 2 Mark Kretschmann 2008-12-07 11:47:03 UTC
Upgrading to "bug" from wish. Noone ever looks at wishes anyway.
Comment 3 Seb Ruiz 2009-04-12 08:03:52 UTC
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