From 6f89f05ee16a729ec183b2831faf610daeb9a179 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Aug 2012 08:12:10 +0200 Subject: .osx: Disable radio stations in iTunes --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index ced4f28..e325871 100755 --- a/.osx +++ b/.osx @@ -367,6 +367,9 @@ defaults write com.apple.iTunes disablePingSidebar -bool true # Disable all the other Ping stuff in iTunes defaults write com.apple.iTunes disablePing -bool true +# Disable radio stations in iTunes +defaults write com.apple.iTunes disableRadio -bool true + # Make ⌘ + F focus the search input in iTunes # To use these commands in another language, browse iTunes’s package contents, # open `Contents/Resources/your-language.lproj/Localizable.strings`, and look -- cgit v1.2.3