Effective Duration

Hi everyone, this is my first post so forgive me if im saying something wrong.

Im facing some problems writing a script in mAirList.

Rightnow im retrieving the duration of the current playing song with:
“FormatDateTime(‘hh:mm:ss’, (Item.GetDuration/(24 * 60 * 60)))”

Is there a way to get this but then with the Effective Duration?

Hope someone can help me.
Thank you!

Item.GetEffectiveDuration

:slightly_smiling_face:  

Hi Tondose,
Thank you for your fast reply! Iam getting this error while running your code.

’ Unknown identifier ‘GETEFFECTIVEDURATION’ "

Item.GetAudibleDuration

Apologies. :lying_face:

Many thanks Tondose! Works perfectly!