How to reverse store links in iTunes

How to reverse store links in iTunes
While doing this will remove the menu and its links to the iTunes store, the menu does have a beneficial side. When you are playing a song in iTunes such as that on a randomized playlist, you might often want to hear more songs from that particular album or artist. If you hold the Option key when clicking the store link menu, instead of searching the store iTunes will reference your library and bring up songs and albums you already own.This feature was the original use of the links in past versions of iTunes, but while Apple has made it a secondary option by requiring you hold the Option key to access it, you can reverse this behavior so searching your library is the default behavior and holding the Option key brings you to the iTunes store. To do this, open the Terminal and run the following command, followed by relaunching iTunes:defaults write com.apple.iTunes invertStoreLinks -bool TRUEIn addition to inverting the store links, you can also restore the previous arrow links instead of using the menu, which will give you a more direct one-click option for revealing items in your library. iTunes still contains the code for the older links, so you can run the first command above to hide the drop-down menu and then execute the following command to reveal the old iTunes arrow links:defaults write com.apple.iTunes show-store-link-arrows -bool TRUETo undo these modifications, you can repeat them and use the opposite boolean value (ie, FALSE instead of TRUE), or you can delete these settings from the iTunes preferences by running the following commands:defaults delete com.apple.iTunes show-store-link-arrowsdefaults delete com.apple.iTunes invertStoreLinksdefaults delete com.apple.iTunes hide-ping-dropdownQuestions? Comments? Have a fix? Post them below or e-mail us!Be sure to check us out on Twitter and the CNET Mac forums.