Skip to content

SoloUnity/alfred-spotify-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Commands

Locally run Spotify media controls through global keyboard commands or keywords. Avoid the need to rely on external servers! Plus discord bot inspired keywords in case you forget your commands.

What are the requirements?

  • MacOS
  • Alfred
  • Alfred PowerPack 💰(Paid)

How do I install it?

  1. Check releases
  2. Download the latest version of the workflow
  3. Double click the downloaded workflow file and import it into alfred
  4. Customize by setting up your own commands

How does this work?

The workflow uses both python and Spotify's applescriptAPI to interface with Spotify and macOS, bypassing the need to use the Spotify API and talk to Spotify servers. This means that it works offline and without delay!

Keywords

Spotify Actions Keywords
Play/Pause !p
Next Song !s
Previous Song !b
Volume Up !sup
Volume Down !sdown
Toggle Shuffle !shuffle
Toggle Loop !loop
Quickplay Playlist !q
Song Information !song
Copy Song URL !copy
System Actions Keywords
Play/Pause !p
Volume Up !volup
Volume Down !voldown
Quit Spotify !quit
Toggle Spotify Focus !show

Acknowledgements

Workflow Icon: @FelixMeens

Displaying Current Track Information (v0.0.7 and older): WhoDis Workflow

Emulated Pause Key: @fredrikw