Basic macOS menubar app to play SomaFM radio stations with help from rumps, VLC, and Briefcase.
Initially just an idea to try rumps
, but in daily use since. A simple, lite, and unobtrusive way to play internet radio.
No affiliation with SomaFM. They just had an easy station feed and good selection of genres, so you can station-hop depending on mood. Go support them @ https://somafm.com/support/.
Mostly just regular maintenance to keep it working and maybe small-ish improvements.
The only thing I might explore further as a feature is the ability to pull stations from a local, custom config.
- poetry
- VLC 3.x (
brew cask install vlc
)
poetry install
poetry run briefcase dev
- clean build folder:
rm -rf ./build
poetry run briefcase create
poetry run briefcase build
- check
./build/radiobar/macos/app
folder for application to launch
- clean dist folder:
rm -rf ./dist
poetry run briefcase package
- check
./dist/
folder for.dmg
installer
MIT