You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-1Lines changed: 42 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,31 @@ If you are looking for the Spotify Extension for Alfred Version 1, you can find
8
8
9
9
To install Spotify Controls in Alfred double click on `Spotify.alfredworkflow` or drag the workflow to the workflow window in Alfred.
10
10
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
+
11
36
12
37
## How to use (Basic Commands)
13
38
@@ -73,8 +98,15 @@ $ spot dev
73
98
$ spot version
74
99
```
75
100
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
+
```
76
108
77
-
## How to use (Search)
109
+
## How to use Search (Old Method prior to 2.2.1, will always work)
78
110
79
111
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.
80
112
@@ -99,6 +131,10 @@ Instead it calls out to the actual Spotify URL and scrapes the image from the pa
99
131
* Save
100
132
* Done
101
133
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.
0 commit comments