Skip to content
/ limoo Public

Limoo shows lyrics for the current playing song

Notifications You must be signed in to change notification settings

shayanh/limoo

Repository files navigation

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.

About

Limoo shows lyrics for the current playing song

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages