iTunes hidden settings - terminal tweaks


/ Published in: Bash
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. // Remove ping buttons from each track listing
  2. defaults write com.apple.iTunes hide-ping-dropdown 1
  3.  
  4. // Restore the pre-iTunes 10 arrows
  5. defaults write com.apple.iTunes show-store-link-arrows 1
  6.  
  7. // change the arrow to point to your library, allowing for quick filtering and navigation
  8. // A must-have for large collections
  9. defaults write com.apple.iTunes invertStoreLinks 1

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.