Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Migrated to Gitlab, this Github repo will not receive updates.
https://github.com/kenogo/spotify-lyrics-cli

bash linux lyrics python-script spotify

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`.