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-develMake the binary file executable:
chmod +x fip-player
./fip-playerInstall system-wide:
sudo cp fip-player /usr/local/binInstall for current user (~/.local/bin/ must be in your PATH):
cp fip-player ~/.local/bingo install github.com/DucNg/fip-player@latestRequires 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

