Return to Snippet

Revision: 34037
at October 16, 2010 07:51 by beneberle


Updated Code
// Remove ping buttons from each track listing
defaults write com.apple.iTunes hide-ping-dropdown 1

// Restore the pre-iTunes 10 arrows 
defaults write com.apple.iTunes show-store-link-arrows 1

// change the arrow to point to your library, allowing for quick filtering and navigation
// A must-have for large collections
defaults write com.apple.iTunes invertStoreLinks 1

Revision: 34036
at October 16, 2010 07:29 by beneberle


Initial Code
// Remove ping buttons from each track listing
defaults write com.apple.iTunes hide-ping-dropdown 1

// Restore the pre-iTunes 10 arrows 
defaults write com.apple.iTunes show-store-link-arrows 1

// change the arrow to point to your library, allowing for quick filtering and navigation
defaults write com.apple.iTunes invertStoreLinks 1

Initial URL
http://gidden.net/tom/2010/09/25/removing-ping-from-itunes-10-0-1/

Initial Description
Big ups to Tom Gidden for this one. If you\'re not all that happy about some of the changes in iTunes 10, or if you\'d rather look through your own library instead of the itunes store, give these a try.

Initial Title
iTunes hidden settings - terminal tweaks

Initial Tags
osx, terminal

Initial Language
Bash