kenogo / spotify-lyrics-cli

Migrated to Gitlab, this Github repo will not receive updates.

Home Page:https://gitlab.com/kenogo/spotify-lyrics-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-lyrics-cli

This is a simple python script to automatically scrape www.genius.com lyrics based on the currently playing Spotify song (using the Linux native Spotify client). Actually, other media players than Spotify can be used as long as they use the DBus MediaPlayer2 interface. An example would be VLC. There program can also fetch lyrics for mpd.

The program can be installed by downloading and extracting the zip and simply running.

python3 setup.py install

You can also install it from pypi:

pip3 install spotify-lyrics-cli

It can then be run with

lyrics-cli [spotify|vlc|...]

Dependencies

If you want to fetch lyrics for mpd, you'll need to install the python library mpd.

About

Migrated to Gitlab, this Github repo will not receive updates.

https://gitlab.com/kenogo/spotify-lyrics-cli

License:GNU General Public License v3.0


Languages

Language:Python 100.0%