Tuesday 14 February 2012

Gnome: How to listen (greek) radio

How to install and configure radiotray

$ sudo apt-get install radiotray 
## download list with greek radios
$ wget http://chrislaz.net/RadioTrayBookmarks.tar.gz
$ tar xfz RadioTrayBookmarks.tar.gz
$ cp bookmarks.xml ~/.local/share/radiotray/
## start radiotray
$ radiotray

How to add a station

Edit ~/.local/share/radiotray/bookmarks.xml:
<bookmark name="Radio Station Name" url="http://address.m3u"/>
Usually extensions for a station: m3u, pls, asf, etc.

References

No comments:

Post a Comment