Quote:
Originally posted by redlemon
Also, if you hold down Shift while clicking that arrow, it will filter your library to only show songs by that artist, or that album, etc.
|
On my Mac you have to hold down "option" but maybe it's just a Mac thing
BTW, I ran a little code in the Terminal to make the default, when you click the arrow, do what you listed (and then you option-click to find the tracks in the store).
To do so, open Terminal and type
defaults write com.apple.iTunes invertStoreLinks -bool YES
then quit.
Or you can install
this AppleScript.