goradion
Goradion is a command line radio player based on mpv
.
Setup
-
Prerequisites: mpv
-
Mac
-
Ubuntu
-
Arch Linux
-
Windows
- Download: mpv
- Unpack e.g. into c:\mpv
- Add this dir to the PATH, either via GUI or:
setx /M PATH "%PATH%;c:\mpv"
-
Other OSes
-
Download goradion
-
Mark it as executable (not needed on Windows):
chmod +x goradion-<version>
Warning: On some Windows machines, a virus scanner identifies the binary as infected (https://go.dev/doc/faq#virus), in this case it's best to build the binary yourself: go build .
.
Run
On Windows just double click the downloaded exe (or run via cmd to use flags), on other OSes:
# Starts with preset radio stations
goradion-<version>
Stations
The stations are configured using a CSV file with a titile, URL and semicolon ;
separated tag(s), e.g.:
Title,URL,tag_1[;...;tag_n]
...
Stations file can be passed with -s
argument; goradion supports both local files and HTTP URLs, e.g.:
goradion -s /path/to/stations.csv
OR
goradion -s https://path-to/stations.csv