Skip to content

Commit

Permalink
Merge branch 'master' of github.com:invious/alfred3-songkick
Browse files Browse the repository at this point in the history
  • Loading branch information
invious committed Jun 6, 2019
2 parents 0b5f019 + 18ec186 commit 17b867e
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,43 @@
# alfred3-songkick
Automatically gives you links to the track on your clipboard for all music platforms provided by Songkick.

## Download

See [releases page](https://github.com/invious/alfred3-songkick/releases/) for latest Workflow file.

## Usage

Have a music link in your clipboard,

![](https://i.imgur.com/AHBHBro.png)

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

![](https://i.imgur.com/Ix1L6QK.png)

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

![](https://i.imgur.com/pGLhLPo.png)


## 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:

![](https://i.imgur.com/ESFMLvO.png)

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
Expand Down

0 comments on commit 17b867e

Please sign in to comment.