Code Monkey home page Code Monkey logo

spotifycontrol's Introduction

Control Spotify at OS X Terminal

An AppleScript for controlling Spotify through a terminal:

The scenario for which it was originally designed is controlling Spotify, which is playing on a Mac, via ssh, while working on a Linux machine on the other side of the room.

Currently supported functions are: play/pause, next/previous track, jumping in time, toggling shuffle/repeat and changing volume. This pretty much covers everything the AppleScript hooks of Spotify allow.

Tested Platforms (Spotify 1.0.36.124)

  • OS X El Capitan (10.11)
  • OS X Yosemite (10.10)
  • OS X Mavericks (10.9)
  • OS X Mountain Lion (10.8)
  • OS X Lion (10.7)

Installation

The simplest way to install the script is to clone the repository, cd into repository's directory, and run the command below to make a symbolic link into /usr/local/bin/:

ln -s $(pwd)/SpotifyControl /usr/local/bin/spotify

Usage

  • To start Spotify playback, type spotify start or spotify play. If you do this locally and Spotify is not running, it will start. Remotely, Spotify will not start properly. Optionally, pass a Spotify URI as a second argument.
  • To Search for track name and play, type spotify play track [song name].
  • To Search for artist name and play, type spotify play artist [artist name].
  • To Search for album name and play, type spotify play album [album name].
  • To pause Spotify playback, type spotify stop or spotify pause.
  • To toggle playback, type spotify play/pause.
  • To go to the next track, type spotify next.
  • To go to the previous track, type spotify previous or spotify prev.
  • To print information about the currently playing track, type spotify info
  • To jump to a particular time in the track, type spotify jump N, where N is the track position in seconds.
  • To fast forward, type spotify forward N where N is the number of seconds to jump ahead.
  • To rewind, type spotify rewind N where N is the number of seconds to jump backwards.
  • To change volume, type spotify volume N where N is a number between 0 and 100.
  • To increase volume by 10%, type spotify volume up.
  • To decrease volume by 10%, type spotify volume down.
  • Increase volume, type spotify increasevolume N where N is a number between 0 and 100 that you want to increment by.
  • Decrease volume, type spotify decreasevolume N where N is a number between 0 and 100 that you want to decrement by.
  • To toggle shuffle, type spotify shuffle [on|off].
  • To toggle repeat, type spotify repeat [on|off].
  • To show a list of these commands, just type spotify.

Over SSH

To enable the SSH server on OS X, go to Sharing in the System Preferences and enable Remote Login. The Sharing screen will also then tell you the command to use to connect to your Mac in the local network.

License

You may use, adapt, modify, and etc. Any way you want.

spotifycontrol's People

Contributors

dronir avatar chiayolin avatar mahi97 avatar stevelacey avatar ticktricktrack avatar pahwaranger avatar h0v1g avatar stevegrunwell avatar timwedde avatar

Watchers

James Cloos avatar Fran Quintero Japon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.