Skip to content

Commit

Permalink
Add Video category and entry
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Oct 18, 2015
1 parent c1b6961 commit c764c82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c764c82

Please sign in to comment.