Sha256: 43a0adf507b33d23ed08a608f307ef012613dc480b2f9ff7dc20350ef2b1d945
Contents?: true
Size: 1.57 KB
Versions: 4
Compression:
Stored size: 1.57 KB
Contents
# SpotifyOsxController CLI for Spotify running on OSX Apple script forked from: [dronir/SpotifyControl](https://github.com/dronir/SpotifyControl) ## Command-line options ``` spotify_osx_controller [options] play [--track=<name>][--artist=<name>][--album=<name>] Start playback spotify_osx_controller [options] play-pause Play/pause playback spotify_osx_controller [options] stop Stop playback spotify_osx_controller [options] next Play next track spotify_osx_controller [options] previous Play previous track spotify_osx_controller [options] jump [--seconds=<seconds>] Jump to <seconds> of current track spotify_osx_controller [options] forward [--seconds=<seconds>] Jump <seconds> ahead spotify_osx_controller [options] rewind [--seconds=<seconds>] Rewind <seconds> backwards Where available [options] are the following: -v, --volume=<i> Set playback volume to <i>, where <i> is number between 0 and 100 -S, --shuffle Toggle shuffle -R, --repeat Toggle repeat -i, --info Display information about the current track ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'spotify_osx_controller' ``` And then execute: $ bundle Or install it yourself as: $ gem install spotify_osx_controller ## Contributing 1. Fork it ( https://github.com/[my-github-username]/spotify_osx_controller/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
spotify_osx_controller-2.0.3 | README.md |
spotify_osx_controller-2.0.2 | README.md |
spotify_osx_controller-2.0.1 | README.md |
spotify_osx_controller-2.0.0 | README.md |