RadioStation is a fork off Radiotray-Lite, a lightweight clone of the original Radio Tray online radio streaming player rewritten in C++.
It is available to Sparky 5 and newer.
sudo apt install radiostation
The first run will copy the default radio station list (if does't exist) to:
~/.config/radiostation/bookmarks.xml
If an upgrade provides upgraded station list, it will be not copy to your home directory, and will be not use unless the old list still exist. If you would like to load a newer station list, backup your exist list:
mv ~/.config/radiostation/bookmarks.xml ~/.config/radiostation/bookmarks-copy.xml
Then restart the RadioStation application.
Copy your existing bookmarks.xml from Radio Tray (which is usually located at $HOME/.local/share/radiotray/bookmarks.xml) into $HOME/.config/radiostation/ directory.
Configuration file is located in the same directory as bookmarks file. It has simple XML format and following options are supported:
Example:
<?xml version="1.0"?> <config> <option name="last_station" value="Rock 181" /> <option name="buffer_size" value="102400" /> <option name="url_timeout" value="5" /> <option name="notifications" value="false" /> </config>