Hack For Half Star Ratings In iTunes
I found a cool hack for iTunes where you can enable half star ratings in iTunes. Now I can rate songs 1 and a half stars, 2 and a half stars, etc.
Mac:
Open terminal and type:
defaults write com.apple.iTunes allow-half-stars -bool TRUE
Windows:
Open the iTunesPrefs.xml file at %appdata%\Apple Computer\iTunes (type that path in the Run command box) and add this line under the section for User Preferences under the line that says <dict>.
<key>allow-half-stars</key>
<data>
dHJ1ZQ==
</data>
See also: iTunes for Windows: Enable Half-Star Ratings

One Comment
Bradley Kirwan
February 27th, 2009
at 2:32am
Not sure when that would really be useful, but I guess it increases the accuracy of ratings in iTunes.