A simple FIP radio (and Radio France) player with mpris metadata
White theme
Dark theme
You need to have libmpv installed on your system.
pacman -S mpv
apt install libmpv-dev
dnf install mpv-devel
Make the binary file executable:
chmod +x fip-player
./fip-player
Install system-wide:
sudo cp fip-player /usr/local/bin
Install for current user (~/.local/bin/
must be in your PATH):
cp fip-player ~/.local/bin
go install github.com/DucNg/fip-player@latest
Requires Go >= 1.19 and libmpv
go run .
Run in debug mode (creates a log file in /tmp)
go run . -d