Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.77 KB

NOTICE

This Repository is no longer maintained as Rdio isn't a thing anymore. (RIP)

I will leave this repo up for those whom want to learn from Objective-C and Quicksilver plugin development, as well as how to control a local osx application. ✌️

Rdio Quicksilver Plugin

A Quicksilver Plugin that gives controls and other functionality to the Rdio desktop mac client.

Requirements:

Rdio Mac Desktop Client It can be downloaded here

How to Install:

  1. Download the latest binary (.zip) from the releases section here.
  2. Unzip the downloaded file.
  3. Open the extracted file and Quicksilver will handle the installation.

How to Use:

Simply type one of the commands below from within Quicksilver's input area and press 'Enter' (Run Action)

Available Commands:

  • Rdio Play/Pause
  • Rdio Next Track
  • Rdio Previous Track
  • Rdio Add Current Song to Collection
  • Rdio Remove Current Song from Collection
  • Rdio Increase Volume
  • Rdio Decrease Volume

Building / Contributing:

  • You must have the latest Xcode.
  • The project must use the Xcode ARQ Compiler. More information on Building QS and developing QS Plugins can be found here and here.

Forecasted Functions:

  • Rdio Search
  • Rdio Search Artist and Start Station

Inspired by the alpha and abandoned QS Plugin featured here