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
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,15 @@ If you are looking for the Spotify Extension for Alfred Version 1, you can find
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
11
## Using automatic updates
12
-
The auto-updater is baked just for this extension. It will ping Github and get the last 5 releases of this extension. You can easily press `Enter` to install a new version or downgrade to an older version. If you would like to view the release first, simply `Control + Enter` to be taken directly to the release page on Github. Yep that's it. No more downloading squat from here.
12
+
The auto-updater is baked just for this extension. It will ping Github and get the last 5 releases of this extension. You can easily press `Enter` to install a new version, or downgrade to an older version. If you would like to view the release first, simply `Control + Enter` to be taken directly to the release page on Github. You can also use `Option + Enter` to read the release notes for the release. Yep that's it. No more downloading squat from here.
13
13
14
-
### Get the 5 latest versions
14
+
### Get the 5 latest releases
15
15
```
16
16
spot update
17
+
18
+
Enter = Install release
19
+
Control + Enter = View codebase of release
20
+
Option + Enter = Read the release notes for the release
17
21
```
18
22
19
23
## Hotkeys
@@ -118,15 +122,17 @@ album Stakes is High
118
122
track Sunshine
119
123
```
120
124
125
+
You can `Control + Enter` on any result and start a radio station from that result. A normal `Enter` will just go to that result within Spotify.
126
+
121
127
## How to use Search (Old Method prior to 2.2.1, will always work)
122
128
123
129
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.
124
130
125
131
### Examples
126
132
```
127
-
spot artist De La Soul
128
-
spot album Stakes is High
129
-
spot track Sunshine
133
+
spot search artist De La Soul
134
+
spot search album Stakes is High
135
+
spot search track Sunshine
130
136
```
131
137
132
138
## Searching with images enabled (Thanks to [Robin Enhorn](https://github.com/enhorn) for this addition)
@@ -149,7 +155,7 @@ Easy, just press the Hotkey command of `Option + Command + R` and the workflow w
149
155
150
156
151
157
### Using automatic updates
152
-
The auto-updater is baked just for this extension. It will ping Github and get the last 5 releases of this extension. You can easily press `Enter` to install a new version, or downgrade to an older version. If you would like to view the release first, simply `Control + Enter` to be taken directly to the release page on Github. Yep that's it. No more downloading squat from here.
158
+
The auto-updater is baked just for this extension. It will ping Github and get the last 5 releases of this extension. You can easily press `Enter` to install a new version, or downgrade to an older version. If you would like to view the release first, simply `Control + Enter` to be taken directly to the release page on Github. You can also use `Option + Enter` to read the release notes for the release. Yep that's it. No more downloading squat from here.
153
159
154
160
## Contributors
155
161
@@ -174,6 +180,9 @@ The auto-updater is baked just for this extension. It will ping Github and get t
174
180
* Added new `commands.php` file to keep track of commands and what to execute
175
181
* Update release to 2.2.3 for auto-updater
176
182
* Added various applescripts for commands requiring some logic
183
+
* Removed the shorcuts for `spot artist {SEARCH}`, `spot album {SEARCH}` and `spot track {SEARCH}` to avoid conflicts, now required to use the hotkey shortcut or type `spot search artist|album|track {SEARCH}`. Hotkey is recommended :)
184
+
* Added the ability to hit `Control + Enter` on a search result to start a radio station from that result
185
+
* Added the ability to read about a specific release by using `Option + Enter` on an auto-update search result
177
186
178
187
### 2.2.2 - July 7, 2013
179
188
* Added support for automatic updates `spot update`
0 commit comments