Skip to content

RSully/alfred-genius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Alfred 3 workflow to search Genius for lyrics. By default it will search for the currently playing track.

example usage

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.

Installation:

Prep:

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.

Configuration

  • Set the PATH var for this workflow to your Python bin
  • Set the GENIUS_TOKEN var to your Genius API token

Add to Alfred 5

ln -s path/to/alfred-genius "~/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.alfred-genius"

Useful development links:

About

Search Genius.com from Alfred

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published