This is an Alfred 3 workflow to search Genius for lyrics. By default it will search for the currently playing track.
This workflow is not particularly easy for end-users to install. You will need to install Python 3 and register with Genius for an API token. If you think Python is a type of snake this might not be for you.
You'll need a Python 3 install with the requests
package.
I used conda for this:
conda create -n alfred-genius python=3 requests
But feel free to use python3 from Homebrew or something else.
- Set the
PATH
var for this workflow to your Python bin - Set the
GENIUS_TOKEN
var to your Genius API token
ln -s path/to/alfred-genius "~/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.alfred-genius"
Useful development links: