Monthly Archives: September 2009

iTunes zoom behavior

iTunes prior to 9.0 used a click on the zoom widget to convert to the mini player, leaving people like me who actually like to zoom a window option-clicking it. iTunes 9.0 finally fixed this. A click on the zoom … Continue reading

Posted in Technology | Tagged , , | Comments Off

Minimized iTunes player

Paste this into AppleScript Editor: ? tell application “iTunes” repeat with b in browser windows set the minimized of b to true end repeat end tell 1 2 3 4 5 tell application “iTunes” repeat with b in browser windows … Continue reading

Posted in Technology | Tagged , | Comments Off