ISDBSongData::Rating

From MediaMonkey Wiki
Revision as of 14:48, 4 November 2007 by Steegy (talk | contribs) (Added rating overview table)
Jump to navigation Jump to search

CoClass SDBSongData, Interface ISDBSongData

Property Get/Let Rating As Long


Property description

Rating of the track (-1=Unknown, 0..100). Can be any of the values in the first column below.

Rating Display Description Interpreted
-1   No/Unknown rating  
0 0 stars / bomb 0..5
10 0.5 stars 6..15
20 1 star 16..25
30 1.5 stars 26..35
40 2 stars 36..45
50 2.5 stars 46..55
60 3 stars 56..65
70 3.5 stars 66..75
80 4 stars 76..85
90 4.5 stars 86..95
100 5 stars 96..100

Remark: rating values -2147483648 to -1 and 101 to 2147483647 are also interpreted as an Unknown rating, however you should never use these values.