til/Applications/Misc/mpv.md

32 lines
646 B
Markdown
Raw Normal View History

2020-06-19 10:20:01 +00:00
# [mpv](https://github.com/mpv-player/mpv)
2021-04-03 16:58:41 +00:00
## Installation
2020-06-19 10:20:01 +00:00
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `mpv` |
| Ubuntu | `mpv` |
2020-06-25 17:47:06 +00:00
2021-04-03 16:58:41 +00:00
## Usage
### Options
2020-06-25 17:47:06 +00:00
| Option | Description |
| ----------------- | ------------- |
| `--no-video` | Disable video |
| `--shuffle` | Play random |
| `--loop-playlist` | Loop playlist |
| `--loop` | Loop single |
2021-04-03 16:58:41 +00:00
### Youtube
2020-06-25 17:47:06 +00:00
2021-04-04 07:44:04 +00:00
Need [youtube-dl](Applications/Misc/youtube-dl.md):
2020-06-25 17:47:06 +00:00
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
```