-
Notifications
You must be signed in to change notification settings - Fork 18
Searching
Searching using Spotify for Alfred is fairly simple. Just hit the hotkey (by default it's set to Command + Enter
) and you will be presented with a search box with a Spotify logo. Simply state the search type and query and results will start to appear.
Spotify's API queries artists, albums and tracks seperately. This is why you must specify a search type. If we didn't create it this way we would have to ping all three API endpoints and results would take longer to appear. To keep it snappy we have chosen to require the search type as the first word.
artist de la soul
album the grind date
track the grind date
Simply press your Enter
key to open Spotify directly to the search result. It's that simple. Oh yeah, almost forgot, if you press Control + Enter
on the desired result instead of just Enter
we will start a radio station for instead ;).
While this has a certain cool factor is it not recommended because it slows down search a lot. We try to cache images but it still has to poll at minimum one place to find the image then render. In our opinion there is really no need to have real images as your icons other than it looks nice. It's up to you.
By default search has images Off
. You can enable them pretty easily. If you do enable them we will cut your search results from 15 to 5 to help speed up your results.
- Open the workflow in Alfred (open Alfred preferences, clicks on the Workflows icon and click the Spotify worklow)
- Double click the action labeled
spot search
- Change
IMAGES="no"
toIMAGES="yes"
- Save
- Shazzam! Done.