Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Latest commit

 

History

History
73 lines (54 loc) · 2.06 KB

README.md

File metadata and controls

73 lines (54 loc) · 2.06 KB

rdio

A Sublime Text 3 plugin that provides Rdio for Mac shortcuts.

Requirements

Sublime Text 3 and Rdio for Mac. Please have Rdio open when using the plugin.

Demo

Image

Installation

From Package Control

rdio is available through Sublime Package Control and is the recommended way to install.

From Github

Alternatively, you may install via GitHub by cloning this repository into the Packages directory under Sublime Text's data directory:

On Mac:

cd ~/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/jamesfzhang/rdio.git

Usage

Open the Sublime Text command palette and type "Rdio". The following commands will appear:

Playstate

  1. Rdio: Next - play the next track.
  2. Rdio: Pause - pause the current track.
  3. Rdio: Play - play the current track.
  4. Rdio: Previous - play the current track from beginning or play the previous track.
  5. Rdio: Toggle - play/pause the current track.

Track Info

  1. Rdio: Show Track Info - display the current track's artist, title, and album in the status bar.
  2. Rdio: Copy Track URL - copy the current track's URL to your clipboard.

Collection

  1. Rdio: Add to Collection - add the current track to your collection.
  2. Rdio: Remove from Collection - remove the current track from your collection.

Mobile

  1. Rdio: Sync to Mobile - sync the current track to your mobile device(s).
  2. Rdio: Unsync from Mobile - unsync the current track from your mobile device(s).

Select a command and press enter.

License

MIT-License.

Author

rdio was created and maintained by James Zhang. Give him a shoutout at @jamesfzhang if you have comments or questions.