Global keyboard bindings to control your Chrome-based music player.
UPDATE: Now works for all versions of Chrome
Supported sites:
- Amazon music player
- Deezer
- Google Music
- Grooveshark
- Jamstash
- Jango.com
- Naxos Music Library
- Pandora
- Slacker
- Songza
- SoundCloud
- Spotify
- Synology Audio Station v.5
- thesixtyone
- Tracksflow.com
- vk.com (Vkontakte)
- Яндекс.Музыка (Yandex.Music)
- Youtube.com
- Install extension from the chrome web store.
- Install the KeySocket server.
-
Mac
Install Key Socket.app. -
Windows
Download and run KeySocket.windows.msi. -
Linux
Download and run KeySocket.linux.py. Note thatgnome-settings-daemon
must be running for KeySocket to work. It is installed by default on Gnome- and Unity-based systems, but may need to be installed and started separately on systems using other deskstop environments (KDE, XFCE, etc.). The script also depends on Autobahn, PyGTK and dbus-python. -
Linux Alternate Download and run keyserver.bz2.
Note that this has no gui and requires that you know something of how X maps media keys.
-
- Prerequisites:
- Clone this repository:
git clone git@github.com:borismus/keysocket.git
- Go into the
server-mac
directory and run setup.py:
python setup.py py2app
The app is built in./dist/Key Socket.app
.
- Prerequisites:
- Clone this repository:
git clone git@github.com:borismus/keysocket.git
- Go into the
server-windows
directory and run setup.py:
python setup.py build
The executable is built in./dist/KeySocket.exe
.
-
Prerequisites:
- Autobahn for websockets.
- PyGTK for the tray icon.
- dbus-python for media key interception.
-
Installation of Prerequisites on Ubuntu/Debian
sudo apt-get install python-dbus python-gtk2 gnome-settings-daemon
sudo easy_install autobahn
-
Clone this repository:
git clone https://github.com/borismus/keysocket.git
-
No building required. Just run
./server-linux/keysocket.py
.
-
Prerequisites:
- Golang for Go
-
Once your go environment is setup:
go install -u -v github.com/hobeone/keysocket-server
$GOPATH/bin/keysocket-server -help
-
If you've setup X Media Keys the Go Server listens to XF86AudioNext,Prev and Play by default. These can be changed with command line flags.
- Looking for adapters for other music players.