How to Get Sound Player Duration in Minutes?

Hello!
Am using @Taifun Advanced Player Extension to get the duration of a sound file in the player in Millisecond, i want know how to change that value to Minutes to use it as in a music player app!
For example:
Duration in Millisecond= 10000 ms
= Duration in Second= 10 s
= Duration in Minutes= 0.166666667 min
I want change that value like this: 00:16

Any ideas of blocks about how i can do this?
Thanks!

1 Like

Use Math Function

Format as decimal number= Get Player Duration /60000

Places=2

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.