songwhip

From their README

alfred3-songkick

Automatically gives you links to the track on your clipboard for all music platforms provided by Songkick.

Download

See releases page for latest Workflow file.

Usage

Have a music link in your clipboard,

fire up Alfred and use the keyword. (default is 'sw'), and hit Enter

You will be presented with a choice of services to get a link for the song.

Issues

If you are having issues, check the debugger.

Missing Python Packages

You will also need to find the workflow data folder:

and in it, create a new file setup.cfg with the following contents:

[install]
prefix=

Run pip install --user -U pip and then do which python to find your python executable.

pip install --user -U pip
/path/to/your/python -m pip install --target /workflow-data-folder requests
/path/to/your/python -m pip install --target /workflow-data-folder lxml