While trying to write some code about a mp3 player, I was not able to try to get in advance the correct information about mp3 length (time).
Then I found this formula:
mp3length(in seconds)=2^31 / MovieInfo(#Movie, 0)
I don't know If, as we say in Italy, I discovered the hot water (banal discovery).