brennick / SpotifyController

Control the Spotify app on macOS with Swift 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Control the Spotify app on macOS with Swift 3.

License:MIT License


Languages

Language:Swift 100.0%