Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kenogo/spotify-lyrics-cli
- Owner: kenogo
- License: gpl-3.0
- Created: 2018-01-19T23:20:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T18:07:41.000Z (over 5 years ago)
- Last Synced: 2024-11-27T04:30:55.671Z (2 months ago)
- Topics: bash, linux, lyrics, python-script, spotify
- Language: Python
- Homepage: https://gitlab.com/kenogo/spotify-lyrics-cli
- Size: 28.3 KB
- Stars: 56
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.