Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.56 KB

Rdio-CLI

A NodeJS cli interface to the rdio desktop app for Mac.

Installation

git clone git@github.com:dstokes/rdio-cli.git
  • Get yourself an rdio api key
  • Create a config.json file in the root of the project with:
  { "key": "rdio-api-key"
  , "secret": "shh-secret-key"
  }

Repl / GUI

Running the rdio command without any arguments will drop you into 'repl' mode. From here you can execute all of the shorthand commands with a single keystroke, or hit 'x' to drop into readline mode where complex commands like > play artist thrice can be executed. Screenshot

Commands

Command Description
play Play the currently selected track
play artist artist Play an artist from your collection
play album album Play an album from your collection
play track track Play a track from your collection
play list list Play a playlist
play collection Play your collections station
play artist station Play the current artists station
play heavy rotation Play your networks heavy rotation station
next Play the next track in the queue
prev Play the previous track in the queue
p Shorthand playpause toggle
n Shorthand next
P Shorthand previous
  • This module is still under heavy development and is equipped with all kinds of fancy bugs