Tran Hau 2020-06-26 00:47:06 +07:00
parent 2af48cdfce
commit ab633268e9
2 changed files with 28 additions and 0 deletions

View File

@ -5,3 +5,30 @@
| Arch Linux | `mpv` |
| Ubuntu | `mpv` |
| Homebrew | `mpv` |
## Options
| Option | Description |
| ----------------- | ------------- |
| `--no-video` | Disable video |
| `--shuffle` | Play random |
| `--loop-playlist` | Loop playlist |
| `--loop` | Loop single |
## Youtube
Require [youtube-dl](https://github.com/ytdl-org/youtube-dl):
| Distribution | Package |
| ------------ | ------------ |
| Arch Linux | `youtube-dl` |
| Ubuntu | `youtube-dl` |
| Homebrew | `youtube-dl` |
Play youtube in terminal:
```sh
mpv "https://www.youtube.com/watch?v=PLACEBO" --no-video
mpv "https://www.youtube.com/playlist?list=PLACEBO" --no-video
```

View File

@ -18,6 +18,7 @@
- [Misc](Applications/Misc/README.md)
- [Cheat](Applications/Misc/Cheat.md)
- [Instaloader](Applications/Misc/Instaloader.md)
- [mpv](Applications/Misc/mpv.md)
- [Steam](Applications/Misc/Steam.md)
- [Ventoy](Applications/Misc/Ventoy.md)
- [Network](Applications/Network/README.md)