Some of the stations in radio.py-0.5 changed the URLs or their streams. The patch updates the stream URLs of three stations: Galgalatz, Galatz and Radius.
To apply the patch and update radio.py, open a terminal and cd
to the directory where you installed it. Type the following commands in the terminal (If you installed as root, you’ll need to run the commands as root too).
$ wget "http://www.guyrutenberg.com/wp-content/uploads/2008/11/radio.py.patch"
$ patch radio.py < radio.py.patch
$ rm radio.py.patch