Skip to content

Node module to search and play tracks from local iTunes library. Mac only.

Notifications You must be signed in to change notification settings

dkordik/itunescontrol

Repository files navigation

itunescontrol

Search and play tracks from local iTunes library.

###Requires

  • Mac OS (wraps AppleScript)
  • Local copy of iTunes

###Install

npm install itunescontrol

###Usage

iTunesControl = require("itunescontrol");

iTunesControl.search("radiohead kid a right place", function (results) {

	console.log("RESULTS!", results);

	iTunesControl.play(results[0].id);

});

About

Node module to search and play tracks from local iTunes library. Mac only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published