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

Releases: jamesfzhang/rdio

1.1.0

30 Apr 14:26
Compare
Choose a tag to compare

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
6. Rdio: Show Track Info - display the current track's artist, title, and album in the status bar.
7. Rdio: Copy Track URL - copy the current track's URL to your clipboard.

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

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

Select a command and press enter.

1.0.0

30 Apr 05:05
Compare
Choose a tag to compare

Rdio is 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.

Installation
Install via Sublime Package Control.

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

  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: Show Track Info - display the current track's artist, title, and album in the status bar.
  6. Rdio: Toggle - play/pause the current track.

Select a command and press enter.