Skip to content

Instantly share code, notes, and snippets.

@blech
Last active September 24, 2015 10:38
Show Gist options
  • Save blech/735083 to your computer and use it in GitHub Desktop.
Save blech/735083 to your computer and use it in GitHub Desktop.
iTunes defaults

These four defaults settings will disable Ping, hide the dropdown, restore the old arrows, and invert them such that clicking them will navigate the libary, not the Store. Boiled down from http://gidden.net/tom/2010/09/25/removing-ping

defaults write com.apple.iTunes disablePingSidebar 1
defaults write com.apple.iTunes hide-ping-dropdown 1
defaults write com.apple.iTunes show-store-link-arrows 1
defaults write com.apple.iTunes invertStoreLinks 1
defaults write com.apple.iTunes disablePingSidebar 1
defaults write com.apple.iTunes hide-ping-dropdown 1
defaults write com.apple.iTunes show-store-link-arrows 1
defaults write com.apple.iTunes invertStoreLinks 1
@stig
Copy link

stig commented Dec 10, 2010

Oooh, that last one is nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment