Simple program to quickly listen to radio via mpv, that I made for myself.
Only works on Linux due to hacky implementation.
This program works by calling mpv with the link of the stream in GUI: mpv --player-operation-mode=pseudo-gui "<stream link>"
Makefile not available due to limited knowledge.
- The list of channels is inside
/vnrdo/vnrdo.c - Choose channel from the pre-provided list
- Listen via mpv
- mpv and program run differently, you can close
vnrdoand let mpv play
- gcc (for building)
- mpv (The one that can run from the terminal, for playback)
gcc main.c vnrdo/*.c -o vnrdo
Run vnrdio in terminal