DucNg / fip-player

FIP client with metadata
Do What The F*ck You Want To Public License
5 stars 3 forks source link

FIP-Player

A simple FIP radio (and Radio France) player with mpris metadata

White theme

Dark theme

How to use

Install the dependencies

You need to have libmpv installed on your system.

pacman -S mpv
apt install libmpv-dev
dnf install mpv-devel

Install FIP-Player

Use pre builds

Download latest release

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

Install using the golang toolchain

go install github.com/DucNg/fip-player@latest

Build and run

Requires Go >= 1.19 and libmpv

go run .

Run in debug mode (creates a log file in /tmp)

go run . -d

Credits