Disable autoplay for HD trailers in QuickTime X

4

1

Since QuickTime X came out, whenever I watch HD trailers from Apple, they automatically begin playing as soon as possible. Is there a hidden preference to disable that? My question may be similar to a previous question on QuickTime X autoplay for embedded videos. I'm assuming it's a defaults write thing…

fideli

Posted 2010-01-12T03:57:40.217

Reputation: 13 618

Answers

2

I've taken to double striking the space bar as soon as the QuickTime window opens. This starts and then quickly stops playback, disengaging autoplay while the trailer buffers. It isn't a proper solution, but as good of a workaround as I've been able to come up with.

duozmo

Posted 2010-01-12T03:57:40.217

Reputation: 314

2

Open up terminal. Run the following command:

defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 0

Run this to turn it back on:

defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1

You might need to restart Quicktime and/or the whole system for it to grab the new defaults.

Take a look at this Preferance Pane too, it will make changes to QuicktimeX easier until they implement preferences in the app itself.

Marcin

Posted 2010-01-12T03:57:40.217

Reputation: 3 414

Took me a bit of time to respond because I was testing it out a few different times. Doesn't work, either with the Preference Pane or with the command. Trailers from Apple autoplay as soon as they're loaded enough. +1 anyway for the Preference Pane. Didn't know about that. – fideli – 2010-01-14T04:33:15.643

Upon further investigation, it appears that the autoplay preference applies to files that I open from my computer, and not trailers that load from Apple's website. Hmm. – fideli – 2010-01-16T06:18:10.000