From 4abcce013c9ee3053badf2abda77190233066676 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 23 Feb 2024 10:35:22 +0100 Subject: Testing thoughts page --- ...07-10-online-radio-streaming-with-mpv-from-terminal.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md (limited to '_posts/notes/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md') 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 @@ +--- +title: "Online radio streaming with MPV from terminal" +permalink: /online-radio-streaming-with-mpv-from-terminal.html +date: 2023-07-10T03:34:45+02:00 +layout: post +type: note +draft: false +--- + +Recently I have been using my Thinkpad x220 more and there are some constraints +I have faced with it. CPU is not as powerful as on my main machine and I really +want to listen to some music while using the machine. Browsers really are bloat. + +Check out this site https://streamurl.link/ and copy the stream url and then do +`mpv streamlink`. -- cgit v1.2.3