mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.01k stars 8.74k forks source link

QuickTime autoplay on open does not work #1052

Open verityj opened 1 year ago

verityj commented 1 year ago
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen -bool true

It gets written into the .plist just fine but when I open an .mp4 in QuickTime 10.5 it does not autoplay.

(I also tried defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1 - same outcome, no autoplay)

Did the command change?

qt