VonKavalier / radioshell

Little bash program that allows to keep a list of online radios and listen to them in the terminal :radio:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radioshell

Little bash program that allows to keep a list of online radio and listen to them in the terminal đź“»

Installation

  1. Put the script anywhere you want
  2. Make sure you have MPV installed
  3. Set the environment variable $RADIOS_LIST to the path of your radios.txt file (make sure it's full path, no ~ allowed)

How to use

Just start the script and enjoy :)

Warning : The URLs must be direct stream links. Playlist files like *.pls or *.m3u are allowed too.

Otherwise, mpv will throw an error.

Tips

  • You don't have to write the complete name of the radio when playing it. It's made with a grep so you just need few letters actually :)
  • Commands can be called with only the first letter. For example if you want the list, instead of typing list, you just can type l

Other

My personal radio list

If you want to contribute any help will be appreciated :)

About

Little bash program that allows to keep a list of online radios and listen to them in the terminal :radio:

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%