modulepackage
0.0.0-20241021195808-ee7a0157150a
Repository: https://github.com/mjoe/radiotray.git
Documentation: pkg.go.dev
# README
RadioTray
Simple radio player in your tray bar for macOS
Installation
# clone repo
brew install go
make darwin-app
# move build/RadioTray.app to /Applications
Configuration
Radios configurations are stored in $HOME/.radiotray.yaml
.
After each change, restart the app.
Example configuration :
radios:
- name: Maxxima
format: mp3
source: https://maxxima.mine.nu/maxxima.mp3
- name: Swiss Pop
format: mp3
source: http://stream.srg-ssr.ch/m/rsp/mp3_128
- name: Swiss Jazz
format: mp3
source: http://stream.srg-ssr.ch/m/rsj/mp3_128
Credits
# Packages
Package cmd implement main cmd interface.