alfred3-songwhip

An Alfred Workflow


Short Description

Cross convert URLs to and from different music services via Songkick

Last Updated

05 Jun 2019

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.1
 

Bundle ID

com.invious.alfred3.songkick
 

Author

Webservices

Tags

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

Best advice is to run pip install --user -U pip and then do which python to find your python executable.

You will also need to find the workflow data folder:

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