Wiki Blog/2012-01-11Jump to currently playing Album, Artist or Genre in iTunesIf you want to jump directly to the current album, current artist or current genre in iTunes, unfortunately this has been disabled. The current solution via "Ping" seems to generate more sales in the iTunes Store. Anyway, if you start the Terminal.app, you can reactivate this functionality rather easily: # Turn off Ping next to songs defaults write com.apple.iTunes hide-ping-dropdown -bool FALSE # Turn on store arrows next to songs defaults write com.apple.iTunes show-store-arrow-links -bool TRUE # Change arrows to point to library instead of store defaults write com.apple.iTunes invertStoreLinks -bool Yes Source is © Copyright 2004 - 2006 Nicola Fankhauser. All Rights Reserved. |