项目作者: pallavmahamana

项目描述 :
Script to generate bookmarks.xml from radiosure.com radio stations database for radiotray.
高级语言: Python
项目地址: git://github.com/pallavmahamana/radiotray_stations_helper.git


radiotray_stations_helper

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

usage

use python2 to run this script

  1. $ python2 radiotray_stations_helper.py
  2. $ sudo cp bookmark.xml ~/.local/share/radiotray/

or

for pyradio, copy stations.csv file to location given by following command

  1. $ pyradio -scd | awk -F: '{print $NF}'