Import text to file help pls

My files name is: (08) – Color Me Badd – I Wanna Sex You Up (104 Bpm) (11.40 MB)

I want to be able to change the following fields to reflect the above informaiton: track, artist, title, bpm and file size.

How do I go about import the above text into the fields?
I'm struggling to understand the whole import text file thingy

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.

  1. remove the underscore - i can do this easy enough
  2. I want to move the bpm# to the bpm field in mp3tag - I don't know to do this

The converter works for all the selected files and for those with a match between filename and pattern.
I don't understand

Importing data to the tag fields does not modify the filename (i.e. rename them).

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.

  1. remove the underscore - i can do this easy enough
  2. 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%

THANK YOU, THANK YOU, THANK YOU!!!! that was it. I'd love to know figured it out.... you are the man!!

on a slightly different note, any chance I can get some help on renaming this file correctly?

01 - Pitbull - Ay Chico (118 Bpm)

update: I figured it out!! woooohh hoooo!! lol

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.