Uploading ratings to files - almost there!

Hi all - fabulous piece of software is this :flexed_biceps:

I'm looking to crowbar my ratings into the actual files as I've changed players and they've gone. Having read various posts/the FAQ/the manual, it seems the POPM(Popularimeter) field is best, using the WMP/other values of 1/64/128/196/255.

I've tested an album using Convert text file to tag and it works(!) with the ratings showing up in Windows Explorer, MediaMonkey and WMP. However,

  1. the ratings are against the wrong songs (my spreadsheet has the songs in a different order to how they show up in MP3Tag )

  2. I'm unclear how to do all 25k mp3s.

For 1), I've found the official “Import Tags from Text Files” page which talks about using

%_filename_ext%

or

%_path%

to allocate the rating to the right file, but can’t see how to do this. If I’m just selecting a file and a target field in the Text file to Tag, where do these %%s go?

For 2), is there a sensible top limit on how many files to attempt at once?

Thanks in advance for your help :grinning_face:

How did you import the ratings so far?

In general: you need 1 line per file in the text file.
Each line should have a list of data fields which are separated by a unique separator.
One of the fields should represent the filename with extension. If the files are spread over various folders, then you have to set the whole path to identify the file.
An example line in the text file could look like this:
d:\mymusic\Abba\Arrival\Dancing Queen.mp3=128
and the format string that you have to use in the converter would then be:
%_path%=%popularimeter%
The = is the unique field separator

An alternative way would be to filter in the player for a certain rating, create a playlist in m3u or m3u8 format from the filtered files and load the playlist into MP3Tag where you can set POPULARIMETER accordingly.
you would have to repeat that for all ratings (so probably 5 times)

Thanks @ohrenkino - will get onto this shortly!

Before you invest too much of an effort: test whether the target player read the rating at all. I think that a fair number does not.
For such a player the playlist method would work if you load the playlist in the new player and then set the rating there.

Great - the method of using Text file to Tag and:

%_path%=%popularimeter%

works on my small sample and the ratings are viewable in MediaMonkey! Thanks very much. I'll do the rest chunk by chunk I think so as not to break either MP3Tag or my laptop :grinning_face:. Great stuff @ohrenkino