Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
/ rdio-xdotool Public archive

A simple script for interacting with rdio chrome app via xdotool. Gives CLI access to basic rdio play/pause/next/previous controls.

Notifications You must be signed in to change notification settings

kmac/rdio-xdotool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This simple script uses xdotool to control rdio, running as a chrome app.

It's best used for binding to global hotkeys. For example, I use win-p for play/pause, win-[ for previous, and win-] for next. And win-o to bring the app to front.

Note:

This script assumes we're running rdio as a separate chrome app. It's easier for xdotool to find and interact with the window in this mode.

To install rdio as an application shortcut go to Tools -> 'Create Application Shortcuts...' and follow the prompts.

Prequisite:

xdotool

Requires xdotool, which is doing all the interesting work: http://www.semicomplete.com/projects/xdotool/
On github: https://github.com/jordansissel/xdotool

About

A simple script for interacting with rdio chrome app via xdotool. Gives CLI access to basic rdio play/pause/next/previous controls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages