Does anyone know how to display ratings (5... or *****)? I've read posts in this community but nothing helps and not clearly explained.
It would be much easier if you told us what you have tried so far.
in general, see here:
Related posts are making my head spin because it's so confusing. After a few test I was able to see the values in the edit list, but they wouldn't write to the file, only to the MP3Tag. However, it think it shiowed up in the list after I made the change in Explorer. I reverted back to original settings and don't remember what I did to make the ratings show on MP3Tag list.
I give the same rating to all songs on an album released as singles, videos or radio airplay. I want to see them on MP3Tag List so I know which albums need ratings. This would save time from checking every file in Exporer.
It would be nice to make changes in MP3Tag that write to the file, but I'm satisfied with seeing them on MP3Tag List and making the changes in Explorer.
It is not very helpful if you say THAT you have done something - it would be much more interesting to see WHAT you have done.
In general: the field for the rating does not save data as stars but as numbers.
See the real definition of the values in the documentation:
So, anything you enter in MP3tag has to follow the raw data format. If you want to see the stars, you would probably need an additional column for the translation of the internal format to stars (or single digit numbers) - and a column where you enter the real values.
These values are then translated again in the player.
So what you would have to supply if you need further help:
Screenshots of the
- column definition for the rating
- of the extended tags dialogue of a single file
After reading your post "Ratings in MP3Tag - Where stored & how to display 1-5 Star values" a few times I tried to figure it out by adding the following to VALUE:
$replace(%fmps_rating%,0.8,4,0.6,3,0.4,2,0.2,1,1,5,NULL,0.1)
Nothing happened. I tried all players in %*%, after discovering that my tags are encoded as ID3V2. I also tested all the settings in VALUE and FIELD. I never used combinations.
Screen shots are my current settings that shows blanks in the Rating List and Tag Panel.
Please show us a screenshot from a song and Alt + T where we can see your content in FMPS_RATING (which you try to convert and copy into VALUE).
The tag panel definition looks at a user-defined field RATING - which is probably not there.
The column definition for rating is OK as it references POPULARIMETER.
(The column heading could be anything BTW).
So, you would have to change the tag panel field definition also to POPULARIMETER.
But then you would not see any stars but probably the raw values.
Try that first before we try to tackle the "stars" problem.
Where did you get
as that relies on a user-defined field FMPS_RATING which is not very likely to be found in your files
I assume he/she has it from here.
One user in another forum wrote here about FMPS_RATING, back at 2019-02-20:
The fmps_rating is already fully supported (read/write) by a lot of music players like Amarok, Clementine, Cantata (mpd client) Rhythmbox, Banshee etc.
I couldn't find a specification for it in a hurry.
2.2.1 All Rating Tags
• Ratings SHALL be a float value between 0.0 and 1.0, inclusive.
0.0 SHALL be the lowest possible rating; 1.0 is the highest
possible rating.• Ratings SHOULD only be rounded when necessary, in order to
increase cross-player compatibility.2.2.2 FMPS_Rating
• The canonical rating value in FMPS_Rating SHOULD be set
whenever a user rates the track. This is in addition to any
value stored for that particular user in FMPS_Rating_User. This
value is canonical because if a player does not support
multiple users (or if no user identifier is set), this is the
value that MUST be returned.• If a user removes ratings from a track in the media player's
database, the value of the FMPS_Rating tag SHOULD be cleared as
well.
From the specification starting at Line 235.
The important bit in that thread comes further down:
Yes, this is where I got the shorter code.
Please answer my question too:
I'll test this tonight.
