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 Manager | Assignee: | 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: | ||
Sentry Crash Report: |
Description
De_Dood
2008-12-06 17:55:54 UTC
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 |