If that is the filename then I would recommend the function Convert>Filename-Tag.
Try as
Format string: (%track%) – %artist% – %title% (%bpm% %dummy%
You cannot import the file property "file size".
The function Convert>Fielname-Tag has a preview and should show you which part of the filename would be assigned to which field.
If you do not see the correct data in the correct fields, then the format string does not match the pattern in the filename. Please note that every space, comma and hyphen has to be accurately represented in the format string if it serves as a separator between the fields.
I have a folder with about 10 files and they all have the same file naming schedme. Here is an example of one of the file names: 08-color_me_badd-i_wanna_sex_you_up_104_bpm
I want to be able to fill in the respective fields (track#, artist, title, bpm) in MP3Tag but as you can see I have to fix a few issues with the file name.
remove the underscore - i can do this easy enough
I want to move the bpm# to the bpm field in mp3tag - I don't know to do this
I'm sorry but I should have been clearler.. my files names are all jacked up, thats why im having such an issue.... do you have time to talk offline I can explain better?
What needs more explanation?
The list you supplied starting with
(01) – Estelle Feat. Kanye West – American Boy (118 Bpm) (12.85 MB)
...
(16) – Flo Rida Vs. Pussy Cat Dolls – When I Grow Up, I’ma Get Low (120 Bpm) (11.70 MB)
looks like the pattern would match.
If that does not produce any results, then could you supply a screenshot of a real life filename?
That screenshot optimally would also show the Convert>Filename-Tag dialogue with the filled in format string.
Please forgive me but I am confusing everyone including myself. I'm going to start over.
I have a folder with about 10 files and they all have the same file naming schedme. Here is an example of one of the file names: 08-color_me_badd-i_wanna_sex_you_up_104_bpm
I want to be able to fill in the respective fields (track#, artist, title, bpm) in MP3Tag but as you can see I have to fix a few issues with the file name.
remove the underscore - i can do this easy enough
I want to move the bpm# to the bpm field in mp3tag - I don't know to do this
Try an action of the type "Guess value"
Source pattern: $regexp($replace(%_filename%,_, ),(.*) (\d+) bpm,$1==$2)
Target string: %track%-%artist%-%title%==%bpm%