-
Notifications
You must be signed in to change notification settings - Fork 19
Commands
Below is a list of commands with a brief explanation about what it does, what it returns, etc.
- Open Spotify
- Quit Spotify
- Next Track
- Replay Track
- Previous Track
- Play, Pause and Stop
- Mute and Unmute
- Volume Control
- Toggle Repeating
- Toggle Shuffling
- View New Releases
- Searching
- Open a Spotify Application
- Update Spotify Workflow
- Removed Cached Artwork
- Get Help
- Get Developer Information
- Get what is currently playing
- Get Current Artist
- Get Current Album
- Get Current Track
- Get Disc Number of Current Track
- Get Duration of current track
- Get Plays of current track
- Get if current track is starred or not
- Get Popularity (of the track, not you)
- Get Spotify Track ID
- Get Spotify Internal URL
- Get Spotify Public URL of current track
- Get Your Spotify Application Version
- Submitting a Bug
- Submitting a Feature Request
Activates Spotify
Simply opens Spotify and gives it focus.
spot start
spot open
spot init
Controls Spotify
Simply quits Spotify.
spot quit
spot kill
spot exit
Controls Spotify
Advance to the next track.
spot >
spot next
Controls Spotify
Replay the current track.
spot <
Controls Spotify
Go back to the previous track.
spot <<
spot prev
Controls Spotify
All of these commands use the same code playpause
. You can use any of them to play or pause Spotify. The app will figure out your current state and toggle it for you.
spot
spot play
spot pause
spot stop
Controls Spotify
Again the app will figure these out for you. You can use either one to toggle mute and unmute.
spot mute
spot unmute
Controls Spotify
You can easily set the volume to a numeric value between 0 (mute) and 100 (loudest).
spot volume
spot volume 50
spot volume 100
Controls Spotify
You can easily toggle repeating on and off. If your version of Spotify does not have this feature the app will notify you.
spot repeat
Controls Spotify
You can easily toggle shuffling on and off. If your version of Spotify does not have this feature the app will notify you.
spot shuffle
Activates Spotify
Spotify took away their new release panel in favor of Discover
. You can still see the new releases for the week using the below command. Be sure to click the See All
button in Spotify to see an every release tagged as new.
spot new
Activates Spotify
You can easily search for artists, albums and songs in Spotify from Alfred. By default we have attached the hotkey of Control + Enter
to activate search. You can change this in the workflow.
Press the hotkey and type artist, album or track followed by your query.
artist de la soul
album the grind date
track the grind date
You can also search without the user of the hotkey, but the queries are longer or verbose (not recommended).
spot search artist de la soul
spot search album the grind date
spot search track the grind date
You can also start a radio station from a search result. Say what, yeah I said it. To start a radio station from a search result simply press Control + Enter
on the result and Blammo! Radio.
Activates Spotify
Open a Spotify application inside of Spotify (IE: Last.fm).]
spot app
spot app lastfm
Downloads Files
Opens Browser
Opens Alfred to Install Release
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.
spot update
---------------------------------------------------------
Enter = Install release
Control + Enter = View codebase of release
Option + Enter = Read the release notes for the release
Shows Notification
This will simply remove any cached artwork to regain space if need be. It will notifiy you the total items removed and the size regained.
spot clear
Opens Browser
If you ever need help (ironic, you are already here), this command will take you to this wiki :)
spot help
spot ?
Shows Notification
If you ever need my information, simply use the command below.
spot dev
Shows Notification
Display the currently playing track's album name, artist name and song name.
spot now
spot i
spot current
Shows Notification
Display the currently playing track's artist.
spot artist
Shows Notification
Display the currently playing track's album name.
spot album
Shows Notification
Display the currently playing track's name.
spot track
spot name
spot song
Shows Notification
Display the currently playing track's disc number (rarely available).
spot disc
Shows Notification
Display the duration of the current track.
spot duration
spot time
Shows Notification
Display the total times you have played the current track.
spot plays
spot count
Shows Notification
Display if the current track is starred or not.
spot starred
spot fav
Shows Notification
Display the popularity of the current track. Ohhh, you so popular.
spot popularity
spot rank
Copies to clipboard
Shows Notification
Get the internal Spotify ID of the current track.
spot id
Copies to clipboard
Shows Notification
Get the internal Spotify URL of the current track.
spot appurl
Copies to clipboard
Shows Notification
Get the external Spotify URL of the current track.
spot url
Copies to clipboard
Shows Notification
Get the current version of Spotify you are running.
spot version
Opens browser
Opens browser to Github issues page for this extension. Please mark your request as a Bug
.
spot bug
Opens browser
Opens browser to Github issues page for this extension. Please mark your request as a Feature Request
.
spot feature