/SpotifyController

Control the Spotify app on macOS with Swift 3.

Primary LanguageSwiftMIT LicenseMIT

SpotifyController

Swift interface for the commands defined in the Spotify app's scripting definition file

Examples

SpotifyController.setRepeating(true)
SpotifyController.setShuffling(false)
SpotifyController.nextTrack()
SpotifyController.previousTrack()
SpotifyController.pause()
SpotifyController.play()
SpotifyController.play("spotify:album:4BnNSzOWadogStvyYshJIo")

References