playctrl

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2014 License: MIT Imports: 12 Imported by: 0

README

playctrl

Playctrl is a combination of a commandline tool and a chrome extension to enable you control Google Play (Music) from your desktop.

Playctrl is heavily inspired by playplay but was designed to be easier for users to install and run.

How it works

Playctrl consists of two pieces: the playctrl tool and a Chrome extension. The playctrl tool runs itself as a daemon and then sends the daemon commands via a unix domain socket. The Chrome extension listens for server send events from the server. The server just relays commands through.

Installation

Tool

You can download the tool prebuilt for your system (Mac OS or Linux, 64-bit only), at the following urls:

You will have to chmod +x the file after you've downloaded it, and put it somewhere in your $PATH.

Alternatively, you can build it yourself from a clone of this repo. You'll need to have Go (1.1+) installed. Just run make bin/playctrl and the binary will be at bin/playctrl.

If your Go environment is set up properly, you can use go get even more easily:

$ go get github.com/cespare/playctrl

Chrome Extension

You can download the Chrome extension from the Chrome store.

Usage

Once you've installed the playctrl tool and chrome extension, you'll need to reload Google Play so that the extension takes effect.

You can run, for example, playctrl playpause from the commandline to verify that it works.

You can explicitly run playctrl start-daemon to start the daemon. (You don't need to do this; playctrl launches the daemon the first time you run a command.) You can run playctrl stop-daemon if you want to make the daemon quit.

You'll want to hook up the shortcuts to global shortcuts in your operating system. For example, I use XFCE with Ubuntu, so in the Settings Manager I go to Keyboard -> Application Shortcuts and set playctrl playpause to the shortcut <Primary><Super>space (that is, ctrl-super-space).

On Mac OS X, you can create an Automator service and assign a keyboard shortcut.

The commands are:

  • previous
  • playpause
  • next
  • volumeup
  • volumedown
  • thumbsup
  • thumbsdown

Developing

Build everything via make (you'll need Go installed).

Run the tool with ./bin/playctrl. You can use -h to see the options. You can launch the server in the foreground with ./bin/playctrl daemon.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL