How To Enable Half-Star Ratings in iTunes

I have such a large collection of music that 5 stars doesn’t really give me the kind of granularity that I need to rate my music, so I started looking to see if there was a way to tweak that number. I came across this Lifehacker article which explained how to do it on a Mac, but that didn’t help me because my desktop runs Windows Vista (groan). After some more poking around I came across this helpful post and it worked perfectly.

Here’s a quick summary:

If you’re on a Mac

All you have to do is run this command in Terminal:

defaults write com.apple.iTunes allow-half-stars -bool TRUE

If you’re using Windows

  1. Make sure to close iTunes first, otherwise your changes will be overwritten when it shuts down
  2. Search for the file iTunesPrefs.xml. If you’re using XP, you’ll find it at C:\Documents and Settings\username\Application Data\Apple Computer\iTunes. For Vista, it’ll probably be in the directory C:\Users\username\AppData\Roaming\Apple Computer\iTunes
  3. Open this file in your favorite text editor
  4. Search for this block of text:
    <key>User Preferences</key>
    <dict>

    and just underneath it, add

    <key>allow-half-stars</key>
    <data>
    dHJ1ZQ==
    </data>

  5. Close and save the file, then start iTunes

You’ll now be able to give your songs half star ratings! Note: you’ll need to click on the stars themselves next to your song; the right-click menu will still only show single star ratings as options.

Share and Enjoy:
  • Digg
  • Reddit
  • del.icio.us
  • StumbleUpon
  • Facebook
  • Technorati
  • LinkedIn
  • Slashdot
  • MySpace
  • email
  • Print
This entry was posted in Music, Tutorials and tagged , , . Bookmark the permalink.

3 Responses to How To Enable Half-Star Ratings in iTunes

  1. Toronto Mike says:

    Let’s say I have my iPod synced with an instance of iTunes on PC A. My playlists are there, my ratings are there, and my iPod is there.

    How do I port all of the above to PC B? Is there a backup system I can’t find that will preserve my playlists, ratings, etc. so I don’t have to recreate anything on PC B?

  2. Daniel says:

    I’m pretty sure you can just move your iTunes directory over to another PC. I’ve done that a few times and it’s worked fine. The only difference for me is that I keep my iTunes music directory on a separate partition (while the main iTunes directory is still on my system partition).

  3. mark says:

    thank you!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">