INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: PushiTooL on June 10, 2004, 11:09:30 am

Title: Track Duration
Post by: PushiTooL on June 10, 2004, 11:09:30 am
I was wondering if there's any way to change the format of the 'Duration' field. Rather than being [HH:M:SS] I'd like to change it strictly to [M:SS].

eg. 01:22:43 -> 82:43

Thus, less space is required, allowing for the 'Duration' column to be a reduced width. It would also make things more standard, as each tracks' duration would be of the same format, no matter the length.

Thanks, Matty.
Title: Re: Track Duration (MC terminology...)
Post by: nickeaston on February 23, 2010, 09:57:58 am
Definition of mp3 "duration"...?  Is it duration of audio only, or entire audio segment of file including blank space before and after audio?

(Does the word "track" mean the audio content only, or refer to the entire mp3 file, as used by MC?)
Title: Re: Track Duration
Post by: Matt on February 23, 2010, 11:23:00 am
You could add an expression column like this to show the number of minutes with one decimal:
FormatNumber(Math([Duration, 0] / 60), 1)