Skip to content

bakedbean/RadioBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadioBar

A minimal macOS menubar app for streaming internet radio, with live track info displayed directly in the menubar — no dropdown required.

Why?

Most menubar radio apps (Triode, etc.) hide track info behind a dropdown. RadioBar parses ICY (Shoutcast/Icecast) metadata from the raw stream bytes and shows the current song right in your menubar.

Features

  • Live track info in the menubar title (artist – song)
  • 10 built-in stations (WERS, KEXP, SomaFM, BBC 6, NTS, FIP, Radio Paradise)
  • Add your own stations via stream URL
  • Play/pause, volume control
  • No Dock icon — menubar only
  • Auto-adapts to light/dark mode

Built-in Stations

Station Genre
WERS 88.9 FM College/Eclectic
KEXP 90.3 FM Eclectic
SomaFM: Groove Salad Ambient/Downtempo
SomaFM: Secret Agent Spy/Lounge
SomaFM: Drone Zone Ambient/Drone
SomaFM: Lush Vocal/Electronic
BBC Radio 6 Music Eclectic
NTS Radio 1 Eclectic
FIP Eclectic
Radio Paradise: Main Mix Eclectic

Requirements

  • macOS 14.0 (Sonoma) or later
  • Apple Silicon or Intel

Install

Download

Download the latest RadioBar.app from Releases and drag it to your Applications folder.

Build from source

git clone https://github.com/bakedbean/RadioBar.git
cd RadioBar
make build
open build/RadioBar.app

How It Works

Internet radio streams (Shoutcast/Icecast) embed song metadata inside the audio bytes using the ICY protocol. AVPlayer can play the audio but hides the raw bytes.

RadioBar opens a second, parallel connection to the same stream URL — one for audio (AVPlayer), one for metadata (raw URLSession). The metadata parser reads the icy-metaint interval from stream headers, skips audio chunks, and extracts StreamTitle='Artist - Song' strings from the in-band metadata blocks.

No external dependencies. Pure Swift + AppKit.

License

MIT

About

macOS menubar internet radio with live track info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors