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/PgDown
Change station selectionEnter
Play selected station-/+
Change volumem
Muter
Select and play a random stationg
Jump to first station<n>G
Jump to n-th stationSpace
Stop/start playing selected stationEsc/q
Quit
Nice man, you have made the pyradio installation, so simple for me. Previously i was getting error when tried installing. Now, it’s cool