Trying to remove grey Album ratings from iTunes
Hi All,
On a previous post, someone posted the following script to remove all of these automatically generated album ratings that appear in smart playlists and shouldn't be there. Unfortunately, whenever I try to run the script, I get the following error message:
Syntax Error. A " " can't go after this identifier
This is the script. Anyone know what the problem is?
tellapplication "iTunes"
if selection is not {} then
set mySelection to selection
repeatwithaTrackinmySelection
if album rating kind of aTrack is computed then set album rating of aTrack to 1
endrepeat
endif
endtell
MacBook Pro