Hi Guys, I'm new here so sorry if this question was already answered but I swear I search the whole forum and nothing seems like this.
I've started to rate my mp3 files in Mediamonkey cause it has a 10 grade scale and I need this. A 5 grade scale is just not suitable for me.
Rating the files directly in MediaMonkey and viewing them in Mp3Tag works almost fine, except that songs rated as '1 star' or '5 stars' in MediaMonkey simply doesn't shows any rating at all in Mp3Tag.
Beside this, I can insert the rating direcly in mp3tag so it show it up on MediaMonkey. I imagined that entering the rate direclty in the numeric field and saving the file, then updating the library in MediaMonkey should show the new rate on the MediaMonkey stars but nothing happens. If there was a rate before, it keeps. If there was no rate on the file, it keeps with no rate.
Anyone could help this newbie??
PS.: I posted the same topic on MediaMonkey Forum. Hope it's not a problem.
Check out https://docs.mp3tag.de/mapping/#rating-mm
as this claims that there are only 5 steps ...
Does MM have a library in the background?
If so: Which fields do get updated in an update?
For instance, iTunes does not read any ratings and stores them solely in the local library but never in the files. So it could well be that this information cannot be modified externally.
No. As it claims there are 10 steps ("- for half star").
The example of iTunes is not valid here since the information is being tagged to the files as I can confirm. Openning the files in Mp3Tag I can see the numbers in the field %Rating MM%. It works fine, except when the given rate on MediaMonkey is 1 or 5 whole stars. In that case, nothing appears.
Bringing some new info. Now I know how to see the tag info in Mp3Tag!
Here what's happening:
When rating a file with '1 star', the tag shows the field 'POPULARIMETER = no@email|1|0', and nothing is shown in Mp3tag field %Rating MM%
When rating a file with '5 stars', the tag shows the field 'POPULARIMETER = no@email|255|0', and nothing is shown in Mp3tag field %Rating MM%
When rating a file with ratings different from '1 star' or '5 star', the tag do not show the field POPULARIMETER. Instead, it shows the field 'Rating MM' with a number translating the stars tagged in MediaMonkey. Exactly the way it has to be, I think.
Somehow, Mp3Tag is not translating the infos 'no@email|1|0' and 'no@email|255|0' as it should.
Besides this problem, if I insert the rating info I want directly in Mp3tag, it opens the field 'Rating MM' in the tag, and insert the value there. So, the tag keep two fields ('Rating MM' and 'Popularimeter'). This is causing the rating alterations in Mp3tag cannot be seen in the MediaMonkey, cause the info are no longer the same.
So, how can Mp3Tag translate the infos 'no@email|1|0' and 'no@email|255|0' correctly as '1 star' and '5 stars'?
And, how can Mp3Tag modify the Popularimeter info directly by changing the 'Rating MM' field?
I comprehend the matter at topic. But I still don't know what to do to show the infos "1" and "5" in the "Rating MM" collumn.
I also inserted a Popularimeter column (%Popularimeter%), and it shows nothing when the "Rating MM" shows correctly, and shows the values "no@email|1|0" and "no@email|255|0" when the "Rating MM" shows nothing.
Is there some way to make the "Rating MM" column translate this values from Popularimeter as I wish?
Hm, I am not so familiar with the rating methods in Mp3tag, but a short test points out, after entering ...
RATING MM <== 5
... Mp3tag has created a POPM frame with "no@email" and value of 252 (xFC).
At the first glance this looks ok to me, ...
maybe there is a failure regarding the decimal values 252 and 255 for category 5 with the MM system?
And keep in mind that "RATING MM" is a user friendly shortcut resp. tag-field replacement by Mp3tag to make it easy to handle the POPULARIMETER Syntax: Email|Rating|Playcounter.
I would not expect that Mp3tag would handle both tag-fields, "RATING MM" and "POPULARIMETER", together in one media file, because Mp3tag translates "RATING MM" into Popularimeter syntax.
If you want Mp3tag to store a popularimeter frame, e. g. for MM, then you have two choices.
RATING MM <== 5
POPULARIMETER <== no@email|252|0
If you enter both assignments into one media file, then you get two tag-fields of "RATING MM=5".
In this case RATING MM will be automatically treated as a multi-value tag-field.
$meta(RATING MM,0)=5
$meta(RATING MM,1)=5
Because of the confusion with 252/255 you should speak with MM and clarify which number must be used for how many stars.
Action #2 Actiontype 5: Format value Field ______: RATING MM Formatstring: '-\\\\-\\\\-\\\\-\\\\-\\\\-\\0\\0.5\\1\\1.5\\2\\2.5\\3\\3.5\\4\\4.5\\5\\5.5'
Action #3 Actiontype 5: Format value Field ______: POPULARIMETER Formatstring: 'no@email|255|0'
End Action Group Test_2014#20140510.Test.RATING_MM (2) (3 Actions)
... and got the following result ...
Action .....: Format valueField ......: RATING MMFormatstring:'-\\\\*\\\\*-\\\\**\\\\**-\\\\***\\\\***-\\\\****\\\\****-\\\\*****\\\\*****-\\\\0\\\\0.5\\\\1\\\\1.5\\\\2\\\\2.5\\\\3\\\\3.5\\\\4\\\\4.5\\\\5\\\\5.5'=============================================================TAGFIELD_______INPUT_____DISPLAY_________FRAME_POPM_____HEXRATING MM '-'0.5no@email|13|0 0DRATING MM '*'1no@email|23|0 17RATING MM '*-'1.5no@email|54|0 36RATING MM '**'2no@email|64|0 40RATING MM '**-'2.5no@email|118|0 76RATING MM '***'3no@email|128|0 80RATING MM '***-'3.5no@email|186|0 BARATING MM '****'4no@email|196|0 C4RATING MM '****-'4.5no@email|242|0 F2RATING MM '*****'5no@email|252|0 FC-------------------------------------------------------------Note:IllegalRATING MM '*****-'Mp3tag changes toPOPULARIMETER no@email|255|0 no@email|255|0 FF-------------------------------------------------------------RATING MM '0'0no@email|0|0 00-------------------------------------------------------------RATING MM '0.5'0.5no@email|13|0 0DRATING MM '1'1no@email|23|0 17RATING MM '1.5'1.5no@email|54|0 36RATING MM '2'2no@email|64|0 40RATING MM '2.5'2.5no@email|118|0 76RATING MM '3'3no@email|128|0 80RATING MM '3.5'3.5no@email|186|0 BARATING MM '4'4no@email|196|0 C4RATING MM '4.5'4.5no@email|242|0 F2RATING MM '5'5no@email|252|0 FC-------------------------------------------------------------Note:IllegalRATING MM '5.5'Mp3tag changes toPOPULARIMETER no@email|5|0 no@email|5|0 05=============================================================Action .....: Format valueField ......: POPULARIMETERFormatstring:'no@email|255|0'=====================================================================TAGFIELD_______INPUT_____________DISPLAY_________FRAME_POPM_____HEXPOPULARIMETER 'no@email|255|0'no@email|255|0 no@email|255|0 FF=====================================================================