Listen to radio from command line
Here is a simple bash script that let you listen to internet radio stations all without leaving the convenience of your terminal.
Prereqisites
- The script works with dmenu so you need to have it installed.
- Uses Mpv to play the audio
Steps
- Download script by running
wget https://github.com/Nandu-Chandran/.scripts/blob/master/radio.sh
- Then move it to your user bin by
mv radio.sh ~/.local/bin
- Finally
chmod +x radio.sh
to give permissions.
Radio urls are copied from online radio sites. Use the inspect feature of your browser to get audio urls. Feel free to create pull request if you found any good stations. All contibutions are welcome.
Read other posts