Sha256: bc373bd30ab23faa455068d23807f04625af54f43f2a95dcdae296791c8c8d90

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

# SpotifyOsxController

CLI for Spotify running on OSX

Apple script forked from: [dronir/SpotifyControl](https://github.com/dronir/SpotifyControl)

## Command-line options

```
  -p, --play <s>:       Start playback of the given track, where <s> is the spotify URI
  -P, --play-pause:     Play/pause playback
  -s, --stop:           Stop playback
  -n, --next:           Play next track
  -N, --previous:       Play previous track
  -j, --jump <i>:       Jump to position given position of the current track, where <i> is track position in
                       	seconds
  -f, --forward <i>:    Jump <i> number of seconds ahead
  -r, --rewind <i>:     Rewind <i> number of seconds backwards
  -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

1 entries across 1 versions & 1 rubygems

Version Path
spotify_osx_controller-1.0.0 README.md