Add Video category and entry

This commit is contained in:
Marcel Bischoff 2015-10-18 19:07:05 +02:00
parent c1b696127d
commit c764c826b9

View File

@ -41,6 +41,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Keyboard](#keyboard)
- [Media](#media)
- [Audio](#audio)
- [Video](#video)
- [Networking](#networking)
- [Bonjour](#bonjour)
- [DHCP](#dhcp)
@ -549,6 +550,13 @@ afplay -q 1 filename.mp3
say 'All your base are belong to us!'
```
### Video
#### Auto-Play Videos in QuickTime Player
```bash
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
```
## Networking