Fix iTunes 8
OK, so the Genius update on iTunes 8 is pretty slick. That will keep me from using Last.fm as much as I have been recently. But they took out a bunch of preferences that made iTunes, in my opinion, less ugly. I’m talking about those damn arrows next to every artist, album, and track that takes you to the store, and the useless Genre column. Here’s the fix — paste these commands into the Terminal:
defaults write com.apple.iTunes show-genre-when-browsing -bool FALSE
defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
Comments