Hello friends
Can the MP3T Tag program be made to find the BPM values of individual songs and add them as tags? It can be done with AIMP, but since there are more than one song, a general value is added. For example 200 BPM but I think the BPM values of 100 songs cannot be the same.
I doubt that there is much chance for this as it would require MP3tag to interpret the audio part - which MP3tag usually does not.
There are other programs around like Foobar2000 for which BPM analyzers are available as plugin.
You could have a look here for the time until such a suggestion may be considered, especially this workaround:
As a workaround for tapping and until your feature request may be implemented, you could try to calculate and import BPM values for your tracks like this:
Download and install the completely free tool "BPM Counter "
You will get it in a GUI and Command line version.
We only need the Command line consolebpm.exe (and the depending 2 libraries)
Create a Windows Batch file with this two lines of content
SET BPM="%localappdata%\Programs\Abyssmedia\BPM Counter\consolebpm.exe"
%BPM% %1 > "%~n1.…
I came up with a workflow that makes things easy. I analyze the tracks with Serato DJ and that takes care of the bpm and key calculations.