INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Track Duration  (Read 5426 times)

PushiTooL

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 71
Track Duration
« 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.
Logged

nickeaston

  • Regular Member
  • World Citizen
  • ***
  • Posts: 127
  • nothing more to say...
Re: Track Duration (MC terminology...)
« Reply #1 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?)
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41856
  • Shoes gone again!
Re: Track Duration
« Reply #2 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)
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up