0.0.5 • Published 9 years ago

itunes-win v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

itunes-win

npm version

Control iTunes app for Windows.

Requirement

Configure

$ node-gyp configure

API

getCurrentTrack(callback)

Get current playing track info.

callback: function(err, track)

err: null
track: { name: 'Dimension tripper!!!!',
  artist: 'nao',
  artwork:
   { format: 'JPEG',
     data: <Buffer ff d8 ff ... > } }
0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago