Tips for QuickTime X
From Hardmac we get a series of codes to modify some hidden preferences QuickTime X, the media player included in Snow Leopard.
As always, these lines should be introduced through the terminal.
Windows without rounded edges
defaults write com.apple.QuickTimePlayerX MGCinematicWindowDebugForceNoRoundedCorners 1
Never show the control bar
defaults write com.apple.QuickTimePlayerX MGUIVisibilityNeverAutoshow 1
Always show the control bar (disables hiding)
defaults write com.apple.QuickTimePlayerX MGUIVisibilityNeverAutohide 1
Never show the title bar
defaults write com.apple.QuickTimePlayerX MGCinematicWindowDebugForceNoTitlebar 1
Automatically play upon open
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
More codes available on the following link.
Via: Hardmac
