Skip to content

pallavmahamana/radiotray-stations-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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

$ 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}'

About

Helper script to generate bookmarks.xml and stations.csv for radiotray and pyradio from radiosure.com radio stations database (.rsd) file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages