Skip to content

Automatically display Lyrics from song playing in Spotify

Notifications You must be signed in to change notification settings

ludvigloite/Lyrics-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Lyrics-Finder

AppleScript made for Alfred and Spotify

gif

How to use

  1. Play any song in Spotify
  2. Launch Alfred. In my case press option + space
  3. Type lyrics and press enter
  4. Safari will now open and show you the lyrics

How it works

This is a very basic/"manual" script. It does the following:

  1. Use Spotify API to get current artist and current track
  2. Open Safari
  3. Open Genius and search for current track.
  4. Simulate a click on the most popular result.
  5. Simulate cmd + shift + r to get into reading view

Potential improvements

  1. Automated scroll so that it follows the Lyrics.
    • It may be possible to do this simply by comparing length of the song and length of lyrics, and then setting a fixed scroll speed.

About

Automatically display Lyrics from song playing in Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published