diff options
Diffstat (limited to '_posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md')
| -rw-r--r-- | _posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md b/_posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md new file mode 100644 index 0000000..60daca8 --- /dev/null +++ b/_posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | --- | ||
| 2 | title: "Online radio streaming with MPV from terminal" | ||
| 3 | permalink: /online-radio-streaming-with-mpv-from-terminal.html | ||
| 4 | date: 2023-07-10T03:34:45+02:00 | ||
| 5 | layout: post | ||
| 6 | type: note | ||
| 7 | draft: false | ||
| 8 | --- | ||
| 9 | |||
| 10 | Recently I have been using my Thinkpad x220 more and there are some constraints | ||
| 11 | I have faced with it. CPU is not as powerful as on my main machine and I really | ||
| 12 | want to listen to some music while using the machine. Browsers really are bloat. | ||
| 13 | |||
| 14 | Check out this site https://streamurl.link/ and copy the stream url and then do | ||
| 15 | `mpv streamlink`. | ||
