Skip to content

Commit c76c04a

Browse files
committed
Added hotkey support for creating radio stations
Added hotkey support for searching
1 parent 6d2b9c5 commit c76c04a

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ If you are looking for the Spotify Extension for Alfred Version 1, you can find
88

99
To install Spotify Controls in Alfred double click on `Spotify.alfredworkflow` or drag the workflow to the workflow window in Alfred.
1010

11+
## Hotkeys
12+
Version 2.2.1 introduced the use of Hotkeys to invoke certain actions. All hotkeys are customizable in the workflow.
13+
14+
#### Hotkey for Search
15+
16+
```
17+
Command + Enter
18+
```
19+
20+
This hotkey will bring open a default search box where you can just type one of the following commands to search:
21+
22+
```
23+
artist De La Soul
24+
album Stakes is High
25+
track Sunshine
26+
```
27+
28+
#### Hotkey for Radio Stations
29+
30+
```
31+
Option + Command + R
32+
```
33+
34+
This hotkey will simply create a new Spotify radio station from the currently playing track.
35+
1136

1237
## How to use (Basic Commands)
1338

@@ -73,8 +98,15 @@ $ spot dev
7398
$ spot version
7499
```
75100

101+
## Searching using the Hotkey (default to Command + Return)
102+
Version 2.2.1 introduced the addition of Hotkey search. By default press `Command + Return` to invoke the Spotify search bar. The Hotkey can be customized in the workflow to anything you would like. can bFrom here you can just type on of the following commands:
103+
```
104+
artist De La Soul
105+
album Stakes is High
106+
track Sunshine
107+
```
76108

77-
## How to use (Search)
109+
## How to use Search (Old Method prior to 2.2.1, will always work)
78110

79111
You can also search inline with results showing up in the results panel of Alfred. Simply type `spot` followed by `artist` or `album` or `track` then your query. The results will start to appear in the file list within Alfred. After that, find the result you want and either press `Return` on your keyboard or click the result. Spotify will open and go directly to that result.
80112

@@ -99,6 +131,10 @@ Instead it calls out to the actual Spotify URL and scrapes the image from the pa
99131
* Save
100132
* Done
101133

134+
135+
### Creating a Radio Station from the current track
136+
Easy, just press the Hotkey command of `Option + Command + R` and the workflow will create a Spotify radio station from the current track playing. The Hotkey can be customized in the workflow to anything you would like.
137+
102138
## Contributors
103139

104140
* [Jeff Johns](https://github.com/phpfunk)
@@ -111,6 +147,11 @@ Instead it calls out to the actual Spotify URL and scrapes the image from the pa
111147

112148

113149
## Version History ##
150+
151+
### 2.2.1 - July 3, 2013
152+
* Added hotkey support for searching
153+
* Added hotkey support for creating custom radio stations
154+
114155
### 2.2.0 - June 15, 2013
115156
* Updated workflow to simply search
116157
* `spot artist de la soul`

Spotify.alfredworkflow

982 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)