limoo icon indicating copy to clipboard operation
limoo copied to clipboard

Limoo shows lyrics for the current playing song

Limoo

Limoo shows lyrics for the current playing song in your browser. Supports Spotify, VLC, Rhythmbox, Amarok, and others.

limoo

Install

You need python 2.6 or newer python 2.x, python-pip and git.

Ubuntu:

git clone https://github.com/shayanh/limoo.git
cd limoo/
wget https://github.com/acrisci/playerctl/releases/download/v0.5.0/playerctl-0.5.0_amd64.deb
sudo dpkg -i ./playerctl-0.5.0_amd64.deb
sudo pip install -r requirements.txt

Arch Linux:

yaourt -S playerctl-git
git clone https://github.com/shayanh/limoo.git
cd limoo/
sudo pip install -r requirements.txt

Usage

python2 run.py

and point your web browser to http://localhost:5000.

You can set your default player for showing lyrics in settings.py, otherwise limoo automatically chooses one of the available players.