Skip to content

DucNg/fip-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • Arch
pacman -S mpv
  • Ubuntu
apt install libmpv-dev
  • Fedora
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