Add new comment

Submitted by dll (not verified) on Wed, 10/10/2012 - 16:28
 

Thank you Jochus! You just saved me some precious time. I was going to code something similar.
Like you I could find no tool which does the sum of the tracks' length. With a few tweaks your simple solution fitted my needs nicely.

Tip: if you have the original mp3 files which were merged/mixed into a single one a quick way to get the data for the csv file is using mp3info (under GUN/Linux) like this:
mp3info -p "%a;%t;%m;%s\n" *.mp3 > tracklist.csv

The content of this field is kept private and will not be shown publicly.

Full HTML

  • Lines and paragraphs break automatically.
  • You can caption images (data-caption="Text"), but also videos, blockquotes, and so on.
  • Web page addresses and email addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <bash>, <cpp>, <css>, <html5>, <java>, <javascript>, <php>, <sql>, <xml>. The supported tag styles are: <foo>, [foo].
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.