
PyRadio is an open-source curses based internet radio player that runs in command console. The software is implemented in Python, and uses mplayer or VLC for media playback.
The community has recently made the snap package for PyRadio to make it easy to install the tool in Ubuntu 16.04 and higher either via Ubuntu Software:
or by running command in terminal:
snap install pyradio
Since snap app contains most required libraries and dependencies, the installation file is kinda large.
To start the radio player, run command:
pyradio --play
And here are keyboard shortcuts:
Up/Down/j/k/PgUp/PgDownChange station selectionEnterPlay selected station-/+Change volumemMuterSelect and play a random stationgJump to first station<n>GJump to n-th stationSpaceStop/start playing selected stationEsc/qQuit