Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

For some activities such as running it is important to know how many BPM a song has. I know that Banshee can do this but I couldn't figure out how to do this for a selected range of songs.

Which tool can I use to detect the BPM and immediately tag this in the ID3 fiels of the corresponding files?

share|improve this question
Are you still looking for an answer to this? – jrg Mar 5 '12 at 18:40
Yes, there has not been a decent answer yet – Ingo Mar 5 '12 at 19:57

3 Answers

There is a thread (Any beat detection software for Linux?) on SuperUser dealing with the same problem.

It uses a combination of commands (bpmcount, mid3v2, vorbiscomment, metaflac) compiled into a neat shell script.

share|improve this answer

Here is a set of command-line tools for detecting and tagging BPM.

You could use a loop or xargs in a shell script to run this on a library of songs.

share|improve this answer
1  
Can you give an explanation on how to use this software? – ObsessiveSSOℲ Oct 22 '12 at 23:06
Copy the files into your $PATH and run bpm-tag file.mp3 – mmx Oct 23 '12 at 22:58

Banshee has an option for detecting BPM.

And if you only want to detect the BPM for a select range of songs, open their proprties dialogs, go to the Extra tab and click on the Detect button. enter image description here

share|improve this answer
1  
I know, see my question... – Ingo Dec 8 '11 at 12:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.