InternetRadio
play and record internet radio stations
Install / Use
/learn @Axel-Erfurt/InternetRadioREADME
InternetRadio
play and record internet radio stations
deutsche Anleitung -> UbuntuUsers Howto myRadio

Requirements:
- PyQt5
- wget
Usage
It is operated via the context menu of the tray icon or the main window.
- right click on systray icon -> category -> select channel
find radio channels
opens a window where you can search for radio stations.
A highlighted entry can be added to the channel list in MyRadio via the context menu add to MyRadio List.
In the dialog box choose a category or create a new category by typing a new name.
Under this category, the channel is then displayed in MyRadio menu.
Notifications enable / disable notifications
on / off for displaying metadata (for example, song title and artist, News)
show Main Window / hide Main Window
hide / show Main Window
stop playing
Stops playback
start playing
Starts playback
record Channel: station name
Recording of the current channel is started
stop recording
Recording of the current channel is stopped. A dialog box for saving the recording will be shown.
exit
leave application
Channel Editor
Format:
-- Category --
Name,URL
Example:
-- Information --
MDR Aktuell,http://mdr-284340-0.cast.mdr.de/mdr/284340/0/mp3/low/stream.mp3
-- Lokal --
Antenne Thüringen,http://stream.antennethueringen.de/live/mp3-128/
Each category is shown in the menu as a submenu with the associated channels.
Installation Mint / Ubuntu
wget 'https://raw.githubusercontent.com/Axel-Erfurt/InternetRadio/master/InternetRadioInstall.sh' -O ~/Downloads/InternetRadioInstall.sh && chmod +x ~/Downloads/InternetRadioInstall.sh && ~/Downloads/InternetRadioInstall.sh
Deinstallation
rm ~/.local/share/applications/InternetRadio.desktop
rm -rf ~/.local/share/InternetRadio
Bookmarks from Radio Tray
Python Code to convert a Radio Tray bookmarks.xml
Insert the text into myradio.txt
change myfile = "/tmp/bookmarks.xml" to the path of your bookmarks.xml
import xml.etree.ElementTree as ET
myfile = "/tmp/bookmarks.xml"
tree = ET.parse(myfile)
root = tree.getroot()
print("-- Radio Tray Import --")
for child in root:
for x in range(len(child)):
for value in child[x]:
name = value.get("name")
url = value.get("url")
if not url == None and not "separator" in name:
print(f'{name},{url}')
letztes Update 31.Januar 2020 22:24 Uhr
RadioSearch.py
find Radio Stations
(now also included in myRadio)
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
110.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
351.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
