alexanderepstein / Bash-Snippets

A collection of small bash scripts for heavy terminal users
MIT License
9.62k stars 844 forks source link

Add support for fetching lyrics of song from command line. #118

Closed tushar-saxena closed 7 years ago

tushar-saxena commented 7 years ago

Issue Label:

Description:

alexanderepstein commented 7 years ago

Haven't really found a good free API for this. Will leave this issue here for a little for anyone who wants to try creating this. Follow the guide in CONTRIBUTING for instructions on creating a new component.

m1guelpf commented 7 years ago

Maybe you can do this with Musixmatch API...

alexanderepstein commented 7 years ago

Musixmatch API only provides 30% of the song lyrics with their free plan https://developer.musixmatch.com/plans

glundgren93 commented 7 years ago

There are a couple of other options:

alexanderepstein commented 7 years ago

Using @glundgren93 's second option i have created the initial version of the lyrics tool in this commit 89a4d1f32eb171af0607008fbebbe927ad760b32

alexanderepstein commented 7 years ago

Added in Version 1.19.0