|
Rate music quickly
|
|
|
If you work while listening to iTunes on your Mac, and want to rate your music quickly, here are some tips:
1. Create an "unrated" smart playlist in iTunes:
My rating is (nothing)
Size is greater than 0 MB
Turn on Live Updating
The second item keeps you from rating streams.
2. Either get the handy Synergy preference pane, or some kind of hotkey launcher.
3. If you use Synergy, set hotkeys for play/pause and for each star rating you'll want to use.
If you are using a hotkey launcher, you'll need to work with Applescript. Launch the Script Editor and paste in the following
tell application "iTunes"
if player state is playing then
set thisTrack to current track
set currentRating to thisTrack's rating
set thisTrack's rating to 80
end if
end tell
Note the "80" above: that sets the currently playing track to 4 stars. You'll want to create versions of this with 100/80/60/40/20.
Once you've done that, save the scripts somewhere and create hotkey actions that launch the script in question.
When you feel like rating some music, set your playlist to Unrated and go. At any point when a song is playing, punch the appropriate key combination to rate it. As soon as you rate it, play will stop, so start it again. You can grind through a lot of music this way.
|
by Adam Rice on Jan 19 | 8:00 am
|
|
Comments
You must be logged in to post comments.
|
|
|
That seems like a lot more work than it's worth, and what about the joy of listening to a whole song? Easier for me is to select a rating from iTunes' Dock menu and once in a while get info on the Unrated playlist and OK it to update it.