Here is a simple bash script that let you listen to internet radio stations all without leaving the convenience of your terminal.

Prereqisites

  1. The script works with dmenu so you need to have it installed.
  2. Uses Mpv to play the audio

Steps

  1. Download script by running wget https://github.com/Nandu-Chandran/.scripts/blob/master/radio.sh
  2. Then move it to your user bin by mv radio.sh ~/.local/bin
  3. 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.