-
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 ;).