This is a script that for iTunes for Windows that will programmatically rate the current track.
You can bind it to a shortcut and set a Shortcut Key such as Ctrl+Alt+1.
You need to pass in the number of half stars (yes, iTunes supports ½ stars).
Download
Download iTunesRateCurrentTrack.vbs.
If you have problems with the .vbs file, download and rename iTunesRateCurrentTrack.txt (right-click, save-as).
Notes
- Comments, suggestions, corrections are welcome.
- If you find the script useful, please click on an ad.
Usage
##### iTunes Rate Current Track Script ##### Usage: iTunesRateCurrentTrack rating [-q] rating Number of 1/2 stars. Valid values: Integers from 1 to 10inclusive. -q Quiet mode. Don't display any non-usage error messages. Examples: iTunesRateCurrentTrack 1 iTunesRateCurrentTrack 7 -q
