is there a logging var for track length?

I am writing on a logging script in php and it works well. But i want to log the legth of the title - not the played time on the stop-script but the entire length of the title as its in the mairlist db. is there a variable i can use?

%l is the total duration in seconds.milliseconds format.

%L is the total duration in hh:mm:ss format.

Thank you!