diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-10 03:49:16 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-10 03:49:16 +0200 |
| commit | ae2835e4181e5e9e6b9f65fdb59ed1b0eb11b848 (patch) | |
| tree | bc52b0bc7135c6e355fd60ef2de0270453aaa49b /content | |
| parent | 33e90b8e9b87473ca03aec2941779fc329c7af20 (diff) | |
| download | mitjafelicijan.com-ae2835e4181e5e9e6b9f65fdb59ed1b0eb11b848.tar.gz | |
Note: Online radios
Diffstat (limited to 'content')
| -rw-r--r-- | content/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md b/content/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md new file mode 100644 index 0000000..821a80f --- /dev/null +++ b/content/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | --- | ||
| 2 | title: "Online radio streaming with MPV from terminal" | ||
| 3 | url: online-radio-streaming-with-mpv-from-terminal.html | ||
| 4 | date: 2023-07-10T03:34:45+02:00 | ||
| 5 | type: note | ||
| 6 | draft: false | ||
| 7 | --- | ||
| 8 | |||
| 9 | Recently I have been using my Thinkpad x220 more and there are some constraints | ||
| 10 | I have faced with it. CPU is not as powerful as on my main machine and I really | ||
| 11 | want to listen to some music while using the machine. Browsers really are bloat. | ||
| 12 | |||
| 13 | Check out this site https://streamurl.link/ and copy the stream url and then do | ||
| 14 | `mpv streamlink`. | ||
