By default, rating in database is -1, but we cannot distinguish visually in GUI the difference from a non-rated file to 0-rated file. Is it possible to display those 2 differently ?
Thanks for your replies. Here is the reason of my request: I have made a Java tool (that I plan to alpha release shortly) to merge statistics (rating, lastplayed, playcounter and addedDate) between audio players. One of the player I sync is MediaMonkey on Windows (that I use at work as unfortunately I am running Windows) and this player makes a distinction between -1 (not rated) and O (displayed as a bomb icon). The other players I sync are Guayadaque (on Ubuntu) and XBMC (on XBOX) that I use at home and those are, as you say assuming Rating 0 equals "no rating". I assume I will have to make a special case for MediaMonkey ...