RadioTerm is a simple to use and lightweight console online radio player for Windows and Linux.
You need libvlc installed on Linux. It should come with a standard installation of VLC Player.
Press a
to add a station. You will be asked to provide a name and a URL. Make sure to provide the URL of the stream itself not the URL of the website, otherwise you'll see an error.
An easy way of retrieving the stream url is by starting the audiostream on the website and using [].slice.call(document.getElementsByTagName('audio')).map(el => el.src)
in the browser console to get a list of urls.
Stations can be deleted by pressing the d
key, which brings up a small menu. Use the arrow down and up keys to select a station. On Enter
the selected station will be deleted
RadioTerm saves your stations in a .json file under
C:\Users\[YourUsername]\AppData\Roaming\RadioTerm
on WindowsXDG_CONFIG_HOME/RadioTerm
on Linux
Clone the repository clean solution then build it using VS2019.
RadioTerm uses following NuGet packages:
Get the latest release here
Windows: Releases are currently on hold as I need to cherrypick the parts from libvlc that are required.