Script to generate bookmarks.xml from radiosure.com radio stations database for radiotray.
Script to generate bookmarks.xml from radiosure.com radio stations database for radiotray (and pyradio).
This Python2.7 script downloads the radio station compilation from radiosure.com , and writes it to radiotray bookmark.xml format ( and pyradio stations.csv file )
copy the bookmark.xml file to ~/.local/share/radiotray , and enjoy ~50000+ radio stations :)
for pyradio, check for stations.csv location by below command
$ pyradio -scd
and then copy stations.csv file to that location
$ python2 radiotray_stations_helper.py
$ sudo cp bookmark.xml ~/.local/share/radiotray/
or
for pyradio, copy stations.csv file to location given by following command
$ pyradio -scd | awk -F: '{print $NF}'