A simple FIP radio (and Radio France) player with mpris metadata
White theme
Dark theme
You need to have libmpv installed on your system.
- Arch
pacman -S mpv
- Ubuntu
apt install libmpv-dev
- Fedora
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
- A cool dbus lib: https://github.com/godbus/dbus
- Nice libmpv bindings: https://github.com/aykevl/plaincast
- Awesome mpris implementation using godbus: https://github.com/natsukagami/mpd-mpris
- Pretty TUI lib: https://github.com/charmbracelet/bubbletea